开发者

Is there a standard for using credentials from one web app to automatically log in to a partner app?

开发者 https://www.devze.com 2023-01-05 10:44 出处:网络
I am developing a web app that will be working with other companie开发者_Go百科s web apps. Part of the desired user experience is that users on our web application will be able to log into our app, an

I am developing a web app that will be working with other companie开发者_Go百科s web apps. Part of the desired user experience is that users on our web application will be able to log into our app, and be able to visit our parters' web applications. Accounts will be automatically created for the users on our partners' sites. We'd like them to be able to enter the partner sites already authenticated, without having to log in or authorize anything (like with OpenID or OAuth), similar to the relationship between a bank and a credit card rewards program. Is there an existing standard that covers this?


Single Sign On often used for such functionality.

There are a lot of implementations.

I used in production Jasig CAS

0

精彩评论

暂无评论...
验证码 换一张
取 消