Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Benytter nye envs for idporten
Browse files Browse the repository at this point in the history
  • Loading branch information
maccyber committed Sep 1, 2023
1 parent 005928e commit 046bbd8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ class FilterConfig {
}

private fun createAzureAdB2CConfig(): OidcAuthenticatorConfig {
val discoveryUrl = requireProperty("LOGINSERVICE_IDPORTEN_DISCOVERY_URL")
val clientId = requireProperty("LOGINSERVICE_IDPORTEN_AUDIENCE")
val discoveryUrl = requireProperty("IDPORTEN_WELL_KNOWN_URL")
val clientId = requireProperty("IDPORTEN_CLIENT_ID")
return OidcAuthenticatorConfig()
.withDiscoveryUrl(discoveryUrl)
.withClientId(clientId)
Expand Down

0 comments on commit 046bbd8

Please sign in to comment.