Skip to content

Instantly share code, notes, and snippets.

@eddycek
Created October 9, 2023 09:41
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 eddycek/aa302f6411de3f355f494e3b9df2c7d0 to your computer and use it in GitHub Desktop.
Save eddycek/aa302f6411de3f355f494e3b9df2c7d0 to your computer and use it in GitHub Desktop.
attribute of SAML response where is roles
<saml:Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/Group" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic">
<saml:AttributeValue xsi:type="xs:string">APP_Keboola_user</saml:AttributeValue>
<saml:AttributeValue xsi:type="xs:string">APP_ProjectKeboola_KbcInternalAcceptanceTests_admin</saml:AttributeValue>
<saml:AttributeValue xsi:type="xs:string">APP_ProjectKeboola_KbcInternalGarbageCollection_admin</saml:AttributeValue>
<saml:AttributeValue xsi:type="xs:string">APP_OrgKeboola_KeboolaInternal</saml:AttributeValue>
</saml:Attribute>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment