We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed11992 commit 8551266Copy full SHA for 8551266
docs/reference/elasticsearch-plugins/ms-graph-authz-configure-elasticsearch.md
@@ -54,7 +54,7 @@ xpack.security.authc.realms.saml.kibana-realm:
54
order: 2
55
attributes.principal: nameid
56
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>"
+ idp.metadata.path: "https://login.microsoftonline.com/<Tenant_ID>/federationmetadata/2007-06/federationmetadata.xml?appid=<Application_ID>"
58
idp.entity_id: "https://sts.windows.net/<Tenant_ID>/"
59
sp.entity_id: "<Kibana_Endpoint_URL>"
60
sp.acs: "<Kibana_Endpoint_URL>/api/security/saml/callback"
0 commit comments