Last active
December 31, 2024 16:28
-
-
Save austinsonger/7b375c15849b17215d0c0f58b34a53b0 to your computer and use it in GitHub Desktop.
Elastic SSO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xpack.security.authc.realms.saml.cloud-saml: | |
order: 2 | |
attributes.principal: "nameid" | |
attributes.groups: "groups" | |
idp.metadata.path: "https://<PLACEHOLDER>.com//sso/saml/metadata" | |
idp.entity_id: "http://www.<PLACEHOLDER>.com/<PLACEHOLDER>" | |
sp.entity_id: "https://<PLACEHOLDER>.kb.us-east-1.aws.found.io:9243/" | |
sp.acs: "https://<PLACEHOLDER>.kb.us-east-1.aws.found.io:9243/api/security/v1/saml" | |
sp.logout: "https://<PLACEHOLDER>.kb.us-east-1.aws.found.io:9243/logout" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xpack.security.authc.providers: | |
saml.cloud-saml: | |
order: 0 | |
realm: cloud-saml | |
description: "Log in with Elastic" | |
basic.basic1: | |
order: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment