You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/identity-server/6.0.0/docs/references/concepts/authentication/jwks.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,11 +101,12 @@ The default JWKS of WSO2 Identity Server is as follows.
101
101
}
102
102
```
103
103
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). |
Copy file name to clipboardExpand all lines: en/identity-server/6.1.0/docs/references/concepts/authentication/jwks.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,11 +101,12 @@ The default JWKS of WSO2 Identity Server is as follows.
101
101
}
102
102
```
103
103
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