Skip to content

Commit 448be91

Browse files
committed
Replace JWT_ALG with JWTSignAlgorithm
1 parent 0ec0801 commit 448be91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/marketplace/platform-supported-content/modules

content/en/docs/marketplace/platform-supported-content/modules/oidc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ The following constants are optional:
501501
when you set **ClientAuthenticationMethod** as `private_key_jwt`, you do not need to set **ClientSecret** constant.
502502
{{% /alert %}}
503503

504-
* **JWT_ALG** (*default: RS256*) – JWT signing algorithm
504+
* **JWTSignAlgorithm** (*default: RS256*) – JWT signing algorithm
505505

506506
Example: `ES256`, `ES384`, `ES512`, `PS256`, `PS384`, `PS512`, `RS256`,`RS384`, and `RS512`
507507

0 commit comments

Comments
 (0)