JSON Web Key Set Endpoint¶
The JSON Web Key Set (JWKS) endpoint is a read-only endpoint that returns the Identity Server's public key set in the JWKS format. This contains the signing key(s) that the Relying Party (RP) uses to validate signatures from the Identity Server. For more information on this endpoint, see the OpenID Connect Discovery specification .
Before you begin!
Start WSO2 IS before you try out the endpoints.
The endpoint URL for the super tenant¶
Endpoint URL | Copy the following URL to your browser:
Example: |
||||||||||||||
Response |
For more information, see the JWS specification . |
The endpoint URL for tenants¶
Endpoint URL | Copy the following URL to your browser:
Example: |
||||||||||||||
Response |
For more information, see the JWS specification . |