We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923793e commit 0410d4aCopy full SHA for 0410d4a
1 file changed
roles/openaccess/templates/serverapplication.yml.j2
@@ -29,8 +29,8 @@ spring:
29
client:
30
registration:
31
oidcng:
32
- client-id: {{ openconextaccess.oidcng.client_id }}
33
- client-secret: {{ openconextaccess.oidcng.secret }}
+ client-id: {{ oidc_playground.client_id }}
+ client-secret: {{ oidc_playground.secret }}
34
redirect-uri: "{baseUrl}/login/oauth2/code/{registrationId}"
35
authorization-grant-type: "authorization_code"
36
scope: openid
0 commit comments