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.
- Security Assertion Markup Language (SAML) Application
- Okta Integration Network
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
