abby
August 10, 2023, 10:20pm
1
Hello!
I want to be able to build invite-only login for our application. We aren’t going to be able to use organizations because we want a single tenant per customer. We also only want to have social login for login, not password authentication (this creates complexity for us, as we’d need to add verification and MFA).
The typical guide passed around here is this one: Send Email Invitations for Application Signup - but you’d have to enable password login to make this work.
Currently we have a login action that redirects you if you are not an allowlisted user. This isn’t feasible long-term, so we’d love to have a better way to do this. The only way I’m seeing how to do this is by potentially could have our own DB table and querying it in an action.
Here is what I’ve found so far on this topic, but most of these are closed out and not answered.
I would like to invite a user using their google email. The invited user should be able to login
with their google email using google-oauth2 connection into our application
that uses auth0 authentication API. Since Auth0 API does not allow a user with
google-oauth2 connection to be created via its API. How can I be able to invite a user in our application
without redirecting them to the google social connection user sign up page?
Any luck re-creating this scenario?
From what I see, I can only add users in Auth0 using a user/password connection?
I’ve brought this up here as well -
In continuation to this issue -
And this issue -
We have a scenario where the user logs in via google, but only they are pre-registered.
I understand I can create a rule to check against some DB of invited users, but what if this DB is also in Auth0?
I would like to use Auth0 for managing my users, therefor I want to add them in Auth0 as google login users, and then run the rule against this user list
Is this possible? Or must I have hold another DB of users on my own?
Hi all,
We’re trying out Auth0 but our applications are invite-only.
A user needs to be invited from someone inside the application and will receive a link with some invitation details. This is all handled by our application.
Now, we’ve disabled signup for our database connection and are trying to create a user via the Management API and then create a password reset link. However, we get the error that a password is required for the connection. Which seems obvious, because in most cases, you’…
I’m building an invite only application and I want my users to authenticate using social providers.
Current implementation is based on the guide from Send Email Invitations for Application Signup . Detailed algorithm is:
Admin invites a user to the application using email address
User gets email with activation link and opens it
Application marks user as ‘invited’ and creates user in auth0 database
Application requests password change
User gets ‘verify your email’ message and click ‘verify you…
Would appreciate the help.
2 Likes