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.

Description

Description of the configuration object

Metadata

The static definition of the metadata object in Javacript Object Notation (JSON) format.

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).

Truststore identifier

The identifier of the federation truststore related to the metadata partnership.

Truststore password

The password to the federation truststore.