Skip to content

Commit 923793e

Browse files
authored
Update serverapplication.yml.j2 voor OIDCNG
1 parent ed069e3 commit 923793e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

roles/openaccess/templates/serverapplication.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ spring:
2929
client:
3030
registration:
3131
oidcng:
32-
client-id: {{ oidc_playground.client_id }}
33-
client-secret: {{ oidc_playground.secret }}
32+
client-id: {{ openconextaccess.oidcng.client_id }}
33+
client-secret: {{ openconextaccess.oidcng.secret }}
3434
redirect-uri: "{baseUrl}/login/oauth2/code/{registrationId}"
3535
authorization-grant-type: "authorization_code"
3636
scope: openid

0 commit comments

Comments
 (0)