Authentication to a different host
This system uses two-step authentication, but the token request is sent to a different host than the system the adapter integrates with — for example, a standalone single sign-on (SSO) service that returns a token valid for multiple downstream systems.
Configuration
This scenario requires only a change to action.json in the endpoint configuration at /adapter-home-dir/entities/.system.
action.json
Add an sso object to the getToken action. The sso object overrides the host, protocol, and port for the token request only, replacing the values from the service instance configuration or callProperties. The protocol and port can be omitted if they are the same as the adapter’s configured values.