Merge pull request #12215 from panos-kakos/JAVA-10577
[JAVA-10577] workaround for circular dependencies
This commit is contained in:
commit
ee9b5a41fb
@ -1,8 +1,9 @@
|
|||||||
saml.keystore.location=classpath:/saml/samlKeystore.jks
|
saml.keystore.location=classpath:/saml/saml-keystore
|
||||||
# Password for Java keystore and item therein
|
# Password for Java keystore and item therein
|
||||||
saml.keystore.password=<key_pass>
|
saml.keystore.password=<key_pass>
|
||||||
saml.keystore.alias=<key_alias>
|
saml.keystore.alias=<key_alias>
|
||||||
|
|
||||||
# SAML Entity ID extracted from top of SAML metadata file
|
# SAML Entity ID extracted from top of SAML metadata file
|
||||||
saml.idp=<idp_issuer_url>
|
saml.idp=<idp_issuer_url>
|
||||||
saml.sp=http://localhost:8080/saml/metadata
|
saml.sp=http://localhost:8080/saml/metadata
|
||||||
|
spring.main.allow-circular-references=true
|
Loading…
x
Reference in New Issue
Block a user