I’m struggling to figure out what the cause of “Invalid requester” when being directed to my Realm Client SAMLRequest end point. My browser will show a Keycloak page with “Invalid requester” and the Keycloak logs will show this:
Keycloak seems to be unhappy with the Mellon SAML Signature Request Key. It is able to located a valid public key for validation, but then when it tried to validate the Signature using the identified SigAlg (https://www.w3.org/2001/04/) it failed with “Invalid query param signature”:
Do you have any tips? Does this exception means that the Mellon “Signature” parameter in the redirect URL can’t be validated by the public key imported/retrieved, or that Mellon isn’t generating a compatible Signature (or original key)?