Skip to content

Commit 8551266

Browse files
minor configuration example fix
1 parent ed11992 commit 8551266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/elasticsearch-plugins/ms-graph-authz-configure-elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ xpack.security.authc.realms.saml.kibana-realm:
5454
order: 2
5555
attributes.principal: nameid
5656
attributes.groups: "http://schemas.microsoft.com/ws/2008/06/identity/claims/groups"
57-
idp.metadata.path: "https://login.microsoftonline.com/<Tenant ID>/federationmetadata/2007-06/federationmetadata.xml?appid=<Application_ID>"
57+
idp.metadata.path: "https://login.microsoftonline.com/<Tenant_ID>/federationmetadata/2007-06/federationmetadata.xml?appid=<Application_ID>"
5858
idp.entity_id: "https://sts.windows.net/<Tenant_ID>/"
5959
sp.entity_id: "<Kibana_Endpoint_URL>"
6060
sp.acs: "<Kibana_Endpoint_URL>/api/security/saml/callback"

0 commit comments

Comments
 (0)