Always require user to login for SAML flow

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.

Hello,
It sounds like you’re encountering an issue with SAML authentication where users are prompted to log in again despite already being authenticated. This can often be due to session management or cookie handling issues.

Ensure that your session cookies are being properly set and maintained across requests. Additionally, verify that your SAML assertion is being correctly passed and validated by the Service Provider.

Best Regards,
Sonia Lewis