Beagle Security icon

Beagle Security

Interact with Beagle Security API for vulnerability scanning and project management

Overview

This node interacts with the Beagle Security API to complete the domain verification process for an application. It is used to finalize the verification of a domain by submitting the application token, the type of domain verification method, and optionally a plugin type if plugin-based verification is used. This operation is beneficial in scenarios where domain ownership needs to be confirmed as part of security testing or vulnerability scanning workflows.

Use Case Examples

  1. Completing domain verification after obtaining a domain signature to enable security testing on a web application.
  2. Using plugin-based domain verification to automate domain ownership confirmation in a CI/CD pipeline.

Properties

Name Meaning
Application Token Application token for domain verification, used to identify the application whose domain is being verified.
Signature Type Type of domain verification method to be used for completing the verification process.
Plugin Type Optional plugin type for plugin-based domain verification methods.

Output

JSON

  • json - Response from the Beagle Security API containing the result of the domain verification completion process.

Dependencies

  • Beagle Security API

Troubleshooting

  • Ensure the Application Token is provided and valid; missing or incorrect tokens will cause errors.
  • Verify that the Signature Type matches the expected verification method supported by the Beagle Security API.
  • If using plugin-based verification, ensure the Plugin Type is correctly specified if required.
  • Common error messages may include authorization errors if the API token credential is invalid or missing, or validation errors if required parameters are missing or incorrect.

Links

Discussion