René Vangsgaard
René Vangsgaard
I just stumbled upon this issue today. We have an application that serves multiple domains, meaning that the `callbackUrl` is dynamic on each request. This issue makes that impossible, and...
I managed to get one step further, by overwriting `redirect_uri` on each sign in, like this: ``` signIn("keycloak", undefined, { redirect_uri: `https://${host}/api/auth/callback/keycloak`, }) ``` Now the `redirect_uri` is set correctly...
Scala 2.13 support is available in this official fork of the project https://github.com/Jyllands-Posten/play-prometheus-filters