Skip to content

Commit 7f5bbf5

Browse files
committed
Proxy skal brukes for samtlige applikasjoner i fss for å snakke med azure/entraid
1 parent 5e50dd9 commit 7f5bbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

felles/oidc/src/main/java/no/nav/vedtak/sikkerhet/oidc/config/impl/OidcProviderConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private static OpenIDConfiguration createStsConfiguration(String wellKnownUrl) {
113113

114114
@SuppressWarnings("unused")
115115
private static OpenIDConfiguration createAzureAppConfiguration() {
116-
var proxyUrl = (ENV.isFss() && ENV.isProd()) ? ProxyProperty.getProxy() : null;
116+
var proxyUrl = (ENV.isFss()) ? ProxyProperty.getProxy() : null;
117117
return createConfiguration(OpenIDProvider.AZUREAD,
118118
getAzureProperty(AzureProperty.AZURE_OPENID_CONFIG_ISSUER),
119119
getAzureProperty(AzureProperty.AZURE_OPENID_CONFIG_JWKS_URI),

0 commit comments

Comments
 (0)