Skip to content
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: Authelia login support #3001

Merged
merged 2 commits into from
Feb 12, 2025
Merged

Conversation

usmanatron
Copy link
Contributor

Add support for Authelia login, taking inspiration from #2386 and #2714 .

Note that it's been a while since I worked with PHP (and Ive been struggling to get local development working on my machine => I haven't been able to run the tests etc.); Im hoping PR checks will catch stuff but please do lmk if anything else is needed :-)

@usmanatron usmanatron requested a review from a team as a code owner February 12, 2025 10:10
@usmanatron
Copy link
Contributor Author

Oh also! One question before I forget:

On the Keycloak PR (#2386 ), the user Model was modified to include keycloak_id. This wasn't done for the Authentik one (#2714 ). Is this required? Happy to go and add it in for both

.env.example Outdated
# AUTHELIA_BASE_URL=
# AUTHELIA_CLIENT_ID=
# AUTHELIA_CLIENT_SECRET=
# AUTHELIA_REDIRECT_URI=/auth/authentik/redirect
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

authentik?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks!

@ildyria
Copy link
Member

ildyria commented Feb 12, 2025

On the Keycloak PR (#2386 ), the user Model was modified to include keycloak_id. This wasn't done for the Authentik one (#2714 ). Is this required? Happy to go and add it in for both

Nope, see here:
93b221c

@ildyria ildyria merged commit 6fc3ec6 into LycheeOrg:master Feb 12, 2025
30 of 33 checks passed
@usmanatron usmanatron deleted the authelia branch February 12, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants