Hey there,
I am actually looking fo a way to connect my application to keycloak with an existing token/refreshToken.
One part is using a JavaScript adapter, which work like a charm using iniOptions
But I would like to do the same thing on legacy app using a Java servlet Filter Adapter, and I could not find any way to do so with a Java adapter
Any ideas ?
Thanks