
1v8g4 (1v8g4) asked a question.
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?

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.
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.
Then the challenge is much easier. Your apps are all OIDC ? In which case it should be a simple case of
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