When logging in from the app and calling Teams url, there is no login.

Brass Contributor

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.

When I get back to Url, it be logged in.
I'm not sure what the phenomenon is.
When invoking graph api, using a bearer token.
 
Once log in to the app, I hope can automatically log in to Teams related  url(Onlinemeeting etc.).
 
The screen that you see when you are can't logged in. ↓
error.png
I also set ip up Azure Portal > AAD  > Enterprise Applicaton > Microsoft Teams Web Client > Enabled for users to sign-in? - Yes
License is Education A1. 
 
Education Assignment url is logged in, but online meeting url is no login..
The origin of Online meeting url is graph api - create event .
 
Education assignment url -
 

 

https://teams.microsoft.com/l/entity/adwwwqeqwqw/classroom?context=asdasdad

 

 
online meeting url - 
 

 

https://teams.microsoft.com/l/meetup-join/19%3ameeting_YjM5NzF

 

 
Thank you for any help. I'm sorry I'm not good at English. :cry:
 
 
4 Replies

@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.

@Nikitha-MSFT 

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.

@Nikitha-MSFT 

 

"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?

@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.