DEV Community

Chaya-PU
Chaya-PU

Posted on

Azure active directory SSO

Hi all, I am trying to authenticate jwt token using single sign on in azure active directory. So i am able to login in frontend using angular msal2 package and i am able to get the token but when i try to integrate with the nodejs application(backend) to authorize the protected api it's saying unauthorized.

This is the tutorial which i was watching

https://fluentjs.medium.com/angular-spa-and-node-js-api-with-azure-ad-for-authentication-in-2021-b2974666c2eb

Top comments (0)