This message was deleted.
Hey there! Make sure your message includes the following information if relevant, so we can help more effectively!
- Which DataHub version are you using? (e.g. 0.12.0)
- Please post any relevant error logs on the thread!
0.13.0
Our config:
value: "24"
- name: AUTH_OIDC_ENABLED
value: "true"
- name: AUTH_OIDC_CLIENT_ID
value: Datahub
- name: AUTH_OIDC_CLIENT_SECRET
valueFrom:
secretKeyRef:
key: sso-secret
name: oidc-client-secret
- name: AUTH_OIDC_DISCOVERY_URI
value: {removed}
- name: AUTH_OIDC_BASE_URL
value: {removed}
- name: AUTH_OIDC_PREFERRED_JWS_ALGORITHM
value: RS256
- name: AUTH_OIDC_JIT_PROVISIONING_ENABLED
value: "true"
- name: AUTH_OIDC_PRE_PROVISIONING_REQUIRED
value: "false"
- name: AUTH_OIDC_EXTRACT_GROUPS_ENABLED
value: "true"
- name: AUTH_OIDC_GROUPS_CLAIM
value: groups```
user id token:
"scope": "openid profile email",
"authorization_details": [],
"client_id": "Datahub",
"iat": {removed},
"jti": {removed},
"name": "Hong, Hailey",
"groups": "CVS-Datahub-Admin",
"employeeID": {removed},
"title": "DATA ENGINEER",
"email": {removed},
"exp": {removed}
}```
User with the group applied example:
User with no group example (Both users belong to the same group and both id tokens include the identical group claim):