My main goal is to have a Kerberos authentication first and if it fails have an Angular's form page that send a post with username/password to /users/login
.
I have configured pretty much as follow in Spring and already made a login/password authentication that sends back a JWT, with guards in the frontend. The frontend is served in the resources folder of Spring.
Kerberos does not seem to pop up/auto log. Is there something specific to do ?
Is creating a filter after the Kerberos login the right way to process the authentication in the frontend ?