Hi ,
I am using Rest API to “Create User without password” in Okta. When the activation link is send in the email then it opens okta interface with the app but I want to launch the app by default and don’t want to show users that interface… How do I implement that using rest api during registeration.
Any documention would also be good.
You have a couple of options:
-
You can use ‘Default app for sign-in widget’ feature in Okta. You can find details here:
https://help.okta.com/en/prod/Content/Topics/Settings/sign-in-widget-redirect.htm
-
You can update the link in your Okta activation emails to redirect after activation.
${activationLink}?fromURI=<application-url>
Make sure <application-url> is added to Trusted origins in Okta.