Hi,
Day 3… Continue my SAML fight… I can finally login to the AWX using SAML authentication method, but my username is shown as 32 characters string like this one: f7da396ebde947069841feb69f8bed7c
My configuration:
`
{
“samlLogin”: {
“entity_id”: “https://…/samlidp2/saml20”,
“url”: “https://…/samlidp2/saml20/login”,
“x509cert”: “…”,
“attr_user_permanent_id”: “name_id”,
“attr_first_name”: “User.FirstName”,
“attr_last_name”: “User.LastName”,
“attr_username”: “User.email”,
“attr_email”: “User.email”
}
}
`