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.
Comments
Post a Comment