We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f57604b + 386707c commit ee9b5a4Copy full SHA for ee9b5a4
1 file changed
spring-security-modules/spring-security-saml/src/main/resources/application.properties
@@ -1,8 +1,9 @@
1
-saml.keystore.location=classpath:/saml/samlKeystore.jks
+saml.keystore.location=classpath:/saml/saml-keystore
2
# Password for Java keystore and item therein
3
saml.keystore.password=<key_pass>
4
saml.keystore.alias=<key_alias>
5
6
# SAML Entity ID extracted from top of SAML metadata file
7
saml.idp=<idp_issuer_url>
8
-saml.sp=http://localhost:8080/saml/metadata
+saml.sp=http://localhost:8080/saml/metadata
9
+spring.main.allow-circular-references=true
0 commit comments