Skip to content

Commit

Permalink
Legger til issuer 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 8320dee commit 9731618
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ 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 jwksUri: String = getEnvVar("AZURE_OPENID_CONFIG_JWKS_URI")
val jwksUri: String = getEnvVar("AZURE_OPENID_CONFIG_JWKS_URI"),
val issuer: String = getEnvVar("AZURE_OPENID_CONFIG_ISSUER")
)

0 comments on commit 9731618

Please sign in to comment.