Skip to content

Commit

Permalink
bruker grant-type: client_credentials for sokos kontoregister azure t…
Browse files Browse the repository at this point in the history
…oken kall
  • Loading branch information
d142796 committed May 29, 2024
1 parent 8093327 commit 50407ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ no.nav.security.jwt:
client-auth-method: client_secret_basic
sokos-kontoregister:
token-endpoint-url: https://login.microsoftonline.com/${AZURE_APP_TENANT_ID}/oauth2/v2.0/token
grant-type: urn:ietf:params:oauth:grant-type:jwt-bearer
grant-type: client_credentials
scope: ${tiltak-refusjon.kontoregister.scope}/
authentication:
client-id: ${AZURE_APP_CLIENT_ID}
Expand Down

0 comments on commit 50407ed

Please sign in to comment.