Replies: 2 comments 1 reply
-
Are you using the Toolkit components? The authentication providers are currently meant to be used with the components. For example, this should work when integrating with the Login component as it will do force the authentication flow. This flow is required as Teams doesn't provide a valid access token to call into Microsoft Graph. |
Beta Was this translation helpful? Give feedback.
-
I am using the people picker and my own components. SSO Flow is working as expected (including the backend service which provides the on behalf flow), but I would like to use auth code flow without a backend service. This works fine if I implement Tab Authentication (https://docs.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/authentication/auth-tab-aad), but it does not work with Teams MSAL2 Provider. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I am trying to acquire an access token with the Teams MSAL2 Provider (instead of creating my own MSAL2 implementation).
I am getting this error:
What am I missing?
Thanks
Tobias
Beta Was this translation helpful? Give feedback.
All reactions