You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to use AttributeMappings and map the incoming SAML information to the UAA attributes, unfortunately the mapping section is not respected. No matter what I put, after redeploying CF the values retrieved from uaac user get name are not changing .
What version of UAA are you running?
app version":"74.13.0"
How are you deploying the UAA?
I am deploying the UAA
using a bosh release I downloaded from bosh.io
What did you do?
I'm using ops file to add the attributes:
# add SIT Azure AD SAML provider
#
- type: replace
path: /instance_groups/name=uaa/jobs/name=uaa/properties/login/saml/providers?/
value:
nameID: urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress
idpMetadata:
showSamlLoginLink: true
linkText: Log in with IDP
metadataTrustCheck: false
attributeMappings:
given_name: givenname
family_name: surname
email: emailaddress
groupMappingMode : AS_SCOPES
What did you expect to see? What goal are you trying to achieve with the UAA?
Hello, I want to use AttributeMappings and map the incoming SAML information to the UAA attributes, unfortunately the mapping section is not respected. No matter what I put, after redeploying CF the values retrieved from
uaac user get name
are not changing .What version of UAA are you running?
app version":"74.13.0"
How are you deploying the UAA?
I am deploying the UAA
What did you do?
I'm using ops file to add the attributes:
What did you expect to see? What goal are you trying to achieve with the UAA?
I'm expecting to see:
What did you see instead?
Please include UAA logs if available.
The text was updated successfully, but these errors were encountered: