Skip to content

Commit edbe630

Browse files
Bump no.nav.dagpenger:oauth2-klient from 2024.10.31-15.02.1d4f08a38d24 to 2024.12.19-12.57.9d42f60a1165 (#268)
* Bump no.nav.dagpenger:oauth2-klient Bumps no.nav.dagpenger:oauth2-klient from 2024.10.31-15.02.1d4f08a38d24 to 2024.12.19-12.57.9d42f60a1165. --- updated-dependencies: - dependency-name: no.nav.dagpenger:oauth2-klient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Tilpass til nytt api i nav security token. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: celinetendam <[email protected]> Co-authored-by: celinetendam <[email protected]>
1 parent 1a4ca14 commit edbe630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dp-inntekt-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
implementation("no.bekk.bekkopen:nocommons:0.16.0")
7171

7272
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")
7474

7575
testImplementation(kotlin("test"))
7676
testImplementation(libs.ktor.server.test.host)

dp-inntekt-api/src/main/kotlin/no/nav/dagpenger/inntekt/InntektApiConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ internal object Config {
120120
private fun azureAdTokenSupplier(scope: String): () -> String =
121121
{
122122
runBlocking {
123-
azureAdClient.clientCredentials(scope).accessToken ?: throw RuntimeException("Failed to get token")
123+
azureAdClient.clientCredentials(scope).access_token ?: throw RuntimeException("Failed to get token")
124124
}
125125
}
126126
}

0 commit comments

Comments
 (0)