We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Enable user authentication and verification via keycloak
Communication with trailblazer requires a valid JWT token, this is currently fetched from google
Communication with the clinical genomics ui requires a valid JWT token from google. (server/endpoints/utils.py)
Figure out python package for keycloak / similar to react-oidc-context
Authservice, VerificationService, UserService (re-use to for TB and CG-UI)
The text was updated successfully, but these errors were encountered:
ChrOertlin
ahdamin
Successfully merging a pull request may close this issue.
Description
Enable user authentication and verification via keycloak
Details
Communication with trailblazer requires a valid JWT token, this is currently fetched from google
Communication with the clinical genomics ui requires a valid JWT token from google. (server/endpoints/utils.py)
Figure out python package for keycloak / similar to react-oidc-context
Authservice, VerificationService, UserService (re-use to for TB and CG-UI)
The text was updated successfully, but these errors were encountered: