Incomplete Authorization Request
Missing required authorization parameters. Please ensure the following parameters are included:
client_id
Application Identifierresponse_type
Must be "code"redirect_uri
Authorization Callback URLscope
Authorization ScopeDeveloper Tip
If you are an application developer, please check the following:
- Ensure that all required parameters are correctly set in the application configuration.
- Verify that the callback URL is registered in the application settings.
- Check that the requested permission scope matches the permissions registered for the application.