Josh Cummings d358e80c29 Add README to identity-provider 9 ay önce
..
.idea 0ac66ba3ea Add Docker-based Identity Provider 10 ay önce
gradle 0ac66ba3ea Add Docker-based Identity Provider 10 ay önce
src 55d1b15b12 Fix Identity Provider Configurations 9 ay önce
README.adoc d358e80c29 Add README to identity-provider 9 ay önce
build.gradle d1630a6032 Restore Format and CheckFormat for saml2 Projects 10 ay önce
gradle.properties 0ac66ba3ea Add Docker-based Identity Provider 10 ay önce
gradlew 0ac66ba3ea Add Docker-based Identity Provider 10 ay önce
gradlew.bat 0ac66ba3ea Add Docker-based Identity Provider 10 ay önce
settings.gradle 0ac66ba3ea Add Docker-based Identity Provider 10 ay önce

README.adoc

= A Sample Identity Provider

This sample by default uses Docker to stand up two sample IdPs, each with one asserting party and multiple relying parties registered.
This allows you to explore different arrangements between multiple relying parties and asserting parties.

To ensure that there are no issues with sharing cookies between the Identity Provider and Service Provider applications, the application uses `nip.io` hostnames.
The first identity provider can be reached by navigating to `http://idp-one.7f000001.nip.io`.
The second identity provider can be reached by navigating to `http://idp-two.7f000001.nip.io`.

To change how the IdP is configured, you can go to the sibling `identity-provider` project and edit the following files:

* `one-relyingparties.php` - the list of relying parties that `idp-one` knows about
* `two-relyingparties.php` - the list of relying parties that `idp-two` knows about