Skip to content

Commit 1ed4d90

Browse files
committed
update : path - JWT/index.md
1 parent f1484b6 commit 1ed4d90

File tree

1 file changed

+1
-1
lines changed
  • src/pages/guides/authentication/JWT

1 file changed

+1
-1
lines changed

src/pages/guides/authentication/JWT/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following is a sample payload to be signed and encoded.
4040

4141
The JWT must be signed and base-64 encoded for inclusion in the access request. The JWT libraries provide functions to perform these tasks.
4242

43-
- The token must be signed using the private key for a digital signing certificate that is associated with your API key. You can associate more than one certificate with an API key. If you do so, you can use the private key of any associated certificate to sign your JWT. For more information about private key/public certificate, see [Create a public key certificate](jwt-certificate.md/#using-the-public-key-certificate-for-service-account-integration).
43+
- The token must be signed using the private key for a digital signing certificate that is associated with your API key. You can associate more than one certificate with an API key. If you do so, you can use the private key of any associated certificate to sign your JWT. For more information about private key/public certificate, see [Create a public key certificate](./jwt-certificate.md/#using-the-public-key-certificate-for-service-account-integration).
4444

4545
**Algorithm**: **RS256** (RSA Signature with SHA-256) is an asymmetric algorithm, and it uses a public/private key pair: the identity provider has a private (secret) key used to generate the signature, and the consumer of the JWT (i.e. Adobe Developer Console) gets a public key to validate the signature.
4646

0 commit comments

Comments
 (0)