admin管理员组文章数量:1279148
I use a React + ASP.NET Core stack with a bearer token JWT authentication scheme.
I wanted like to add a MSAL option to our users to authenticate with, but I am not sure if this is a good idea and how to execute it.
Our pre-existing token still needs to be requested because it contains within it some claims at this time I can't add to the MSAL token.
So my idea was that the React client will authenticate, and after the redirect we may can send a request to the ASP.NET Core backend that we have, with the MSAL token, to generate the app's usual token.
Is there an existing flow for this? Is there a way to verify the MSAL token in the ASP.NET Core backend?
本文标签: reactjsHow to integrate an authentication flow with MSAL and a custom JWTStack Overflow
版权声明:本文标题:reactjs - How to integrate an authentication flow with MSAL and a custom JWT? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741253359a2366204.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论