-
Notifications
You must be signed in to change notification settings - Fork 389
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
Add keycloak SSO #5711
base: refactor/argilla-server/better-oauth2-integration
Are you sure you want to change the base?
Add keycloak SSO #5711
Conversation
… feature/better-oauth2-integration-keycloak
Related #5691 |
argilla-server/src/argilla_server/security/authentication/oauth2/_backends.py
Outdated
Show resolved
Hide resolved
… feature/better-oauth2-integration-keycloak
argilla-server/src/argilla_server/security/authentication/oauth2/_backends.py
Show resolved
Hide resolved
… feature/better-oauth2-integration-keycloak
I tested it a bit with a local set-up but it does not seem to work. I need some time to debug it, to understand why it is not working. |
cc5ca0c
to
bf2a0f6
Compare
I've pushed some missing tests to see the expected values https://github.com/argilla-io/argilla/blob/bf2a0f64a991731602cd521188dd95bb3896d7ea/argilla-server/tests/unit/api/handlers/v1/test_oauth2.py |
Add keycloak SSO
Based on discussion in #5691
Points that need some feedback:
Type of change
How Has This Been Tested
Local build & Keycloak installation as described in the documentation.
Checklist