OAuthServerMetadata
OAuth server metadata configuration allows to configure remote OAuth 2.0 Server metadata. These Server metadata configurations are used to establish a partnership mapping in local OAuth Client FEPs. Configuring these settings is unnecessary when you are only using the server side of the OAuth communication.
JWKS document
The static definition of the jwks doc string in Javacript Object Notation (JSON) format.
Metadata URL
The URL of the 'Metadata' field to be periodically updated. We strongly recommend using a TLS (HTTPS) URL; otherwise the update process provides no security guarantees. The update frequency is configured in the OAuth Client FEP(s) that refer to this metadata configuration object. The update itself is performed by the referring OAuth Client FEP webapplication(s).