hoophq / hoop

Hoop.dev is an open-source access gateway that provides secure, seamless, and audited access to databases and infrastructure without exposing credentials or sensitive data.
https://hoop.dev
MIT License
243 stars 10 forks source link

Allow maintaining the session of identity providers #558

Closed sandromello closed 1 week ago

sandromello commented 1 week ago

This PR will ensure that sessions are reused when redirecting failed attempts to authenticate (401). It removes the prompt=login option when redirecting users to their identity providers.

Additionally, it makes sure to always prompt for the login screen when the user clicks on Logout.

More information in the OpenID specification