Josh Cummings 7dac99f157 Update to Gradle 8.14.3 пре 2 месеци
..
.idea 0ac66ba3ea Add Docker-based Identity Provider пре 1 година
gradle 7dac99f157 Update to Gradle 8.14.3 пре 2 месеци
src f8cd2c7980 Change nip.io Hostname пре 4 месеци
README.adoc f8cd2c7980 Change nip.io Hostname пре 4 месеци
build.gradle d1630a6032 Restore Format and CheckFormat for saml2 Projects пре 1 година
gradle.properties d065576ba6 Update :servlet:spring-boot:java:saml2:identity-provider to 7 пре 3 месеци
gradlew 0ac66ba3ea Add Docker-based Identity Provider пре 1 година
gradlew.bat 0ac66ba3ea Add Docker-based Identity Provider пре 1 година
settings.gradle 0ac66ba3ea Add Docker-based Identity Provider пре 1 година

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.127-0-0-1.nip.io`.
The second identity provider can be reached by navigating to `http://idp-two.127-0-0-1.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