- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 10:00 AM
Hello,
When integrating MS Teams with ServiceNow the custom portal is not displaying in the chat tab. The error states: "Error while authorizing the user". UPN is the same as user email, integration with virtual agent works, the bot is responsive, the link within the tab is re-directing to the correct portal and the system property sn_now_teams.portal.suffix is set up correctly.
Any suggestions appreciated 🙂
Thanks,
Zuza
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 10:54 PM
After long troubleshooting we found that the upn user claim was not one of the supported claims, after Azure admin added it in token configuration of the App, the portal started working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2024 05:29 AM - edited 06-15-2024 05:29 AM
Hi @Zuzanna Trochim ,
Please try to set the system property glide.set_x_frame_options to "false" to show the custom portal on Teams.
Test the connectivity after making the above changes.
Please refer to the below posts from community if above solution doesn't work.
Follow the steps to solve the issue-
If my response has resolved your query, please consider giving it a thumbs up and marking it as the correct answer!
Thanks & Regards,
Sanjay Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2024 10:43 PM
Hi Sanjay, thank you for the reply.
We have this property set to “false” and tried the approaches from the two links, unfortunately the issue still persists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 10:54 PM
After long troubleshooting we found that the upn user claim was not one of the supported claims, after Azure admin added it in token configuration of the App, the portal started working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 06:49 PM
Hello, this is Korea.
I'm checking for the same issue.
Can you show me a detailed description or reference screen of what you did with the Azure portal?