<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
0D54z00009Bwf1zCABOkta Classic EngineAuthenticationAnswered2024-04-17T11:06:58.000Z2023-05-17T06:28:09.000Z2023-05-18T15:48:44.000Z

1v8g4 (1v8g4) asked a question.

Auth0 to Okta Migration

We are currently using Auth0 for authentication, authorization and RBAC features. We need to migrate this to Okta.

I did not get much help from internet on this migration. Is there any documentation or anything which helps in this regard?


  • NiallM.34104 (Atlas Identity)

    Hi Chirag. Interesting question. I have been asked how to go in the other direction, but never from Auth0 ( Okta CIC ) to Okta proper ( Okta WIC ).

     

    It's not trvial, and it would be considered a 'Professional Services Heavy' engagement.

     

    Are users in scope ? Would users be OK to set new passwords or would that need to be seamless ?

    All of the applications onboarded for SSO would need to have their relevant endpoints changed to point to the Okta endpoints.

     

    There's no button push or migration tools available.

    Expand Post
    • 1v8g4 (1v8g4)

      Hi Niall,

       

      Thanks for your reply. Currently we are still in development phase. There are no active users other than the test users which we have created.

  • NiallM.34104 (Atlas Identity)

    Then the challenge is much easier. Your apps are all OIDC ? In which case it should be a simple case of

    1. Create new custom OIDC apps in Okta
    2. Grab the relevant OIDC endpoint for your Okta Authorization server
    3. Plug the Okta Authorization server endpoints into your app(s)

     

    That will have your apps point to the new Okta tenant for authentication, and the OIDC flows should work just the same.

     

    Then as Okta doesn't have the roles/permissions model that Auth0 has, you'll need to setup Groups, group rules. Ensure your users have the relevant memberships and push those Groups through in the id_token.

     

    That should be it. Users are the hard part

    Expand Post
This question is closed.
Loading
Auth0 to Okta Migration