Skip to content
Snippets Groups Projects
Commit c84660c3 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

Document the “scope” configuration option for remote SAML IdP metadata.

parent 35966bd3
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,14 @@ The following options are common between both the SAML 2.0 protocol and Shibbole ...@@ -85,6 +85,14 @@ The following options are common between both the SAML 2.0 protocol and Shibbole
'no' => 'En tjeneste', 'no' => 'En tjeneste',
), ),
`scope`
: An array with scopes valid for this IdP.
The IdP will send scopes in scoped attributes, that is, attributes containing a value with an `@` sign and a domain name
after it.
: When the `saml:FilterScopes` authentication processing filter is used, this list of scopes will determine the valid
scopes for attributes.
`SingleSignOnService` `SingleSignOnService`
: Endpoint URL for sign on. You should obtain this from the IdP. For SAML 2.0, SimpleSAMLphp will use the HTTP-Redirect binding when contacting this endpoint. : Endpoint URL for sign on. You should obtain this from the IdP. For SAML 2.0, SimpleSAMLphp will use the HTTP-Redirect binding when contacting this endpoint.
......
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