-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: 🛂 Integrate Authentik Authentication with Coolify #3840
base: next
Are you sure you want to change the base?
feature: 🛂 Integrate Authentik Authentication with Coolify #3840
Conversation
c279a11
to
3760e74
Compare
a3b66f4
to
f0c8849
Compare
Just a suggestion, but shouldn’t this just be labeled a generic OAuth provider? Since if it works for Authentik it should also work for most the other selfhosted providers like (Keycloak, Authelia, Kanidm…). |
- Configured Authentik as the OAuth provider in Coolify.
f0c8849
to
96ef0ef
Compare
Thank you for the suggestion! You’re right in suggesting a more generalized OAuth approach. However, the reason for labeling this integration specifically as "Authentik" is that it required installing and configuring a specific provider to make it work seamlessly. An interesting alternative would be to configure the integration using SAML instead of a specific OAuth provider. This approach could provide a more generalized authentication flow and allow users to configure any compatible Identity Provider. What do you think about this? |
I don’t know a lot about SAML, as far as I am aware it’s more the legacy option used in big enterprises. But OpenID Connect is just as generic as SAML and I integrated a generic flow at my company that works for all kinds of providers including Authentik, Keycloak, Google, Okta, Auth0… basically every OpenID provider, so I am not really sure what you mean. |
I would also +1 for the more generic OpenID Connect |
I really want this feature too.. I wish this feature will be merged ASAP. |
I think it's difficult related to socialite library. there is no generic provider. |
Changes
Related to: PR #3635