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

Add OpenID Connect support to authentication #44

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

emmanuelmathot
Copy link
Collaborator

@emmanuelmathot emmanuelmathot commented Feb 6, 2025

This implements #43

  • Add oidc auth module and settings
  • add /credentials/oid and /me endpoints
  • Add keycloak in docker compose to test with oidc
  • Remove assertion for user services in LocalStore
  • Add general exception handler to OpenEOException
  • Refactor stacApiBackend to use a cached client
  • Improve error handling for missing environment variables in BackendSettings
  • Customize settings sources for OIDCConfig to support space-separated scopes
  • Update CORS methods in ApiSettings

- Upgrade mypy version in pre-commit configuration
- Remove assertion for user services in LocalStore
- Add general exception handler to OpenEOException
- Refactor stacApiBackend to use a cached client
- Improve error handling for missing environment variables in BackendSettings
- Customize settings sources for OIDCConfig to support space-separated scopes
- Update CORS methods in ApiSettings
@emmanuelmathot emmanuelmathot marked this pull request as ready for review February 10, 2025 13:17
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.

1 participant