diff --git a/docs/configuration-parameters-1830bca.md b/docs/configuration-parameters-1830bca.md index 311d605..6e96517 100644 --- a/docs/configuration-parameters-1830bca.md +++ b/docs/configuration-parameters-1830bca.md @@ -700,28 +700,6 @@ String The private key used to sign the requests. Valid base64 encoded and PKCS8 format of private key. - - - - - -exchange\_key - - - - -No - - - - -String - - - - -Key to sign tokens. Provide a *random* key with an *even number \(min. length: 32\)* of *alphanumeric characters \(A-Z, a-z, 0-9\)*. A random key is generated if the key isn't provided. - diff --git a/docs/prerequisites-41d8559.md b/docs/prerequisites-41d8559.md index 9f11824..97370f3 100644 --- a/docs/prerequisites-41d8559.md +++ b/docs/prerequisites-41d8559.md @@ -132,8 +132,7 @@ Parameterization "entity_id": "", "signature_private_key": "", "signature_private_key_password": "" - }, - "exchange_key": "" + } } ``` @@ -166,13 +165,6 @@ Set `admin_group` from Configure a SAML 2.0 application step. Set `sp.signature_private_key` and `sp.signature_private_key_password` if you selected OPTION 1 in the Configure SAML 2.0 application step. - - - - - -Add `exchange_key` to sign tokens, or remove line. Provide a random key with an even character length \(minimum length: 32\) of alphanumeric characters \(A-Z, a-z, 0-9\). The system generates a random key if the key is not specified. -