I’m trying to use OpenStreetMap as an OAuth provider.
I’ve added the correct callback URl and scope (openid). When I try the connection it flows to OSM, then redirects back to https://manage.auth0.com. Then I get the error:
Failed transaction
If you are seeing this, it means that your connection didn’t work.
These are the details:
{
"error": "access_denied",
"error_description": "The authorization server encountered an unexpected condition which prevented it from fulfilling the request."
}
Has anyone successfully used OpenStreetMap as a custom social provider in Auth0?