I have a legacy application using an old version of JOSSO
I want to proxy the authentication from keycloak and proxy the authentication to the old application.
could I use an OIDC_CLAIM to pass a username and password to the legacy app
It has a forms page that I can sen to name=“usernamePasswordLoginForm” method="post
input type=“text” name=“josso_username”