Using Custom Attributes for Authentication

Hi All,
We have requirement to use custom attributes for authentication rather than standard username and password.

For e.g: User click on the webapp integrated with okta using OIDC code flow. The webapp displays the okta login page. However instead of using username/password. We want to use policy number and date of birth.

Let me know if its feasible?

@hromeo Hi, why not create user with policy number as username and date of birth as password?

But how can we change the username and password attribute at the login page: I mean the username attribute changed to Policy Number and Password to Date of Birth

@hromeo Do you mean change the signin form style?
You may check the signin widget GitHub - okta/okta-signin-widget: Okta SignIn widget that renders the new login/auth/recovery flows
I think you probably need to write a new component.