[JAVA-10577] workaround for circular dependencies

This commit is contained in:
panagiotiskakos
2022-05-15 18:28:33 +03:00
parent 45e008020c
commit 27557a8861

View File

@@ -1,4 +1,4 @@
saml.keystore.location=classpath:/saml/samlKeystore.jks
saml.keystore.location=classpath:/saml/saml-keystore
# Password for Java keystore and item therein
saml.keystore.password=<key_pass>
saml.keystore.alias=<key_alias>
@@ -6,3 +6,4 @@ saml.keystore.alias=<key_alias>
# SAML Entity ID extracted from top of SAML metadata file
saml.idp=<idp_issuer_url>
saml.sp=http://localhost:8080/saml/metadata
spring.main.allow-circular-references=true