Match example configuration
This commit is contained in:
parent
32258703ab
commit
bf89089c00
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ spring:
|
|||
jwt:
|
||||
public-key-location: classpath:oauth/as.pub
|
||||
audiences:
|
||||
- jocar
|
||||
- ${idm.oauth2-id}
|
||||
ssl:
|
||||
bundle:
|
||||
pem:
|
||||
|
@ -79,8 +79,8 @@ idm:
|
|||
mrecord:
|
||||
api:
|
||||
connector-id: https://test.idm.eidas.swedenconnect.se/connector
|
||||
check-scope: dismay-smitten-unfasten-dastardly/idrecord_check
|
||||
get-scope: dismay-smitten-unfasten-dastardly/idrecord_get
|
||||
check-scope: ${idm.oauth2-id}/idrecord_check
|
||||
get-scope: ${idm.oauth2-id}/idrecord_get
|
||||
db:
|
||||
key-store-type: jceks
|
||||
key-store: classpath:dbkey.jceks
|
||||
|
|
Loading…
Add table
Reference in a new issue