salmon-cricket-21860
10/29/2021, 8:22 AM- name: AUTH_OIDC_USER_NAME_CLAIM
value: "email"
- name: AUTH_OIDC_USER_NAME_CLAIM_REGEX
value: "([^@]+)"
- name: AUTH_OIDC_JIT_PROVISIONING_ENABLED
value: "false"
- name: AUTH_OIDC_PRE_PROVISIONING_REQUIRED
value: "true"
But failed to restrict non-existing users to login.
1. Removed urn rows from RDB (DELETE FROM metadata_aspect_v2 WHERE urn = 'urn:li:corpuser:test-user'
)
2. Deployed datahub with those env variables
3. Tried to login with <mailto:test-use@my.company.com|test-use@my.company.com>
Still possible to login, but extraction of group and other information didn't work. (included screenshot too)
Am I missing something? I want to disable login for non-registered users. test-user
in this case. (I am using google oauth. FYI)big-carpet-38439
11/03/2021, 6:52 PMbig-carpet-38439
11/03/2021, 6:52 PMbig-carpet-38439
11/03/2021, 6:57 PMbig-carpet-38439
11/03/2021, 7:04 PMdatahub-frontend
container?big-carpet-38439
11/03/2021, 7:04 PMsalmon-cricket-21860
11/04/2021, 5:57 AMcrooked-arm-29627
03/07/2022, 5:45 PMbig-carpet-38439
03/07/2022, 7:51 PMbig-carpet-38439
03/07/2022, 7:52 PMAUTH_OIDC_JIT_PROVISIONING_ENABLED=false
crooked-arm-29627
03/07/2022, 7:54 PM/entities?action=delete
and directly on the DB, going to a new incognito browser tab, and I'm able to login and my db record is created again (using oauth with google). Ok let me try with that varcrooked-arm-29627
03/07/2022, 8:05 PM