<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content

User's Display Name Does Not Have a Value

Okta Classic Engine
Okta Identity Engine
Lifecycle Management
Okta Integration Network

Overview

Okta attribute user.displayName is not showing a user's firstName and lastName values as expected.

Applies To

  • Universal Directory
  • Provisioning
  • Okta Expression Language (OEL)

Cause

If user.displayName has never been modified, Okta will automatically concatenate "firstName {space} lastName" in any downstream mapping, even if the displayName attribute appears to be blank on the Okta User Profile. This includes API Calls made to GET User.

 

 
 

If admins attempt to set the User Profile back to blank, they cannot set this back to a true NULL value, so, therefore, Okta tries to send a blank value.





 

Solution

Admins can change the appropriate mapping to something similar to user.firstName + user.lastName for the desired attribute in the app.


 

Related References

Loading
User's Display Name Does Not Have a Value | Okta Support