NameID mapping and Single Logout (#47288) (#47561)

Clarify in the documentation that for SAML Single Logout to be
functional, the Identity Provider needs to release a NameID.
This commit is contained in:
Ioannis Kakavas 2019-10-07 09:19:32 +03:00 committed by GitHub
parent 41c04ef39c
commit 36cabbae80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ services it offers.
By default the Elastic Stack will support SAML SLO if the following are true:
- Your IdP metadata specifies that the IdP offers a SLO service
- Your IdP releases a NameID in the subject of the SAML assertion that it issues for your users
- You configure `sp.logout`
- The setting `idp.use_single_logout` is not `false`