开发者

Is there any Single-Sign-On(SSO) or CAS open source project using asp.net c#?

开发者 https://www.devze.com 2022-12-24 10:44 出处:网络
I want to develop a Single-Sign-On(SSO) or centralized authentication server (CAS) project for SSO between asp.net, php and java.

I want to develop a Single-Sign-On(SSO) or centralized authentication server (CAS) project for SSO between asp.net, php and java.

Is there any Single-Sign-On(SSO) or centralized authentication server (CAS) open source 开发者_如何学Cproject using asp.net c# ?


If you're looking for something simple, you might consider an OpenID implementation. Since it's all HTTP request based authentication, ASP.NET, PHP and Java will have no problems working and you won't have to worry about creating and maintaining the credentials store, as that's all handled for you.

You can write the code yourself (check out openid.net) or you can use something like rpxnow.com, which is a 'wrapper service', to help you get started.

Hope this helps

0

精彩评论

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

关注公众号