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
Janssen Server supports `/jwks` metadata endpoint and publishes its JSON Web Key Set (JWKS) at this endpoint. This
13
+
endpoint publishes signing keys as well as encryption keys used by Janssen Server. RP can use these keys to validate
14
+
signatures from Janssen Server, and also to perform encryption and decryption. Like other metadata endpoints, this is
15
+
not a secure endpoint. Further details on this endpoint and JWKs can be found in [OpenID Connect Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata)
16
+
specification.
17
+
18
+
URL to access jwks endpoint on Janssen Server is listed in the response of Janssen Server's well-known
19
+
[configuration endpoint](./configuration.md) given below.
If you have content you'd like to contribute to this page in the meantime, you can get started with our [Contribution guide](https://docs.jans.io/head/CONTRIBUTING/).
0 commit comments