Can you share with us your connection code, minus any sensitive data, so that we can help troubleshoot what is going on? Also you can DM me your tenant.
@LinkOut what Auth0 SDK Android version are you using? What social connection did you setup? For example, with Google the steps to follow are outlined here. Can you let me know which one you are using and that you setup the connection correctly?
And in your app/build.gradle file did you add the Auth0 Scheme property which is going to be used internally by the library to register an intent-filter that captures the callback URI? If so, what did you set the scheme as?
Thank you for providing that information! In manage.auth0.com, under Applications > the application we are using > and under the Connections tab, do you have Username-Password-Authentication enabled under Database ? And can you check to make sure there are no options enabled under Social? The a0.invalid_configuration error message is invoked when a Social Provider Configuration is invalid so this suggests that a social connection may be enabled by accident.
And so you are still receiving a The application isn't configured properly for the social connection. error? Would it be possible for you to capture a HAR file so I can take a closer look?
@LinkOut I wasn’t able to reproduce the issue. Would it be possible for you to share the project that reproduces it so we can take a look? Please feel free to DM me the project if it’s either github repo, dropbox, or other.