Skip to content

Commit

Permalink
Merge pull request #1549 from OfficeDev/v-hrajandira/Tab_SSO
Browse files Browse the repository at this point in the history
Fixed Tab-SSO Node.js Office issue.
  • Loading branch information
Pawank-MSFT authored Feb 14, 2025
2 parents 640a665 + 2668ed2 commit c8982da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/tab-sso/nodejs/src/client/views/ssoDemo.pug
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ block content

script(src="/scripts/ssoDemo.js")
script(
src="https://res.cdn.office.net/teams-js/2.5.0/js/MicrosoftTeams.min.js"
integrity="sha384-0lOzlvRkoNWAcLkbUTuao6TaDa7zI7v+q2PUAm3lrMxUp43PFwf2kaQu7FYT9fjS"
src="https://res.cdn.office.net/teams-js/2.33.0/js/MicrosoftTeams.min.js"
integrity="sha384-hCfPVLNt9JPTceReb/qZGZR7IbUaPeoExYnER2H//kiykKfhcVEMVQiCR0eAtCCs"
crossorigin="anonymous")
script(type="text/javascript" src="https://alcdn.msauth.net/browser/2.24.0/js/msal-browser.min.js")
script(src="/scripts/msal-auth.js")
Expand Down

0 comments on commit c8982da

Please sign in to comment.