I have been able to create a new activated user without credentials using okta api {{url}}/api/v1/users?activate=true. So once the user is created and activated since activate is true, the user receives an email. Once the user clicks on the reset password/activate account link, this link brings him to a page where he creates his password etc and clicks a button Create Account. This is where the button, instead of redirecting the user to my app routes him to the following url where it asks the user to add apps link below.
Is there a way after the user creates the password and clicks on this button the user can be redirected to my app url for e.g: http://abc.com/home or for now http://localhost:3000/home.
At this point I can see in okta developer console and in my node app console that the new user has been created and has received the activation email. The activation link in the email is something like this.
Once the user clicks on this link he is redirected to a screen where he sets his new password, security question and security image and clicks on Create My Account button. At this point I was hoping that the user would be redirected to my application home page http://localhost:3000/home but he gets redirected to https://dev-179941.oktapreview.com/app/UserHome where he sees the screen below.
Thanks for the update @nate.barbettini. Any ETA? If this feature is released within a month I don’t see a reason for me to code the workaround or search for a solution other than Okta. Thank you.
I believe if you are searching for something to get out the door in the month, the workaround mentioned in:
is the only option.
I have a question for you, are you OK collecting the password upfront? The registration as a service feature, if you can collect the password upfront will behave the way that you expect, you will be able to either require or defer email verification, but it will require that you collect the primary credential up front. This feature, in particular, is on our short-term roadmap, and the team is currently working on it. We are currently tracking towards ~ Oktane '18, but please remember, dates can change.