IssuerRepository (deprecated)
Stores OAuth 2 issuers that are discovered or built from the configuration.
This object is deprecated.
For issuers known in advance, add their settings to the ClientRegistration.
For discovery, if the IssuerRepository had an "issuerHandler" ,
configure an AuthorizationCodeOAuth2ClientFilter "discoveryHandler" .
|
It isn’t normally necessary to change this object. Change it only for the following tasks:
-
To isolate different repositories in the same route.
-
To view the interactions of the well-known endpoint, for example, if the
issuerHandler
is delegating to another handler.
Usage
{
"name": string,
"type": "IssuerRepository",
"config": {
"issuerHandler": Handler reference
}
}
Properties
"issuerHandler"
: Handler reference, optional-
The default handler to fetch OAuth2 issuer configurations from the well-known endpoint.
Provide the name of a Handler object defined in the heap or an inline Handler configuration object.
Default: ForgeRockClientHandler