diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 09f71b5d3c..7773c23bd9 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -779,11 +779,11 @@ client_id: # It is mutually exclusive with `client_secret`. [ client_secret_file: ] -# RSA key to sign JWT with. Only used if +# Secret key to sign JWT with. Only used if # GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer". [ client_certificate_key: ] -# Read the RSA key from a file. +# Read the secret key from a file. # It is mutually exclusive with `client_certificate_key`. [ client_certificate_key_file: ] @@ -791,7 +791,7 @@ client_id: # GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer". [ client_certificate_key_id: ] -# RSA algorithm used to sign JWT token. Only used if +# Signature algorithm used to sign JWT token. Only used if # GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer". # Default value is RS256 and valid values RS256, RS384, RS512 [ signature_algorithm: ]