okta-signin-widget icon indicating copy to clipboard operation
okta-signin-widget copied to clipboard

Activation Token

Open andrewvanbeek-okta opened this issue 4 years ago • 5 comments

: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?

andrewvanbeek-okta avatar May 15 '20 15:05 andrewvanbeek-okta

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.

TreyBastian avatar Jun 14 '21 10:06 TreyBastian

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
   },

rodriguesgm avatar Feb 13 '23 18:02 rodriguesgm

Hi, what version of the widget supports this?

vaishakhbn avatar Mar 29 '23 17:03 vaishakhbn

Hi, what version of the widget supports this?

I think the version 7 or higher support this, I'm using 7.3.1

rodriguesgm avatar Mar 29 '23 18:03 rodriguesgm

@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?

zdevwu avatar Jun 02 '23 19:06 zdevwu