You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/08/31 06:40:19 UTC

[2/2] syncope git commit: [SYNCOPE-1198] A bit of doc formatting

[SYNCOPE-1198] A bit of doc formatting


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/337a70bf
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/337a70bf
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/337a70bf

Branch: refs/heads/master
Commit: 337a70bf6d0e9f484fdcac7e5d328dd004b51690
Parents: a0bccf1
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Aug 31 08:39:05 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Aug 31 08:40:09 2017 +0200

----------------------------------------------------------------------
 .../systemadministration/keystore.adoc          | 26 ++++++++++----------
 1 file changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/337a70bf/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/keystore.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/keystore.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/keystore.adoc
index 2648f0a..d120eb6 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/keystore.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/keystore.adoc
@@ -123,18 +123,18 @@ sp.cert.alias=saml2sp
 signature.algorithm=RSA_SHA1
 ....
 
+[NOTE]
 The `signature.algorithm` configuration parameter is the signature algorithm
 that is used with the key extracted from the keystore referenced in the
-parameters. The value for this parameter must match one of the values in the
-table below, each of which correspond to a shorthand for an associated
-algorithm as defined for use in the XML Signature specification. If 
-`signature.algorithm` is not specified, then either RSA_SHA1, EC_SHA1 or
-DSA_SHA1 is used depending on the type of key that is stored in the keystore.
-
-----
-RSA_SHA1, RSA_SHA224, RSA_SHA256, RSA_SHA384, RSA_SHA512,
-RSA_SHA1_MGF1, RSA_SHA224_MGF1, RSA_SHA256_MGF1, RSA_SHA384_MGF1, RSA_SHA512_MGF1,
-EC_SHA1, EC_SHA224, EC_SHA256, EC_SHA384, EC_SHA512,
-HMAC_SHA1, HMAC_SHA224, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512,
-DSA_SHA1
-----
+parameters. +
+The value for this parameter must match one of the
+ifeval::["{snapshotOrRelease}" == "release"]
+https://github.com/apache/syncope/blob/syncope-{docVersion}/ext/saml2sp/common-lib/src/main/java/org/apache/syncope/common/lib/types/SignatureAlgorithm.java[available values^],
+endif::[]
+ifeval::["{snapshotOrRelease}" == "snapshot"]
+https://github.com/apache/syncope/blob/master/ext/saml2sp/common-lib/src/main/java/org/apache/syncope/common/lib/types/SignatureAlgorithm.java[available values^],
+endif::[]
+each of which correspond to a shorthand for an associated
+algorithm as defined for use in the XML Signature specification. +
+If  `signature.algorithm` is not specified, then either `RSA_SHA1`, `EC_SHA1` or
+`DSA_SHA1` is used depending on the type of key that is stored in the keystore.