- Okta administrators
- Organizations with applications that require case-sensitive usernames
- Organizations with inconsistent AD usernames
Follow the steps or video below.
-
Navigate to the desired application in the Okta Admin Dashboard.
-
Click on the Sign On tab.
-
Set the Application username format to Custom.
-
Enter the following Okta Expression Language formula in the custom expression field:
String.toLowerCase(user.login)
By using the Okta Expression Language and the String.toLowerCase(user.login) expression, the username will be automatically converted to lowercase characters when a user is assigned to the application. This ensures the application's case-sensitive requirements are met, even when the organization's AD usernames are inconsistent.
