File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/no/nav/dagpenger/inntekt Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies {
70
70
implementation(" no.bekk.bekkopen:nocommons:0.16.0" )
71
71
72
72
implementation(" com.uchuhimo:kotlinx-bimap:1.2" )
73
- implementation(" no.nav.dagpenger:oauth2-klient:2024.10.31-15.02.1d4f08a38d24 " )
73
+ implementation(" no.nav.dagpenger:oauth2-klient:2024.12.19-12.57.9d42f60a1165 " )
74
74
75
75
testImplementation(kotlin(" test" ))
76
76
testImplementation(libs.ktor.server.test.host)
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ internal object Config {
120
120
private fun azureAdTokenSupplier (scope : String ): () -> String =
121
121
{
122
122
runBlocking {
123
- azureAdClient.clientCredentials(scope).accessToken ? : throw RuntimeException (" Failed to get token" )
123
+ azureAdClient.clientCredentials(scope).access_token ? : throw RuntimeException (" Failed to get token" )
124
124
}
125
125
}
126
126
}
You can’t perform that action at this time.
0 commit comments