I have configured Twitter provider for auth. When I test connection receive this error
{
“error”: “invalid_request”,
“error_description”: “the connection is not enabled”
}
What did I do wrong?
I have configured Twitter provider for auth. When I test connection receive this error
{
“error”: “invalid_request”,
“error_description”: “the connection is not enabled”
}
What did I do wrong?
Hi @shkiryaandrey,
Welcome to the Auth0 Community!
This error indicates the connection is not enabled for any clients (applications). If you go to the connection settings → Applications and toggle on a client.
Hope that helps!