Please be aware this processor is deprecated and may be removed in the near future.
Please consider using one the following alternatives: StandardOauth2AccessTokenProvider
This controller service provides a way of working with access and refresh tokens via the password and client_credential grant flows in the OAuth2 specification. It is meant to provide a way for components to get a token from an oauth2 provider and pass that token as a part of a header to another service.
oauth2, provider, authorization
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
SSL Context | oauth2-ssl-context | Controller Service API: SSLContextService Implementations: StandardRestrictedSSLContextService StandardSSLContextService | No Description Provided. | |
Access Token Url | oauth2-access-token-url | The full endpoint of the URL where access tokens are handled. Supports Expression Language: true (will be evaluated using variable registry only) |