OAuth2EndpointOverrides
Parameters
override URL for the authorization endpoint, or null to use discovery.
override URL for the token endpoint, or null to use discovery.
override URL for the user-info endpoint, or null to use discovery.
override URL for the JWKS URI, or null to use discovery.
override URL for the introspection endpoint, or null to use discovery.
override URL for the revocation endpoint, or null to use discovery.
override URL for the end-session (logout) endpoint, or null to use discovery.
override URL for the device authorization endpoint, or null to use discovery.
override URL for the Pushed Authorization Request (PAR) endpoint, or null to use discovery. Not counted toward the skip-discovery optimization above — PAR is opt-in via OAuth2ClientBuilder.enablePushedAuthorizationRequests, so leaving this null never blocks skipping discovery for the other 8 fields. Set this when all-8-fields skip-discovery is used together with PAR, since discovery (the normal source of this endpoint) is bypassed.