java ee - single sign on for different applications. in J2EE applications -


i have 4 application , different technologies(php,.net , java) , 4 application having different database,and diff login page.

i want create login page 4 application have 1 login page , after login newly created page skip login page of 4 application , next page after login must displayed.

you should looking @ single sign on technologies.

saml (security assertion markup language) 1 ingredient technology solve such requirements. have portal acting saml identity provider, , applications become saml service providers. many open source , commercial products available implement saml can integrate it.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -