Auth0 + Microsoft Teams Tab app

Hello I’d like to setup an SPA to run in a Microsoft Teams tab and use Auth0 to handle authentication. Are there any examples that can be provided? I’m assuming i can use the auth0-angular sdk but just not sure how to where to begin. microsoft’s documentation is al over the place.

3 Likes

Hi Harrison, were you able to find a solution here?

1 Like

Sadly no. I even reached out to Auth0 and couldn’t get an answer to the question.

1 Like

Continuing the discussion from Auth0 + Microsoft Teams Tab app:

[

Summary

strong text

details=“Summary”]
This text will be hidden
[/details]
2023-12-30T00:00:00Z[Preformatted text](https://)

Summary

This text will be hidden

Hello there, we are facing the same issue trying to embed our application in a Tab MS Teams app.
We get errors with the CSP Headers. Refused to frame ‘https://DOMAIN.TLD/’ because an ancestor violates the following Content Security Policy directive: “frame-ancestors ‘none’”.

We are in a NextJs environnement and we have set the CSP to the expected values.

Do you have any intel on that subject ?

A bit more information, when we set up custom login page (and not the Universal Login page, it works). Also everything works fine when we use the web version of Microsoft Teams. (only crashs within Teams Desktop App).

Thx