mirror of
https://github.com/suitenumerique/docs.git
synced 2026-05-08 16:12:26 +02:00
demo_oidc_opendesk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user