authentication-endpoint
Use the authentication endpoint to specify an endpoint called to obtain an access token which can then be used in the subsequent password update callouts.
authentication-endpoint = endpoint
Description
This is the endpoint 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 called to obtain an access token which can be used in the subsequent password update callouts.
Usage: Required.
Default value None.
Example: authentication-endpoint = https://www.sample.com/oauth/token
Parent topic: password-callouts stanza