Is it possible to create your own hosted password reset page?

Looking at the documentation https://developer.okta.com/docs/api/resources/users.html#change-password I get back a URL not the OTT itself. Do Okta provide an option to host your own page for the customer to add their new password?

Ideally I want to kick off a password reset journey via an API call. This should give me the OTT that I can email to the customer in a URL (containing the OTT) to my application. They can then enter the new password and my application will make an API call to Okta with the new password and OTT to make the change.

1 Like

I have a question about this as well after walking through the sign-in widget example - in my case, Iā€™m ok with the widget but would want the reset page to look like it is on our domain as well. Is there something that can be configured with cnames or something for this?