okta-auth-js icon indicating copy to clipboard operation
okta-auth-js copied to clipboard

Do you have plans to support Account Creation? (via a non-privileged source)

Open garrettmac opened this issue 3 years ago • 2 comments

From my understanding currently if I want to create an account I have two options:

  1. go with the privileged server (e.g. https://github.com/okta/okta-sdk-nodejs)
  2. Create Account via Okta Hosted Page

Is account creation via a non-privileged source on the roadmap? Is it being supported by this lib on the roadmap?

garrettmac avatar May 20 '21 16:05 garrettmac

A little surprised to not see it here and wondering why it's privileged in the first place, while change password among others aren't. Wondering the background and future plans

garrettmac avatar May 20 '21 17:05 garrettmac

@garrettmac Please see https://github.com/okta/okta-auth-js/issues/727#issuecomment-834787914

Before the official support is available from this SDK, can you use okta-signin-widget to achieve self service registration?

shuowu-okta avatar Jul 28 '21 20:07 shuowu-okta