I am trying to set up a CIBA endpoint on Keycloak 15.0.2. I have set up a client with the CIBA endpoint enabled, but when I hit it with a request that looks something like this:
curl -s -X POST \
-d "client_id=ciba_client_test" \
-d "client_secret=xxx" \
-d "login_hint=test_user_name" \
-d "scope=openid" \
"https://keycloak.address.com/auth/realms/poc_new/protocol/openid-connect/ext/ciba/auth"
I get an error back that looks like this:
{"error":"server_error","error_description":"Failed to send authentication request"}
I have checked settings on the client and realm and cannot see anything that would be preventing the authentication request.