Add navet example configuration
From https://github.com/swedenconnect/docker-eidas-identity-matching/blob/main/config/application-qa.yml so there is no real secrets here.
This commit is contained in:
parent
277f01da1b
commit
f9397b5c5a
1 changed files with 16 additions and 0 deletions
|
@ -47,3 +47,19 @@ spring:
|
|||
liquibase:
|
||||
enabled: true # Generates database schema/tables
|
||||
change-log: classpath:changelogs/changelog-master.xml
|
||||
|
||||
navet:
|
||||
authorization-url: https://sysorgoauth2.test.skatteverket.se/oauth2/v1/sysorg/token
|
||||
base-url: https://api.test.skatteverket.se/folkbokforing/folkbokforingsuppgifter-for-offentliga-aktorer/v2
|
||||
bestallnings-identitet: 00000236-FO01-0001
|
||||
organisationsnummer: 162021004748
|
||||
secret:
|
||||
key-store: classpath:/credentials/64905004722e1.p12
|
||||
key-store-password: 4729451359506045
|
||||
credentials:
|
||||
gateway:
|
||||
client-id: d3e1d1563a504f17acb2b33a51097a99
|
||||
client-secret: 9eE7A58695fc46DF9f563B058ffB36F1
|
||||
authorization-server:
|
||||
client-id: d34f109e3a11d02d744394423a020023e9bab0cd3ff78d63
|
||||
client-secret: ebc8b00ca4b08e790b208dc0abd460273fa6c459bc2f0023e9bab0cd3ff78d63
|
||||
|
|
Loading…
Add table
Reference in a new issue