Ignition 8.0.2, May 7th Identity Provider - User Mapping Attributes - Roles property does not get mapped to IdP Response value

Hi @will -

It is most likely the characters in the property with key http://tt.com that is causing the problem. You can confirm by setting gateway.UserAttributeMapper logger to debug and trying login again. You should see an exception in the logs.

Try using a direct mapper of ["http://tt.com"] instead. That should give you what you want.

1 Like