Okta Authentication

I am just wondering if there is a way to authenticate via Okta using the 4 digit PIN rather than username + password?

The issue is that most users sign into Okta every day with their PIN, but can’t remember their password. Trying to streamline the onboarding process, without having to reset all their passwords.

Many thanks

To clarify…this is to authenticate into a 3rd party app with Okta, but using the PIN rather than username/email + password.

hi @blink,

Okta does not support that UI flow out of the box. However, you could build a custom UI which leverages Okta’s authentication API as the backend to a PIN based UI flow that you build. You would have to manage password policies though allow only numerical input.

See here for more:

1 Like