An administrator is adding a custom connector to integrate a third-party application with their Webex Contact Center org using OAuth 2.0 for authentication.
Which two grant types must the administrator choose to accomplish this task? (Choose two.)
For OAuth 2.0 custom connector authentication in Webex Contact Center, Cisco documents client credentials using either a client secret or a private key/certificate method. The custom connector configuration supports Client credentials - client secret, where the administrator enters a client ID and client secret, and Client credentials - private key, where the private key corresponds to the certificate material used by the application. Those two choices are valid grant/authentication methods for service-to-service integration because a backend connector needs machine-to-machine authorization rather than a user authorization code flow. Client credentials - token is not a grant type; the token is the output of a successful OAuth exchange. Client credentials - certificate is too imprecise in the option set because Cisco's configuration wording identifies private key/certificate material. Server credentials - certificate is not a documented OAuth grant type for the Webex Contact Center custom connector. Reference: Cisco Help, Configure custom connector for Webex Contact Center; Webex Developer, Integrations and Authorization.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit