Hi all, I’m using Datahub with OIDC authentication...
# troubleshoot
l
Hi all, I’m using Datahub with OIDC authentication (Keycloak), does anyone has an idea how I can deny access based on a specific role asigned to the user? For example, only a user with the role datahub_admin can access Datahub.
1
b
This would have to be done on the Keycloak side. When a user logs into DataHub, we ask Keycloak "Hey, can this person log in?", and Keycloak is responsible for saying "Yes" or "No", From what Ive heard, though, Keycloak is pretty inflexible w.r.t. doing things like this