Skip to content

Commit ecf72b5

Browse files
committed
use new keycloak
1 parent 1e273d4 commit ecf72b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apache2/sites-enabled/25-rt.ocf.berkeley.edu.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
OIDCClientSecret ${CLIENT_SECRET}
2121

2222
OIDCRemoteUserClaim preferred_username
23-
OIDCScope "openid profile"
23+
OIDCScope "openid profile groups"
2424
OIDCXForwardedHeaders X-Forwarded-Host X-Forwarded-Port X-Forwarded-Proto
2525

2626
<Location "/">
2727
AuthType openid-connect
28-
Require claim roles:ocfstaff
29-
Require claim roles:opstaff
28+
Require claim ocfstaff
29+
Require claim opstaff
3030
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
3131

3232
SetHandler modperl

0 commit comments

Comments
 (0)