I'm trying to connect via any provider, mainly facebook, using keycloak on a flutter application. The things that I didfor now are:
- Made an app with facebook api and got a client id and secret. (I don't know if I did that correctly though)
- configured the provider and provided the necessary info in the provider's section in keycloak
- tried calling in postman the endpoint and got an error
{
"error": "RESTEASY003650: No resource method found for POST, return 405 with Allow header"
}
Can someone guide me please? or at least tell me where did I go wrong.