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:
parent
227fa03142
commit
18787b33c5
@ -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
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user