symfony - Need to Implement Single Sign On in PHP -


i have read lot of document regarding this, few of follows

http://www.opengroup.org/security/sso/sso_intro.htm
http://www.authenticationworld.com/single-sign-on-authentication/
http://merbist.com/2012/04/04/building-and-implementing-a-single-sign-on-solution/
https://wiki.queensu.ca/display/itsd/single+sign-on

i know concept client has systems build has there own authentication system in place , working , need implement concept him on application

he has given me access 1 of main application can implement problem is, client not ready access of other application, there way can implement plugging , ask client call every time authentication , implement single sign on.

it helpful if can give me basic building block or steps implement this.

you can make simplesamlphp idp implement single sign on client application. simplesamlphp(idp take care of authentication).this light weight idp can store user info , payload configuration file.

refer below link configure simplesamlphp.

https://simplesamlphp.org/docs/stable/


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -