Hi,
I use Database connection to store my user.
I have 2 web application, trying to authenticate with a user using SAML flow.
All is working, except that every time the user send the AuthnRequest and redirect to the Auth0 login page, it always require user to provide username and password, which from what I understand, should automatically login without the login prompt, since the user already previously login few mins ago.
To provide some context, I was running the apps in localhost, and using Spring Web MVC with OpenSAML implementation.
Please help on how to allow user to login without the login prompt.