Skip to content

Commit ee9b5a4

Browse files
authored
Merge pull request #12215 from panos-kakos/JAVA-10577
[JAVA-10577] workaround for circular dependencies
2 parents f57604b + 386707c commit ee9b5a4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
saml.keystore.location=classpath:/saml/samlKeystore.jks
1+
saml.keystore.location=classpath:/saml/saml-keystore
22
# Password for Java keystore and item therein
33
saml.keystore.password=<key_pass>
44
saml.keystore.alias=<key_alias>
55

66
# SAML Entity ID extracted from top of SAML metadata file
77
saml.idp=<idp_issuer_url>
8-
saml.sp=http://localhost:8080/saml/metadata
8+
saml.sp=http://localhost:8080/saml/metadata
9+
spring.main.allow-circular-references=true

0 commit comments

Comments
 (0)