Auth0 login for Microsoft Teams application

687 Views Asked by At

We are using auth0 (auth0.com) authentication for our application today. Its an Angular 9 application using Auth0Lock from the auth0-lock package.

Now we need to integrate our application with Microsoft Teams, as an Microsoft Teams app. However, we do not know how to get the authentication working for our application in Teams using auth0. We are specifically interested in the flow that authenticates a user in a Microsoft Teams tab.

Are there any guides or instructions for this, or does anyone have knowledge about how to do it?

I have read the Microsofts instructions for the authentication process, but that uses Azure AD as auth provider, and we would prefer to not replace auth0 with that because that would be a huge job replacing our auth provider: Authenticate a user in a Microsoft Teams tab

1

There are 1 best solutions below

2
On

Please follow this documentation.

In authorizeEndpoint, instead of setting the login.microsoft.com you could provide your own auth provider login link.