
GaryD.97793 (Customer) asked a question.
I'm trying to setup an app in Okta where users can use their `user.login`, `user.email` or `user.secondEmail` as possible usernames to login but I can't seem to figure out how to do this.
Any help pointers or help would be greatly appreciated.

Hi Gary,
It is not possible. If your `user.login`, `user.email` or `user.secondEmail` are same but suffix is different then you can play with okta expression language and it would work but if those 3 values are totally different then you can not do that.
it will work if : user.login = abcdef , user.email = abcdef@xyz.com , user.secondEmail = abcdef@123.com