Skip to content

Commit e88adc5

Browse files
authored
Clarify introduction of new authentication method.
1 parent 9bd4c5c commit e88adc5

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/appstore/use-content/platform-supported-content/modules

1 file changed

+1
-1
lines changed

content/en/docs/appstore/use-content/platform-supported-content/modules/oidc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ In this case, the OIDC client is the app you are making.
321321
The options are:
322322
* `client_secret_basic`: Your app will use the HTTP Basic Authentication scheme to authenticate itself at your IdP. This is the default. The `client_secret_basic` makes use of the `client-id` and `client-secret`.
323323
* `client_secret_post`: Your app will authenticate itself by including its `client_id` and `client_secret` in the payload of token requests. (Older versions of the OIDC SSO module used this method.)
324-
* `private_key_jwt`: This method uses asymmetric key cryptography (algorithm) for authentication. This is the best option for security. When you select the `private key` option, you can configure the following fields:
324+
* `private_key_jwt`: This method, introduced in version 4.1.0, uses asymmetric key cryptography (algorithm) for authentication. This is the best option for security. When you select the `private key` option, you can configure the following fields:
325325
* **Key Pair Expiration Days**: (default `90`)
326326
* **JWT ALG(Signing Algorithm)**: (default `RS256`)
327327

0 commit comments

Comments
 (0)