I am using ssojet currently and facing some problems to connect my microsoft active directory, they support azure active directory but they do not have out of the box support for active windows active directory.
I am look for any helpfull guide to migrate from ssojet to auth0, I can’t afford enterprise plan.
Hi @info.mantra01
Welcome to the Auth0 Community!
Thank you for posting your question. Currently, we don’t have a direct migration guide from the external provider to Auth0. Still, a general overview would cover moving your current code that is utilizing the SSOJet infrastructure to use the Auth0 SDK. You can check the quickstart for guides on implementing different authorizations in different languages. After that, you would need to migrate your users → Import and Export Users
The AD/LDAP connection support can be an obstacle as an enterprise plan is needed to set up an enterprise connection in Auth0. You can read more about setting up the connection here → Connect Your App to Active Directory using LDAP
Thanks
Dawid
1 Like
Thanks for this, I’ll try it out.