Skip to content

Commit 557e5a5

Browse files
Merge pull request #5631 from wso2/fixing-product-is-issue-19610-1760353643
Fix: Add x5c parameter description to JWKS documentation for all affected versions (Product IS issue #19610)
2 parents 9908bd9 + 574fd9e commit 557e5a5

File tree

2 files changed

+18
-16
lines changed
  • en/identity-server
    • 6.0.0/docs/references/concepts/authentication
    • 6.1.0/docs/references/concepts/authentication

2 files changed

+18
-16
lines changed

en/identity-server/6.0.0/docs/references/concepts/authentication/jwks.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,12 @@ The default JWKS of WSO2 Identity Server is as follows.
101101
}
102102
```
103103

104-
| Property Value | Description |
105-
| --------------------- | ------------- |
106-
| kty | The public key type.|
107-
| e | The exponent value of the public key.|
108-
| use | Implies how the key is being used. The value sig represents signature.|
109-
| kid | The thumbprint of the certificate. This value is used to identify the key that needs to be used to verify the signature. |
110-
| alg | The algorithm used to secure the JSON Web Signature. |
111-
| n | The modulus value of the public key. |
104+
| Property Value | Description |
105+
| --------------------- | ------------- |
106+
| kty | The public key type.|
107+
| e | The exponent value of the public key.|
108+
| use | Implies how the key is being used. The value sig represents signature.|
109+
| kid | The thumbprint of the certificate. This value is used to identify the key that needs to be used to verify the signature. |
110+
| alg | The algorithm used to secure the JSON Web Signature. |
111+
| n | The modulus value of the public key. |
112+
| x5c | The X.509 certificate chain. Contains a chain of one or more PKIX certificates in base64-encoded DER format. For more information, see the [RFC 7517 specification](https://datatracker.ietf.org/doc/html/rfc7517#section-4.7). |

en/identity-server/6.1.0/docs/references/concepts/authentication/jwks.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,12 @@ The default JWKS of WSO2 Identity Server is as follows.
101101
}
102102
```
103103

104-
| Property Value | Description |
105-
| --------------------- | ------------- |
106-
| kty | The public key type.|
107-
| e | The exponent value of the public key.|
108-
| use | Implies how the key is being used. The value sig represents signature.|
109-
| kid | The thumbprint of the certificate. This value is used to identify the key that needs to be used to verify the signature. |
110-
| alg | The algorithm used to secure the JSON Web Signature. |
111-
| n | The modulus value of the public key. |
104+
| Property Value | Description |
105+
| --------------------- | ------------- |
106+
| kty | The public key type.|
107+
| e | The exponent value of the public key.|
108+
| use | Implies how the key is being used. The value sig represents signature.|
109+
| kid | The thumbprint of the certificate. This value is used to identify the key that needs to be used to verify the signature. |
110+
| alg | The algorithm used to secure the JSON Web Signature. |
111+
| n | The modulus value of the public key. |
112+
| x5c | The X.509 certificate chain. Contains a chain of one or more PKIX certificates in base64-encoded DER format. For more information, see the [RFC 7517 specification](https://datatracker.ietf.org/doc/html/rfc7517#section-4.7). |

0 commit comments

Comments
 (0)