Application Authentication Overview
Application Authentication Overview
- Updated on Jul 28, 2025
- Published on Sep 17, 2024
- 1 minute(s) read
We support the following authentication methods:
- Built-in user management
- LDAP (not supported in SaaS instances)
- OpenID Connect
- SAML
Hyperscience enforces the use of a single authentication method.
Authentication Sessions
On-premise / private cloud and SaaS instances use stateful sessions. Information about user sessions is stored in the database. When a user logs out on one browser or device, they will only be logged out on that particular browser or device.
Stateful sessions allow us to:
- Increase the security levels of the application.
- Improve user experience.