Skip to content

Commit

Permalink
Legger til texas
Browse files Browse the repository at this point in the history
  • Loading branch information
mettok committed Jan 22, 2025
1 parent e9958bb commit 533e1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/syfo/koin/ExternalSystemsModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fun Module.externalSystemClients(config: ApplicationConfig) {
DokArkivClient(
url = config.getString("dokarkiv_url"),
httpClient = get(),
getAccessToken = azureClient.fetchToken(IdentityProvider.AZURE_AD, config.getString("auth.docarkivscope")),
getAccessToken = azureClient.fetchToken(IdentityProvider.AZURE_AD, config.getString("auth.dokarkivscope")),
)
}
}
Expand Down

0 comments on commit 533e1b1

Please sign in to comment.