Sep 14 2021 02:40 AM
Hello,
we are developing an app for microsoft teams where we have a new tab in meetings. But we are struggling to get it working under macOS. When we upload our custom app and add it to a meeting, nothing shows up and according to the tcp dump the connection to our app is refused due to an unknown certificate. The app works fine under windows and is reachable in the browser.
We have a custom domain thats pointing to a reverse proxy that is forwarding to our company on-prem k8s.
Do you have any idea how to fix this problem? Has anyone encounterd something similiar? Any ideas how to investigate this issue more deeply?
Any help is welcomed.
Best regards
Sep 15 2021 11:25 PM - edited Sep 25 2021 11:10 AM
@besch415 - Could you please share the error logs for your issue.
Also could you please let us know whether you have tested in Teams browser client or Desktop client on macOS machine.
Thanks,
Chetan Sharma
------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
Oct 13 2023 08:11 AM
@besch415 I'm experiencing a similar issue. Did you manage to solve yours?
Nov 09 2023 09:17 PM
@nautalis - Could you please let us know if it is happening in Teams Classic or New Teams? Also, if it's happening in Teams desktop or web client? Please do share the manifest file as well which you are using.
Nov 10 2023 08:43 AM
@Prasad_Das-MSFT The issue is happening on both Teams Classic and New Teams on all deployed macOS laptops. The custom Teams app works fine through web client on macOS. The custom app is installed via app policy. The custom app does not present any error windows, messages, or feedback. When clicking on the custom app, all the user sees is a blank white screen in the right-hand pane. What the user should see is the organization's intranet SharePoint site.
Nov 21 2023 04:43 AM
@nautalis - We are able to repro this issue. We have raised a bug for the same. We will inform you once we get any further update from engineering team. Thanks!
Feb 21 2024 09:32 PM
@nautalis , @besch415 - We got update from engineering team that "SharePoint hosted apps must use TeamsLogon.aspx and correctly configure the webApplicationInfo section in the manifest in order to handle authentication correctly." There is a great blog post explaining that here:
https://bob1german.com/2020/01/06/teams-apps-with-sharepoint1/
Or using the SPFx framework:
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/integrate-with-teams-introduction
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.