Usage
-
Supports getting access tokens from token endpoints for these grant types -
client_credentialsandpassword. -
Supports token endpoint calls through pre-process and introspection endpoint, and 401 error processing through post-process.
-
Supports adding an authorization header to the target request with an access token from the token endpoint.
-
Supports caching of obtained tokens for performance and efficiency.
importantWe strongly recommend that the
defaultTtlvalue is equal to the actual TTL of the access token as defined in the OAuth Server Configuration.