Logs relating to configurations retrieved from the identity provider

The log fields described below provide information on the retrieval status of configurations. These logs are issued when the service is started.

These logs can be generated when data is retrieved from the application cache or when a request is made.

If you use discoveryUri to retrieve the identity provider configuration, the logs displayed will be as follows:

Field

Type Description

Type

Examples

category Log category. String Prescribed value: "open_id"

status

Status of the request.

String

Prescribed values: "fetching", "unreachable", "fetch success"

discovery_uri

URI used for retrieving the configuration.

String

"https://localhost:3001/static/one-login/.well-known/openid-configuration"

token_type Function of the token to retrieve.

String

Prescribed values: "authorization", "authentication"
role Role associated with the token to retrieve.

String

Prescribed values: "user", "admin", "wrapprivatekey"
source Source of the configuration used.

String

Prescribed values:

"local_configuration",

"remote_well_known_cse_configuration"

       

If you use discoveryUri to retrieve the identity provider configuration, the logs displayed will be as follows:

Field

Type Description

Type

Examples

category Log category. String Prescribed value: "jwks"

status

Status of the request.

String

Prescribed values: "checking reachability", "unreachable", "reachable"

jwks_uri

JWKS used for retrieving the configuration.

String

"https://localhost:3001/static/one-login/.well-known/jwks.json"

token_type

Function of the token to retrieve.

String

Prescribed values: "authorization", "authentication"

role Role associated with the token to retrieve.

String

Prescribed values: "user", "admin", "wrapprivatekey