okta-signin-widget
okta-signin-widget copied to clipboard
Activation Token
:information_source: If you have a question, please post it on the Okta Developer Forum instead. Issues in this repository are reserved for bug reports and feature requests.
I'm submitting a
- [ ] bug report
- [X ] feature request
Background info
Describe your issue or request here (if necessary).
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?
We currently do activation on our backend then bootstrap into a recovery state to do this exact thing.
Would be great if we could keep activation flows within the sign-in widget too so it's much more seamless.
I was able to setup the widget for the activation flow. The config need is:
new OktaSignIn({
baseUrl: 'okta url',
issuer: 'issuer url',
clientId: 'app client id',
redirectUri: 'app redirect url',
authParams: {
activationToken: 'token received in the email' // okta-url/tokens/Eeo8JC20wS-O1UyoXsRu/verify, this is the token Eeo8JC20wS-O1UyoXsRu
},
Hi, what version of the widget supports this?
Hi, what version of the widget supports this?
I think the version 7 or higher support this, I'm using 7.3.1
@rodriguesgm , Hi, I'm struggling to get it to work, are you using OIE or classic engine? would you be able to share an example?