Skip to content

Commit

Permalink
Legger til jwksuri på azure for å få tilgang til denne på auth
Browse files Browse the repository at this point in the history
  • Loading branch information
richardborge committed Feb 9, 2024
1 parent 18fcb57 commit 8320dee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ import no.nav.aap.ktor.client.auth.util.getEnvVar
data class AzureConfig(
val tokenEndpoint: String = getEnvVar("AZURE_OPENID_CONFIG_TOKEN_ENDPOINT"),
val clientId: String = getEnvVar("AZURE_APP_CLIENT_ID"),
val clientSecret: String = getEnvVar("AZURE_APP_CLIENT_SECRET")
val clientSecret: String = getEnvVar("AZURE_APP_CLIENT_SECRET"),
val jwksUri: String = getEnvVar("AZURE_OPENID_CONFIG_JWKS_URI")
)

0 comments on commit 8320dee

Please sign in to comment.