Skip to content

Commit 784bd18

Browse files
committed
Removing unused jwk-set-uri.
1 parent 30d2de5 commit 784bd18

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/adresse-service/src/main/resources/application.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ spring:
88
resourceserver:
99
aad:
1010
issuer-uri: ${AZURE_OPENID_CONFIG_ISSUER}
11-
jwk-set-uri: ${AZURE_OPENID_CONFIG_JWKS_URI}
1211
accepted-audience: ${AZURE_APP_CLIENT_ID}, api:// ${AZURE_APP_CLIENT_ID}
1312
tokenx:
1413
issuer-uri: ${TOKEN_X_ISSUER}

libs/servlet-core/src/main/java/no/nav/testnav/libs/servletcore/config/NaisEnvironmentApplicationContextInitializer.java

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ private static void configureForLocalProfile(Map<String, Object> properties) {
3737
properties.putIfAbsent("AZURE_APP_CLIENT_ID", "${sm\\://azure-app-client-id}");
3838
properties.putIfAbsent("AZURE_APP_CLIENT_SECRET", "${sm\\://azure-app-client-secret}");
3939
properties.putIfAbsent("AZURE_OPENID_CONFIG_ISSUER", "${sm\\://azure-openid-config-issuer}");
40-
properties.putIfAbsent("AZURE_OPENID_CONFIG_JWKS_URI", "${sm\\://azure-openid-config-jwks-uri}");
4140
properties.putIfAbsent("AZURE_OPENID_CONFIG_TOKEN_ENDPOINT", "${sm\\://azure-openid-config-token-endpoint}");
4241
properties.putIfAbsent("TOKEN_X_ISSUER", "${sm\\://token-x-issuer}");
4342
properties.putIfAbsent("TOKEN_X_JWKS_URI", "${sm\\://token-x-jwks-uri}");

0 commit comments

Comments
 (0)