ARTICLE AD BOX
I am using Pac4J with the following versions.
pac4j-oidc: 6.2.2
pac4j-jakartaee: 6.2.2
jakartaee-pac4j: 8.0.1
My Goal is that the authorization should not start immediately when the user access a page or a deeplink protected by the security filter. Instead I want to redirect an unauthorized user to a login page where the user can press a button to perform the /authorization call. I have been working with http adapters, etc but haven’t made it work properly yet.
Is there any know way to achieve this with an OidcClient?
