最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

reactjs - Next.js SSO Integration: Sharing Credentials Across Multiple Applications - Seamless Integration of MSAL and Web SSO -

programmeradmin5浏览0评论

I'm developing a Next.js application named nprj123 that integrates three existing applications. Each of these is accessed via buttons linked to their respective URLs, and they each have their own authentication processes. My goal is to implement single sign-on so that once a user logs into nprj123, their credentials are automatically shared with the other applications.

For authentication, nprj123 and two of the applications use MSAL, allowing for seamless access without requiring a second login. However, the third application uses web SSO and still prompts for credentials. What is the best method to share the session across these websites to bypass the additional sign-in or enable direct login without asking for credentials again?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论