README.adoc 916 B

12345678910111213
  1. = A Sample Identity Provider
  2. This sample by default uses Docker to stand up two sample IdPs, each with one asserting party and multiple relying parties registered.
  3. This allows you to explore different arrangements between multiple relying parties and asserting parties.
  4. To ensure that there are no issues with sharing cookies between the Identity Provider and Service Provider applications, the application uses `nip.io` hostnames.
  5. The first identity provider can be reached by navigating to `http://idp-one.127-0-0-1.nip.io`.
  6. The second identity provider can be reached by navigating to `http://idp-two.127-0-0-1.nip.io`.
  7. To change how the IdP is configured, you can go to the sibling `identity-provider` project and edit the following files:
  8. * `one-relyingparties.php` - the list of relying parties that `idp-one` knows about
  9. * `two-relyingparties.php` - the list of relying parties that `idp-two` knows about