Skip to content
Snippets Groups Projects
Commit 45b5a564 authored by Patrick Radtke's avatar Patrick Radtke
Browse files

Document IDPList option on saml20-idp-remote.php

Per https://groups.google.com/d/msg/simplesamlphp/ATKQksysR5s/3VhjdLbTAgAJ
there is a feature to allow IdPs to respond to requests sent to different
IdP entityIDs.
parent 91b6597f
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,9 @@ The following SAML 2.0 options are available: ...@@ -120,6 +120,9 @@ The following SAML 2.0 options are available:
`hide.from.discovery` `hide.from.discovery`
: Whether to hide hide this IdP from the local discovery or not. Set to true to hide it. Defaults to false. : Whether to hide hide this IdP from the local discovery or not. Set to true to hide it. Defaults to false.
`IDPList`
: The IdP is allowed to respond to an `AuthNRequest` originally sent to entityIDs in this list.
`nameid.encryption` `nameid.encryption`
: Whether NameIDs sent to this IdP should be encrypted. The default : Whether NameIDs sent to this IdP should be encrypted. The default
value is `FALSE`. value is `FALSE`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment