Hi there,
I have a war application deployed to tomcat that is currently secured with BASIC authentication through tomcat's realm. When I try to access secured page, the authentication popup appears.
I would like to switch to keycloak securitu but I'm not sure if it is possible to configure keycloak to force this authentication popup.
I tried setting it up but when I try to access the secured page, instead of authentication popup I am redirected to keycloak page "Client is not allowed to initiate browser login with given response_type. Standard flow is disabled for the client."
Is it possible to setup tomcat and keycloak so that the authentication popup would be forced to appear?
Thanks