开发者

What's the best practice for single sign on at one web server?

We have some apps written in classic ASP, ASP.NET and PHP. They are al开发者_如何学JAVAl in one same web server. We want to transfer between the apps who is currently log in or none, we do not need to transfer everything in the session object. What is the best way?

We need secure and high performance. Thanks.


If you are looking at a secure single-sign-on solution, something like Shibboleth will come to mind. It uses Security Assertional Markup Language (SAML) to perform user authentication and attribute exchange. It works independently of the application language and injects environment variables into the app.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜