Skip to content

Commit c781763

Browse files
author
Robbert Hink
authored
Update to example since it is missing the nameid_format
`nameid_format: "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"` When setting `attributes.principal: "nameid:persistent` the `nameid_format` option should be added as per [our documentation here](https://www.elastic.co/guide/en/elasticsearch/reference/current/saml-guide-authentication.html#saml-attribute-mapping-nameid)
1 parent 2437475 commit c781763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/docs/en/security/authentication/saml-guide.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ xpack.security.authc.realms.saml.saml1:
301301
sp.acs: "https://kibana.example.com/api/security/saml/callback"
302302
attributes.principal: "nameid:persistent"
303303
attributes.groups: "roles"
304+
nameid_format: "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
304305
------------------------------------------------------------
305306

306307
[[saml-user-properties]]

0 commit comments

Comments
 (0)