okta / okta-signin-widget

HTML/CSS/JS widget that provides out-of-the-box authentication UX for your organization's apps
Other
373 stars 320 forks source link

Feature Request: Allow customization of password reset handling #1143

Open rcollette opened 4 years ago

rcollette commented 4 years ago

I'm submitting a

Background info

We are implementing a white labeled web site and need to be able to send emails having different styled templates that are branded for each white label partner.

Expected behavior

We expect to be able to configure an event handler that would perform the process of password reset (getting a recovery token and sending an email that contains a recovery url).

We should be able to return a promise from the callback or call a completion function when password reset has been handled.

After the callback has been called, the widget should route to the next view as it does today.

swiftone commented 4 years ago

@rcollette - This touches on a lot of larger branding issues. I'll file this enhancement request on the tech side, but I suggest reaching out to our support team at developers@okta.com as they can take in your larger use case and potentially connect it to related ones for a boost in priority.

swiftone commented 4 years ago

Internal ref: OKTA-293140

rcollette commented 4 years ago

@swiftone thank you for all your follow up on my reported issues. Yes I believe this is a broader issue. We would really like to support this through the Okata hosted login page. It is a lot of extra work to have to implement login logic in every application that we have. Perhaps they could allow multiple styling and internationalization overrides keyed on trusted host callbacks. I get that this would be a an effort for Okta to complete however it's a large value prop for Okta customers. I will take it up with support as you mentioned. Thank you.