Hello,
I try to configure SAML authentication using AzureAD. Until now, it partially works. I can log on, but most of the configuration does not work.
The problems I have are:
the username in the top right corner is my GUID. In the logging I see this line
“WARNING awx.sso.backends Could not map user detail ‘first_name’ from SAML attribute ‘user.givenname’; update SOCIAL_AUTH_SAML_ENABLED_IDPS[‘Azure’][‘attr_first_name’] with the correct SAML attribute”
I tried different attributes, but none work. When looking at the response from Azure, I can see my details, but in AWX, these cannot be used.
All other attributes do not work either.
The mapping between the groups in AD (which should be reflected in the SAML response) do not work.
How should SAML be configured?
The AWX version is 11.2.0
Thanks you!