I have setup AzuerAD as identity provider and everything is working except below:
Display name is reflecting as "notset notset" rather "UserActualFirstName UserActualLastName". Azure attributes has user.mail, user.givenname, user.userprincipalname and user.surname
Created trusted profile with an access group and onboard user is set to static. User is still onboarded with "notset notset" name and no access group assigned.
My user details - notset notset Status - Active
Trusted profile fedrated condition rule:
- email CONTAINS "abc.onmicrosoft.com"
- mail CONTAINS "abc.onmicrosoft.com"
- username CONTAINS "abc.onmicrosoft.com"
It should work as expected.