Forum Discussion
suvi-15
May 19, 2022Brass Contributor
SSO login not working in Teams Desktop app
Hi, I Created basic Tab SSO App in which SSO login working perfectly from teams in Browser mode but it just stuck on popup window in Teams Desktop mode. Edit> i found same issue mentioned ...
Nivedipa-MSFT
Microsoft
May 20, 2022suvi-15 - Could you please refer below Tab SSO sample :
https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-sso
https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-sso
- suvi-15May 23, 2022Brass ContributorHi,
what different approach this example used so that this white screen doesn't appear. I haven't run at my side. But curious what's difference. I followed https://docs.microsoft.com/en-us/learn/modules/msteams-sso/ documentation.
What i understood is at this step
// add extra query parameters Azure AD login request
// include scope for OpenID connect and log-in hint by using the current Microsoft Teams logged-in user
somehow this query parameters doesn't appended to url. Please let me know the resolution.- Nivedipa-MSFTMay 25, 2022
Microsoft
suvi-15 - Could you please clarify your issue in detail?- Nivedipa-MSFTMay 27, 2022
Microsoft
suvi-15 - Could you please clarify which query parameters doesn't appended to url?
- suvi-15May 20, 2022Brass ContributorThanks! I will take look into this
- suvi-15May 23, 2022Brass Contributor
Hi,
what different approach this example used so that this white screen doesn't appear. I haven't run at my side. But curious what's difference. I followed https://docs.microsoft.com/en-us/learn/modules/msteams-sso/ documentation.
What i understood is at this step
// add extra query parameters Azure AD login request
// include scope for OpenID connect and log-in hint by using the current Microsoft Teams logged-in usersomehow this query parameters doesn't appended to url. Please let me know the resolution.