Hiren Patel
Hiren Patel

Reputation: 59

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.

Upvotes: 1

Views: 62

Answers (1)

Rohan Kumar
Rohan Kumar

Reputation: 40639

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

Upvotes: 1

Related Questions