keycloak-event-listener-http
keycloak-event-listener-http copied to clipboard
Basic Auth missing Base64 encoding
The Authorization header Basic credentials need to be base64 encoded to comply with the standard, see RFC 7617
It doesnt seem this is the case here and here
It would probably be best to be implement in one place.
Question is how to deal with it since it is a BC?
Hi @slepic , thanks for pointing this out. This will be resolved with this on #9