Forum Discussion
Casper van Dijk
Aug 18, 2020Copper Contributor
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 confir...
Gousia_Begum
Aug 19, 2020Former 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 Dijk
Aug 24, 2020Copper 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?