Skip to content

Commit

Permalink
Updated kodeverk.
Browse files Browse the repository at this point in the history
Include dokarkiv token in devadmin end point.
  • Loading branch information
oyvind-wedoe committed Feb 12, 2025
1 parent a1ed085 commit 484090d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val jacksonJsonschemaVersion = "1.0.39"
val pdfboxVersion = "3.0.3"
val tikaVersion = "3.0.0"
val verapdfVersion = "1.26.2"
val klageKodeverkVersion = "1.9.16"
val klageKodeverkVersion = "1.9.17"
val commonsFileupload2JakartaVersion = "2.0.0-M1"
val otelVersion = "1.45.0"
val mikrofrontendSelectorVersion = "3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class DevOnlyAdminController(
"\ngetSaksbehandlerAccessTokenWithSafScope\n" to tokenUtil.getSaksbehandlerAccessTokenWithSafScope(),
"\ngetSaksbehandlerAccessTokenWithPdlScope\n" to tokenUtil.getSaksbehandlerAccessTokenWithPdlScope(),
"\ngetAppAccessTokenWithGraphScope\n" to tokenUtil.getAppAccessTokenWithGraphScope(),
"\ngetSaksbehandlerAccessTokenWithDokarkivScope\n" to tokenUtil.getSaksbehandlerAccessTokenWithDokarkivScope(),
)
}

Expand Down

0 comments on commit 484090d

Please sign in to comment.