oauth2_auth
Authenticate and authorize OAuth2 flows for secure API access, supporting client credentials, password, authorization code, and refresh token grant types within CyberMCP.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
authorization_url | No | OAuth2 authorization endpoint URL (for authorization code flow) | |
client_id | Yes | OAuth2 client ID | |
client_secret | No | OAuth2 client secret | |
grant_type | No | OAuth2 grant type | client_credentials |
password | No | Password (for password grant type) | |
redirect_uri | No | Redirect URI (for authorization code flow) | |
scope | No | OAuth2 scope | |
token_url | Yes | OAuth2 token endpoint URL | |
username | No | Username (for password grant type) |