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 requesting scoped access tokens using the optional
scopeparameter, useful for OAuth providers that require ascopeon the token request. Thescopeparameter is available in Boomi Cloud API Management – Local Edition 6.3.0 and later only; not supported in Boomi Cloud API Management. -
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.