aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2024-01-29 18:58:33 +0100
committerThomas <>2024-01-29 18:58:33 +0100
commit4014eb5784c3638eeaa30fe806eda5971d4da522 (patch)
tree153416f05c58abf94004240165b40c613c2b104d
parent27d230956d0b2ef42a0a94d1930b8523a2ef9acf (diff)
downloadNational_eIDAS_Gateway-4014eb5784c3638eeaa30fe806eda5971d4da522.tar.gz
National_eIDAS_Gateway-4014eb5784c3638eeaa30fe806eda5971d4da522.tar.bz2
National_eIDAS_Gateway-4014eb5784c3638eeaa30fe806eda5971d4da522.zip
chore(proxy): update default configuration
-rw-r--r--ms_specific_proxyservice/src/main/resources/application.properties12
1 files changed, 6 insertions, 6 deletions
diff --git a/ms_specific_proxyservice/src/main/resources/application.properties b/ms_specific_proxyservice/src/main/resources/application.properties
index aa285026..aafe9a83 100644
--- a/ms_specific_proxyservice/src/main/resources/application.properties
+++ b/ms_specific_proxyservice/src/main/resources/application.properties
@@ -71,13 +71,13 @@ eidas.ms.auth.eIDAS.node_v2.forward.method=POST
# eIDAS Ref. Impl. configuration properties
-eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.request.issuer.name=specificCommunicationDefinitionConnectorRequest
-eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.request.node.id=specificConnector
-eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.request.secret=mySecretConnectorRequest
+eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.request.issuer.name=specificCommunicationDefinitionProxyserviceRequest
+eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.request.node.id=specificProxyService
+eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.request.secret=mySecretProxyserviceRequest
eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.request.algorithm=SHA-256
-eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.response.issuer.name=specificCommunicationDefinitionConnectorResponse
-eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.response.node.id=specificConnector
-eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.response.secret=mySecretConnectorResponse
+eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.response.issuer.name=specificCommunicationDefinitionProxyserviceResponse
+eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.response.node.id=specificProxyService
+eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.response.secret=mySecretProxyserviceResponse
eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.response.algorithm=SHA-256
eidas.ms.auth.eIDAS.node_v2.incoming.lightRequest.max.number.characters=65535