okta / okta-signin-widget

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

Support Activation in the Widget #413

Open omgitstom opened 6 years ago

omgitstom commented 6 years ago

https://developer.okta.com/docs/api/resources/authn#primary-authentication-with-activation-token

This is supported in the AuthN, but isn't supported in the widget

matthewdfleming commented 6 years ago

In the meantime do you have any advice for how to handle new user activation? I guess I'm even asking for a plausible workflow when creating a user and checking 'password set by user' (e.g. intercept token, call xyz on the AuthN api, redirect to zzz, etc).

Right now the 'workaround' I'm thinking of using is to use 'password set by admin'.. then communicating the password to the user and then have them run through the normal 'change password' flow (which works great).

armordog commented 5 years ago

Is it still the case that I can bootstrap the widget into the password recovery state with a recovery token but not into an activation state with an activation token?

rodriguesgm commented 1 year ago

https://github.com/okta/okta-signin-widget/issues/1184#issuecomment-1428467146