Skip to content

Commit

Permalink
demo_oidc_opendesk
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoLC committed Oct 15, 2024
1 parent 204410d commit 5117b4e
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions src/helm/env.d/staging/values.impress.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,13 @@ backend:
name: backend
key: DJANGO_EMAIL_HOST_PASSWORD
DJANGO_SILENCED_SYSTEM_CHECKS: security.W008,security.W004
OIDC_OP_JWKS_ENDPOINT: https://fca.integ01.dev-agentconnect.fr/api/v2/jwks
OIDC_OP_AUTHORIZATION_ENDPOINT: https://fca.integ01.dev-agentconnect.fr/api/v2/authorize
OIDC_OP_TOKEN_ENDPOINT: https://fca.integ01.dev-agentconnect.fr/api/v2/token
OIDC_OP_USER_ENDPOINT: https://fca.integ01.dev-agentconnect.fr/api/v2/userinfo
OIDC_OP_LOGOUT_ENDPOINT: https://fca.integ01.dev-agentconnect.fr/api/v2/session/end
OIDC_RP_CLIENT_ID:
secretKeyRef:
name: backend
key: OIDC_RP_CLIENT_ID
OIDC_RP_CLIENT_SECRET:
secretKeyRef:
name: backend
key: OIDC_RP_CLIENT_SECRET
OIDC_OP_JWKS_ENDPOINT: https://id.demo2.opendesk.live/realms/opendesk/protocol/openid-connect/certs
OIDC_OP_AUTHORIZATION_ENDPOINT: https://id.demo2.opendesk.live/realms/opendesk/protocol/openid-connect/auth
OIDC_OP_TOKEN_ENDPOINT: https://id.demo2.opendesk.live/realms/opendesk/protocol/openid-connect/token
OIDC_OP_USER_ENDPOINT: https://id.demo2.opendesk.live/realms/opendesk/protocol/openid-connect/userinfo
OIDC_OP_LOGOUT_ENDPOINT: https://id.demo2.opendesk.live/realms/opendesk/protocol/openid-connect/logout
OIDC_RP_CLIENT_ID: impress-staging
OIDC_RP_CLIENT_SECRET: bQXunX6ueATFo6FDgnJ1PNDy0qFqKNzX
OIDC_RP_SIGN_ALGO: RS256
OIDC_RP_SCOPES: "openid email"
OIDC_REDIRECT_ALLOWED_HOSTS: https://impress-staging.beta.numerique.gouv.fr
Expand Down

0 comments on commit 5117b4e

Please sign in to comment.