I am wondering if it is possible to get dovecot to work with keycloak. They still did not release packages for el9 and so I am currently having an older patched version of el9. I have the impression that it is quite old code as I need to append urls manually with “/?token=”
When I look at the dovecot log I see this
Got 405 response for request [Req1: GET https://xxxxxx/realms/xxxxx/protocol/openid-connect/token/?token=eyJ
: oauth2 failed: Token validation failed: Invalid token
Can it be that GET is no longer supported, and it used to be GET? If so is it possible to enable GET for this client?