authentication-endpoint
Use the authentication endpoint to specify an endpoint that is called to obtain an access token which can then be used in the subsequent password update callouts.
Syntax
authentication-endpoint =
endpointDescription
This is the endpoint that is called to obtain an access token which can then be used in the subsequent password update callouts. If no endpoint is specified a Basic Authentication header, constructed from the client-id and client-secret configuration entries, is used. The endpoint should conform to the OAuth client credential flow (OAuth 2.0 RFC 6749, section 4.4).
Options
- Endpoint
- Specifies the endpoint that is called to obtain an access token which can be used in the subsequent password update callouts.
Usage
This stanza entry is required.
Default value
None.
Example
authentication-endpoint =
https://www.sample.com/oauth/token