Consume Bearer token from Microsoft Azure AD

Hello,

We have an application hosted in Microsoft Teams, when user logs in that app, Microsoft issues a bearer token for that session, then this app will call our another APIs to get data, and those APIs use Auth0 as authentication. Could you please give me some advices how to deal with this situation?

THank you,
Phong Vo

Hi @votanphong,

Welcome to the Auth0 Community!

If I understand you correctly, you are receiving a token directly from MS and would like to verify it. You should be verifying the token in your API, and if it is a JWT you can use this doc:

Let me know if you have any questions.