Replies: 1 comment
-
see also: Email OTP |
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
-
Hello everyone,
I'm currently working with Authentik and I'm trying to implement a specific user authentication flow. I would appreciate any guidance or advice from those who have experience with similar setups.
What I'm Trying to Achieve:
I want to set up a system where users with email addresses from certain whitelisted domains can log in to my applications using a passwordless, email-based authentication method. Additionally, I want these users to be automatically created in Authentik (Just-In-Time Provisioning) upon their first login attempt, without the need for prior registration.
Specific Requirements:
While I understand the basics of setting up email-based authentication in Authentik, I'm not entirely sure how to integrate this with domain whitelisting and JIT user provisioning.
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions