简体   繁体   中英

How to handle azure access token between web api and angular apps without using MSAL.js

I am working on a project with asp.net web api in back and angular in front. I have set up normal login in my application. I need to add login with azure as well. How can I do azure login with MSAL along with normal login without using MSAL.js just using web Msal. I also have some example of azure signin with msal using MVC controller. Then how can I connect MVC and api sending access token to frontend application?

Usually your API should not send access tokens to your frontend. Is the other way around. Can you explain what you're trying to achieve?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM