Match example configuration

This commit is contained in:
Johan Wassberg 2024-04-30 11:12:03 +02:00
parent 32258703ab
commit bf89089c00
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -14,7 +14,7 @@ spring:
jwt: jwt:
public-key-location: classpath:oauth/as.pub public-key-location: classpath:oauth/as.pub
audiences: audiences:
- jocar - ${idm.oauth2-id}
ssl: ssl:
bundle: bundle:
pem: pem:
@ -79,8 +79,8 @@ idm:
mrecord: mrecord:
api: api:
connector-id: https://test.idm.eidas.swedenconnect.se/connector connector-id: https://test.idm.eidas.swedenconnect.se/connector
check-scope: dismay-smitten-unfasten-dastardly/idrecord_check check-scope: ${idm.oauth2-id}/idrecord_check
get-scope: dismay-smitten-unfasten-dastardly/idrecord_get get-scope: ${idm.oauth2-id}/idrecord_get
db: db:
key-store-type: jceks key-store-type: jceks
key-store: classpath:dbkey.jceks key-store: classpath:dbkey.jceks