fix(hermes): request supported OIDC scopes
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 153
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 153
This commit is contained in:
parent
21db15597c
commit
cd1fb62d0f
@ -83,7 +83,7 @@ spec:
|
||||
- --oidc-issuer-url=https://sso.bstein.dev/realms/atlas
|
||||
- --user-id-claim=sub
|
||||
- --code-challenge-method=S256
|
||||
- --scope=openid profile email groups
|
||||
- --scope=openid profile email
|
||||
- --email-domain=*
|
||||
- --authenticated-emails-file=/etc/oauth2-proxy/allowed-emails
|
||||
- --set-xauthrequest=true
|
||||
@ -173,7 +173,7 @@ spec:
|
||||
- --oidc-issuer-url=https://sso.bstein.dev/realms/atlas
|
||||
- --user-id-claim=sub
|
||||
- --code-challenge-method=S256
|
||||
- --scope=openid profile email groups
|
||||
- --scope=openid profile email
|
||||
- --email-domain=*
|
||||
- --authenticated-emails-file=/etc/oauth2-proxy/allowed-emails
|
||||
- --set-xauthrequest=true
|
||||
@ -263,7 +263,7 @@ spec:
|
||||
- --oidc-issuer-url=https://sso.bstein.dev/realms/atlas
|
||||
- --user-id-claim=sub
|
||||
- --code-challenge-method=S256
|
||||
- --scope=openid profile email groups
|
||||
- --scope=openid profile email
|
||||
- --email-domain=*
|
||||
- --set-xauthrequest=true
|
||||
- --pass-user-headers=true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user