Skip to content

Instantly share code, notes, and snippets.

@leog

leog/config.json Secret

Created April 19, 2017 04:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leog/7352952efdf099d5a9bc4504a41ae2bd to your computer and use it in GitHub Desktop.
Save leog/7352952efdf099d5a9bc4504a41ae2bd to your computer and use it in GitHub Desktop.
SAML config
{
"mappings": {
"user_id": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier",
"email": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
"name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name",
"given_name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname",
"family_name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname",
"upn": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn",
"groups": "http://schemas.xmlsoap.org/claims/Group"
},
"logout": {
"callback": "http://talk.leog.me/logout"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment