Hi, I have an app deployed on Keycloak, whenever I add a query parameter to any URL
with the property name of “code", I get a 400 Bad Request (whether it's
a static file or a servlet).
The same app on JBoss does not have the same issue. Is this a bug?
Here are two URLs to try out, both unsecure:
JBoss EAP:
Keycloak:
Christina