Skip to content

Commit

Permalink
Correct scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Sep 3, 2024
1 parent db4cde8 commit bca4f23
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 @@ -306,7 +306,7 @@ no.nav.security.jwt:
oppgave-api-onbehalfof:
token-endpoint-url: https://login.microsoftonline.com/${TENANT_ID}/oauth2/v2.0/token
grant-type: urn:ietf:params:oauth:grant-type:jwt-bearer
scope: api://${OPPGAVE_SCOPE}/.default
scope: api://${OPPGAVE_API_SCOPE}/.default
authentication:
client-id: ${AZURE_APP_CLIENT_ID}
client-jwk: ${AZURE_APP_JWK}
Expand Down

0 comments on commit bca4f23

Please sign in to comment.