You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Planning to add OIDC support to EPR by way of Keycloak. The goal is to require authentication on most endpoints. This is a stepping stone to implementing RBAC.
Stuff we need:
Doc on spinning up Keycloak and getting it configured (or a script).
Figure out the auth flow for a user interacting with EPR. Getting them a raw JWT is good enough for the first pass.
Add Keycloak to the deployment with the other prereqs.
Add some EPR middleware to validate access tokens.
May need to split these into multiple tickets.
The text was updated successfully, but these errors were encountered:
Planning to add OIDC support to EPR by way of Keycloak. The goal is to require authentication on most endpoints. This is a stepping stone to implementing RBAC.
Stuff we need:
May need to split these into multiple tickets.
The text was updated successfully, but these errors were encountered: