File tree 1 file changed +2
-2
lines changed
felles/oidc/src/main/java/no/nav/vedtak/sikkerhet/oidc/config/impl
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ private static OpenIDConfiguration createStsConfiguration(String wellKnownUrl) {
113
113
114
114
@ SuppressWarnings ("unused" )
115
115
private static OpenIDConfiguration createAzureAppConfiguration () {
116
- var proxyUrl = ( ENV .isFss () ) ? ProxyProperty .getProxy () : null ;
116
+ var proxyUrl = ENV .isFss () ? ProxyProperty .getProxy () : null ;
117
117
return createConfiguration (OpenIDProvider .AZUREAD ,
118
118
getAzureProperty (AzureProperty .AZURE_OPENID_CONFIG_ISSUER ),
119
119
getAzureProperty (AzureProperty .AZURE_OPENID_CONFIG_JWKS_URI ),
120
120
getAzureProperty (AzureProperty .AZURE_OPENID_CONFIG_TOKEN_ENDPOINT ),
121
- ( ENV .isFss () && ENV . isProd () ),
121
+ ENV .isFss (),
122
122
proxyUrl ,
123
123
getAzureProperty (AzureProperty .AZURE_APP_CLIENT_ID ),
124
124
getAzureProperty (AzureProperty .AZURE_APP_CLIENT_SECRET ),
You can’t perform that action at this time.
0 commit comments