Skip to content

Commit

Permalink
docs: add trailing slash to sp.entity_id in SAML example (#7115)
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Rodrigues <rodrigc@crodrigues.org>
  • Loading branch information
rodrigc authored Aug 25, 2023
1 parent f556125 commit b7e8bf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
idp.metadata.path: /usr/share/elasticsearch/config/saml/idp-saml-metadata.xml
order: 2
sp.acs: https://kibana.example.com/api/security/v1/saml
sp.entity_id: https://kibana.example.com
sp.entity_id: https://kibana.example.com/
sp.logout: https://kibana.example.com/logout
----

Expand Down

0 comments on commit b7e8bf4

Please sign in to comment.