Local Applications/JWKS
server/local_applications/jwks
Specifies the configuration information related to the embedded jwks application. The jwks application returns the public keys contained in the key database used for junction communication. The response data will conform to RFC 7517.
Properties
Name | Type | Constraints | Description |
---|---|---|---|
path_segment | string | The path at which the application will be available. The path should be a simple path segment (i.e. should not contain a / character). |
Example
server:
local_applications:
jwks:
path_segment: jwks
Updated over 2 years ago