# Configure Source Authentication

Flow Plus enables you to configure source authentication to validate the integrity and origin of incoming webhooks. Enabling this step adds an extra layer of security to ensure webhooks are coming from a trusted source.&#x20;

To configure:

1. Within the Configure Source Authentication module, select **Configure**
2. From the dropdown, select the Authentication Method
3. Flow Plus enables users to select from 1 of 3 options or to skip authentication altogether:
   1. Basic Authentication
   2. Shared Secret Authentication
   3. Hash-based Message Authentication Code (HMAC)&#x20;
4. Simply follow the prompt for the Authentication method selected and click **Save**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.flowplusapp.com/set-up/channel-configuration/configure-source-authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
