We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e273d4 commit ecf72b5Copy full SHA for ecf72b5
1 file changed
apache2/sites-enabled/25-rt.ocf.berkeley.edu.conf
@@ -20,13 +20,13 @@
20
OIDCClientSecret ${CLIENT_SECRET}
21
22
OIDCRemoteUserClaim preferred_username
23
- OIDCScope "openid profile"
+ OIDCScope "openid profile groups"
24
OIDCXForwardedHeaders X-Forwarded-Host X-Forwarded-Port X-Forwarded-Proto
25
26
<Location "/">
27
AuthType openid-connect
28
- Require claim roles:ocfstaff
29
- Require claim roles:opstaff
+ Require claim ocfstaff
+ Require claim opstaff
30
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
31
32
SetHandler modperl
0 commit comments