<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D50Z00008G7VYjSANOkta Classic EngineAdministrationAnswered2025-03-30T09:16:00.000Z2018-07-26T08:10:09.000Z2020-12-31T22:44:32.000Z
  • RafaelW.15613 (Customer)

    Is that possible now? Redirect to external app after password reset?

  • tctnu (tctnu)

    Still did not resolve this issue?

  • 6eiio (6eiio)

    Is this really still not possible?

  • NemS.27513 (Border States Industries, Inc.)

    So, my coworker and I were playing around with this, and we DID get it to work using "?fromURI" with one caveat - you can't redirect to a third party site. We were trying to redirect to one of our Okta applications anyways, using this in the E-mail template (in the 'reset-password-link' A rec):

     

    In the standard template:

     

    href="${resetPasswordLink}"

     

    We first tried:

     

    href="${resetPasswordLink}?fromURI=https://tenant.oktapreview.com/home/tenant_application_1/0oan4nvyk7t0h73j8uj3/alnn4Zg1e0h7ny6rvkJb"

     

    But this resulted in a generic Okta 403 error. Looking at an original network trace (before we put in our own "?fromURI") in our browser, we did see a redirect after the password change, but it was a relative link (no hostname), so we tried (remove "https://hostname" part):

     

    href="${resetPasswordLink}?fromURI=/home/tenant_application_1/0oan4nvyk7t0h73j8uj3/alnn4Zg1e0h7ny6rvkJb"

     

    Which appears to be working for us. The user provides the answer to their security question, changes their password, and they are redirected to the application, *NOT* the users Okta "home" page.

    Expand Post
  • 11708 (11708)

    The fromURI needs to URL encoded and whitelisted as a trusted origin.

     

    Credit to Kevin Klitze (Okta Sales Engineer) for this answer!

This question is closed.
Loading
Redirect to external app after password reset