How can I implement invitation-based enrollment with social signup #17293
Unanswered
recursiveGecko
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I cannot answer your question since i have a similar one. After a day of LLM questioning, i come to the conclusion that what i want to do is currently not possible with authentik... unless some of the the experts know the trick... |
Beta Was this translation helpful? Give feedback.
1 reply
-
I must admit that i dont completely understand WHY it is not possible, since it seems such a common scenario, especially in a Non-Profit / Community Setting.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on an invite-only web application and I'd like to use Authentik for authentication. I want invited users to be able to enroll with Username/Password, Discord, or Google login.
How is the invitation enrollment flow supposed to be structured to make this possible? So far I have:
The problem is that after the user logs in with Discord, they're sent to the default enrollment flow associated with the Discord source, but I need to get them back to the original invitation flow so that I can prompt them for some details required for the specific application they've been invited to, and to add them to the right groups.
P.S. In the future I might have other applications (that don't require invites) which also support logging in with Discord, so I don't want to tailor the default enrollment flow for Discord source for this specific use case. I need a way to resume the original invitation enrollment flow which ensures that the user started the flow with a valid invite.
Beta Was this translation helpful? Give feedback.
All reactions