Skip to content

Instantly share code, notes, and snippets.

@austinsonger
Last active December 31, 2024 16:28
Show Gist options
  • Save austinsonger/7b375c15849b17215d0c0f58b34a53b0 to your computer and use it in GitHub Desktop.
Save austinsonger/7b375c15849b17215d0c0f58b34a53b0 to your computer and use it in GitHub Desktop.
Elastic SSO
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"
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