Forum Discussion
Steve_Dionne
Nov 12, 2021Nimbostratus
SAML Attributes require String type
I am doing a SAML Integration with Tableau Server. Actually Tableau is unable to read my username attribute, because it is missing xsi:type="xs:string"
https://help.tableau.com/current/server...
Nov 24, 2021
You can rewrite the assertion using an iRule. The rule below might work for you.
when ACCESS_SAML_ASSERTION {
set assertion [ ACCESS::saml assertion ]
set new_assertion [ string map [list "<saml2:AttributeValue xmlns:saml2=\"urn:oasis:names:tc:SAML:2.0:assertion\">" "<saml2:AttributeValue xmlns:saml2=\"urn:oasis:names:tc:SAML:2.0:assertion\" xsi:type=\"xs:string\">"] $assertion ]
ACCESS::saml assertion $new_assertion
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects