Issue
I have the following scenario, I have a backend developed in node with express and protected with passaport-azure ad, and I have an application that must consume the endpoints of the backend, I want the application to be developed in angular with msal 2 without authentication with users, is it Is it possible using this library to connect without the need for credentials? I know I can use client_credentials but the library does not accept client_secret among its initialization parameters.
sorry for my english
Solution
No, without credentials you can not access MSAL secure application.
passport-azure-ad is a collection of Passport Strategies to help you integrate with Azure Active Directory. It includes OpenID Connect, WS-Federation, and SAML-P authentication and authorization. These providers let you integrate your Node app with Microsoft Azure AD so you can use its many features, including web single sign-on (WebSSO), Endpoint Protection with OAuth, and JWT token issuance and validation.
Answered By - PunitSharma-MT
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.