Skip to content

Commit

Permalink
fix: oidc roll use pkce
Browse files Browse the repository at this point in the history
  • Loading branch information
dougppaz committed May 30, 2024
1 parent 2637415 commit bb2889b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbook/templates/config/psono/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ OIDC_CONFIGURATIONS:
OIDC_RP_SIGN_ALGO: 'RS256'
OIDC_RP_CLIENT_ID: '{{ passwords_oidc_rp_client_id }}'
OIDC_RP_CLIENT_SECRET: '{{ passwords_oidc_rp_client_secret }}'
OIDC_RP_SCOPES: 'openid'
OIDC_RP_USE_PKCE: True
OIDC_OP_JWKS_ENDPOINT: https://{{ roll_subdomain_base }}/oauth2/.well-known/jwks.json
OIDC_OP_AUTHORIZATION_ENDPOINT: https://{{ roll_subdomain_base }}/oauth2/authorize/
OIDC_OP_TOKEN_ENDPOINT: https://{{ roll_subdomain_base }}/oauth2/token/
Expand Down

0 comments on commit bb2889b

Please sign in to comment.