Forum Discussion
Silent SSO with MSAL
Hi the Teams documentation and samples use adal.js for authentication, as in https://docs.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/authentication/auth-silent-aad.
Can anyone confirm that the Teams SDK and samples will move to msal.js - and if so, when?
The latest thread about MSAL is already half a year old..
3 Replies
- tghfdgtdcyghyCopper Contributor
https://iguruservices.com/
- Gousia_BegumFormer Employee
Casper van Dijk MSAL is now supported with Teams. Here is a official https://github.com/OfficeDev/msteams-tabs-sso-sample-nodejs for Auth using MSAL
- Casper van DijkCopper Contributor
Gousia_Begum the .pug files in that sample, such as https://github.com/OfficeDev/msteams-tabs-sso-sample-nodejs/blob/master/src/views/auth-start.pug all refer to adal.min.js
Maybe I am missing the obvious, but is your link not to the sample for ADAL instead of MSAL?