How to Set an Okta App Integration to Use firstName.lastName Instead of the Okta Username
Last Updated:
Overview
This article discusses whether it is possible to set the username for an app to the user's firstName and lastName rather than the Okta username.
Applies To
- Security Assertion Markup Language (SAML) Application
- Okta Integration Network
Solution
Yes, this is possible by using an expression with the Okta Expression Language (OEL). Follow the steps or video below.
-
Log in to the Okta Admin Dashboard and navigate to the application's Sign On tab.
-
Click the Edit button and scroll down to the Credentials Details heading.
-
Select Custom from the Application username format dropdown menu.
-
In the field below the Application username format, enter
user.firstName + user.lastName
-
Click the Save button.
Related References
