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

fix: support authentication with Open ID using Keycloak #669

Merged
merged 4 commits into from
Feb 14, 2025

Conversation

taprosoft
Copy link
Collaborator

Description

This PR aims to add support for Keycloak authentication while implementing a conditional check to differentiate between the two methods. The system should properly handle authentication based on the selected provider.
You can activate the authentication by keycloak by declaring in the .env :
AUTHENTICATION_METHOD="KEYCLOAK"

Type of change

  • New features (non-breaking change).
  • Bug fix (non-breaking change).
  • Breaking change (fix or feature that would cause existing functionality not to work as expected).

Checklist

  • I have performed a self-review of my code.
  • I have added thorough tests if it is a core feature.
  • There is a reference to the original bug report and related work.
  • I have commented on my code, particularly in hard-to-understand areas.
  • The feature is well documented.

@taprosoft taprosoft merged commit 647d0a4 into main Feb 14, 2025
8 checks passed
@taprosoft taprosoft deleted the saraJimenezB/main branch February 14, 2025 14:26
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.

[REQUEST] Authentication method with Keycloak and OpenID
2 participants