# Authentication

Depending on the use cases we are supporting several login methods.

  • User / Password
  • Client Certificates
  • Auto-Login (Windows)
  • OAuth 2.0
  • OpenID Connect Authorization Provider (e.g. Windows Server 2019 Federation Services)
  • Multi-Factor-Authentication
  • Yubikey
  • Kisters TSM/Wiski-User Database

Technically, we support several different backend login servers supporting several standard technologies.

  • JAAS e.g. locally defined user/groups

  • Database based login Depending on the application, it may have an authentication or authorisation using its database.

  • LDAP (e.g. Active Directory) Our applications are able to authenticate against an LDAP server, e.g. a Windows Domain Controller. It utilizes the member-of link to your LDAP groups.

  • Multi-Factor-Authentication (MFA) Generally, we support multi-factor authentication. For further details, please contact our support team.