Registration/login form for my web application using OKTA

Hi,

I am looking for a custom user registration/login form for my application using okta as IDP. Is there any register/login form template available which i can connect my application easily? or i have to write code to customize my requirement.

Its a banking sector and this registration and login is for customers who can able to use the application for there financial use. So which one we should go CIAM/WIAM?
can someone please guide me to the right way?

Have you looked into using our Sign In Widget? It supports both user login and registration.

Guide for getting started with the widget can be found here: Embedded Okta Sign-In Widget fundamentals | Okta Developer

2 Likes

Hey Thanks for your quick response and how about the CIAM or WIAM for Bank customers ? which one is the right direction for customer registration and login?

That I can’t speak to, but I bet our Sales team could be of assistance.

1 Like

Hey,

  1. Here i am trying okta login form customization using this code provided by okta, but i can’t able to add a new inputs here. Is there any other script which i need to use for my JS Okta login page? help me with this

  2. Also is there any possibility to add additional input to the okta login from the admin console? i found no options on branding->pages. any idea about this please advise me.

What kind of customizations are you looking to add?

If you’re trying to get additional information during registration, then you will want to look to update your Profile Enrollment Policies.

More information about common widget customizations can be found in our guide here: Style the sign-in page | Okta Developer

I am trying to add two attributes in the okta login

Default login:

Username
Password

My requirement :

Banking option( drop-down)
Username
Password

I couldn’t able to find the plain JS script for login/ registration.

You wouldn’t do this within your Javascript, you would need to add the attribute into the Okta User Profile (which in your case, should likely be an enum) and then add it to the Profile enrollment form in your Profile Enrollment Policy

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.