I’m working for a customer that wants to use Auth0 as an IdP. A previous developer had set up everything via Wordpress, which uses the PHPass library to generate password hashes, which is not supported by Auth0.
Here are the constraints of the project:
Existing users need to be pre-imported into Auth0’s default password database.
It has to use Auth0 developer/basic tier. Anything locked behind pro or enterprise is off the table. There are only 200 users anyway.
We can’t ask the customers to reset their passwords right off the bat. That’s horrible UX, and no one’s going to pay attention to a notice like that. (And they shouldn’t follow instructions like that anyway – it sounds like a phishing scam)
Similar to 3, we can’t ask customers to re-register.
The Wordpress site is a mess and already uses a non-standard login mechanism, so using the WP Auth0 Plugin is not possible.
I’ve spent about 2 weeks looking for a solution in forum posts, google results, medium stories (ugh), etc. All I’ve found are situations that don’t apply, APIs that are deprecated, and general sales-speak about how great Auth0 is.
Is what I’m tasked with even possible, or is the only way paying for enterprise features?
I have come across it and the issue is Step 6: “Now click the Custom Database tab and turn on Use my own database”
The dashboard tells me this feature is only available for enterprise users. As the cost of the enterprise tier is not even advertised, we almost certainly can’t afford it.
OK, I give up. Here are some more reasons the plugin will not work for what I want:
It does not do a bulk import.
It does not work with the Ultimate Member WP plugin. (This plugin changes the login system)
The plugin itself gets a 404 when trying to configure the Import Settings. Good job.
Basically, I would have to make my own system as well as my own “social” login plugin, since logging in with the management API is not supported (maybe? not clear on this).
So to paraphrase Jaime Lannister: if I have to do everything myself, why do I need you?
In the words of Daenerys Targaryen, “We are going to leave the world better than we found it.”
This forum is a place for civilized discussion, problem-solving, and Community. We don’t tolerate toxicity. I am happy to work on a solution with you, but you are going to have to put away the sarcasm and hostility.