authentication-endpoint
The endpoint which will be called to obtain an access token for the SSO service.
Syntax
authentication-endpoint = endpoint
Description
This is the endpoint which will be called to obtain an access token which is used in requests to the credential service. If no endpoint is specified, a BA header constructed from the client-id and client-secret configuration entries will be 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.
Usage
This stanza entry is optional.
Default Value
None.
Example
sso-endpoint = https://vault.verify.ibm.com:9443/access_token