Created
October 9, 2023 09:41
-
-
Save eddycek/aa302f6411de3f355f494e3b9df2c7d0 to your computer and use it in GitHub Desktop.
attribute of SAML response where is roles
This file contains hidden or 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
<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