Connector Authentication Quiz

5 questions Pass: 70% +25 pts

Quiz covering Create Custom Connectors

Connector Authentication Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which authentication type is considered the industry standard for secure, delegated access to APIs in custom connectors?

  2. 2

    When configuring an OAuth 2.0 connector, what is the primary purpose of the 'Redirect URL' provided by the platform?

  3. 3

    If an API requires an API key to be passed in the HTTP header, how should this be configured in the custom connector definition?

  4. 4

    What is the recommended approach for handling sensitive credentials, such as Client Secrets, when creating a custom connector?

  5. 5

    You are building a connector for a legacy service that does not support OAuth 2.0 or modern token-based auth. The service requires an 'X-Auth-Token' header that is generated by hashing the user's password with a timestamp. How can you implement this?