Question

Eviden
NL
Last activity: 17 Aug 2022 21:22 EDT
Issue with response attribute mapping @ SAML
What's the correct way to map a SAML response?
Attribute received with SAML Response
<saml2:Attribute FriendlyName="uid" Name="urn:oid:0.9.2342.19200 Proprietary information hidden" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" > <saml2:AttributeValue>rick</saml2:AttributeValue> </saml2:Attribute>
As per the below article, we should map with the following syntax {uid}
https://docs-previous.pega.com/security/85/creating-saml-sso-authentication-service-app-studio
However, when I use {uid}, I can not pick the uid value from the SAML Response and I get bellow error
Unable to derive attribute %28uid%29 from SAML assertion for operator establishment
Do you have an idea what I might be missing?