Search code examples
phpsaml-2.0simplesamlphp

Simplesamlphp copy is required both side?


I have implemented simplesamlphp successfully using SQL authentication module.

My question is i have impliment simplesamlphp two website one is www.test1.com and another is www.test2.com it available in different Host/Server so simplesamlphp application copy it is required to both side or not.

Thanks for advance.


Solution

  • Yes you have to copy it both sides, as 1 is your Service Provider and the other one is your Identity Provider

    Here are the links to configure SP and IDP using SingleSAMLPhp,

    1. SingleSAMLPHP as Service Provider
    2. SingleSAMLPHP as Identity Provider

    For a quick installation Refer SimplSAMLPhp-install