Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

OAuth Client Credentials - Test

OAuth Client Credentials Command Grooper.GPT

Tests the process of obtaining an OAuth 2.0 access token using the configured client credentials.

Remarks

The Test command allows you to verify that your OAuth Client Credentials configuration is correct and that Grooper can successfully obtain an access token from the specified authorization server. This is useful for troubleshooting authentication issues, validating credentials, and ensuring that all required properties (such as 'Token Endpoint URL', 'Client ID', and 'Client Secret') are set correctly.

When to Use

  • After entering or updating the OAuth configuration properties to confirm that authentication is working as expected.
  • When troubleshooting failed API requests that may be caused by invalid credentials, incorrect URLs, or missing scopes.
  • As part of initial setup or before deploying a new integration to production.

How It Works

  • The command attempts to obtain an access token using the current property values.
  • If successful, the token is acquired and cached for use in subsequent API requests.
  • If authentication fails, an error message is displayed to help diagnose the problem.

> Note: This command does not send any API requests beyond the token acquisition. It is intended solely for validating the authentication configuration.

See Also

Notification