Custom Registration Form?

Hello,
I’m looking into what we need to do to integrate okta into our web app for our customers to use.

We already have a registration form and don’t want to use the Okta Self Registration from. Don’t think it is flexible enough for our needs.

Can we keep using our own registration form, create the new user on our side but then send an api request to okta to create the new customer there?
Include our customer id so Okta will have a reference between them?

Kind Regards
jamie

I would suggest to use the Okta users API to create the user with a custom schema attribute that references the customer id:

https://developer.okta.com/docs/reference/api/users/#create-user-with-non-default-user-type

1 Like

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