Forum Discussion
When logging in from the app and calling Teams url, there is no login.
Greetings,
I registered an app in Azure and am developing it using Microsoft graph api.
When logging in from the app and calling Teams url, there is no login.
I have an online meeting url like..
https://teams.microsoft.com/l/meetup-join/19%3ameeting_YjM~~~
, when I log in to my app and call url, the url result is not logged in.
Once I access the Teams (https://teams.microsoft.com) directly.
https://teams.microsoft.com/l/entity/adwwwqeqwqw/classroom?context=asdasdad
https://teams.microsoft.com/l/meetup-join/19%3ameeting_YjM5NzF
- Nikitha-MSFTMicrosoft
BoHyun - when you login to teams using (https://teams.microsoft.com) all the teams URL are accessed by the logged in user details, But when open the link directly from the browser it will ask for the login. This is by design.
Thanks,
Nikitha.
--------------------------------------------------------------------------------------------
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.- BoHyunBrass Contributor
The online meeting url has also been set up to allow guests access, but the edge browser generates an error to see if there is any session left even though I logged out. Chrome provides good guest access to online meetings. Why is this happening?
edge error:
AADSTS50058: A silent sign-in request was sent but no user is signed in.
- BoHyunBrass Contributor
"But when open the link directly from the browser it will ask for the login. This is by design."
Then is it normal to log in to the app registered with AAD but no have login session when I open the link directly?
- Nikitha-MSFTMicrosoft
BoHyun - when you open the link from the browser it will redirect to the desktop app where user is already logged in. Hence you are opening the link directly.