From 1ca4a016850e6db61b33bca926056e0148c543c4 Mon Sep 17 00:00:00 2001 From: Choon-Chern Lim Date: Mon, 14 Mar 2016 19:25:14 -0500 Subject: [PATCH] doc --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab96a80..54a2cee 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,10 @@ class AppSecurityConfig extends SAMLWebSecurityConfigurerAdapter { |Property |Required? |Description | |---------------------------|----------|----------------------------------------------------------------------------------------------------------| -|idpServerName |Yes |IdP server name.

Used for retrieving IdP metadata using HTTPS. If IdP link is `https://idp-server/adfs/ls`, value should be `idp-server`. | -|spServerName |Yes |Sp server name. If Sp link is `https://sp-server:8443/myapp`, value should be `sp-server`.

Used for generating correct SAML endpoints in Sp metadata to handle servers doing SSL termination. | -|spHttpsPort |No |Sp HTTPS port. If Sp link is `https://sp-server:8443/myapp`, value should be `8443`.

Default is `443`.

Used for generating correct SAML endpoints in Sp metadata to handle servers doing SSL termination. | -|spContextPath |No |Sp context path. If Sp link is `https://sp-server:8443/myapp`, value should be `/myapp`.

Default is `''`.

Used for generating correct SAML endpoints in Sp metadata to handle servers doing SSL termination. | +|idpServerName |Yes |IdP server name. Used for retrieving IdP metadata using HTTPS. If IdP link is `https://idp-server/adfs/ls`, value should be `idp-server`. | +|spServerName |Yes |Sp server name. Used for generating correct SAML endpoints in Sp metadata to handle servers doing SSL termination. If Sp link is `https://sp-server:8443/myapp`, value should be `sp-server`. | +|spHttpsPort |No |Sp HTTPS port. Used for generating correct SAML endpoints in Sp metadata to handle servers doing SSL termination. If Sp link is `https://sp-server:8443/myapp`, value should be `8443`.

Default is `443`. | +|spContextPath |No |Sp context path. Used for generating correct SAML endpoints in Sp metadata to handle servers doing SSL termination. If Sp link is `https://sp-server:8443/myapp`, value should be `/myapp`.

Default is `''`. | |keystoreResource |Yes |App's keystore containing its public/private key and ADFS' certificate with public key. | |keystorePassword |Yes |Password to access app's keystore. | |keystoreAlias |Yes |Alias of app's public/private key pair. |