JAVA-16085, Potential issue in "A Guide to SAML with Spring Security" article (#13279)

* JAVA-16085, Potential issue in "A Guide to SAML with Spring Security" article.

* JAVA-16085, Cleanup unnecessary resources samlKeystore.jks and library maven-war-plugin.

Co-authored-by: jogra <joseph.sterling.grah@miles.no>
This commit is contained in:
jsgrah-spring 2023-01-16 18:31:13 +01:00 committed by GitHub
parent 227fa03142
commit 18787b33c5
3 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
saml.keystore.location=classpath:/saml/saml-keystore saml.keystore.location=classpath:/saml/saml-keystore.jks
# Password for Java keystore and item therein # Password for Java keystore and item therein
saml.keystore.password=<key_pass> saml.keystore.password=baeldungsamlokta
saml.keystore.alias=<key_alias> saml.keystore.alias=baeldungspringsaml
# 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=http://www.okta.com/exk26fxqrz8LLk9dV4x7
saml.sp=http://localhost:8080/saml/metadata saml.sp=http://localhost:8080/saml/metadata
spring.main.allow-circular-references=true spring.main.allow-circular-references=true