-
Okta Expression Language
-
Okta SAML custom username setting
-
In the Okta Admin Console, click Applications and click the affected application
-
Click the Sign On tab
-
Scroll down and select the Okta Username dropdown
-
Select the Custom option within the dropdown menu
-
Enter expression: "XDOMAIN" + toLowerCase(substring( user.firstName, 0, 1)) + toLowerCase(user.lastName)
-
Please NOTE: The expression can work in multiple ways, for example: DOMAIN" + workday.userName can work as well when you have Workday as a profile master
-
-
Preview the username, to make sure it matches the format you are looking to achieve.
