Our application supports multiple authentication methods to provide secure and flexible access for your users. This guide explains each authentication option, how to configure them, and best practices for implementation.

Overview

Authentication is the process of verifying a user’s identity before granting access to your application. Selecting the right authentication method(s) depends on your organization’s security requirements, user experience preferences, and existing infrastructure.

Security

Choose authentication methods that align with your security policies and compliance requirements.

User Experience

Balance security with a smooth login experience to enhance user adoption.

You can edit the authentication method and configure the respective credentials under the authentication page of settings in Company profie as shown in below image.

Available Authentication Methods

Password Authentication

Traditional username and password authentication for your application.

For more info, refer to Password Configuration Guide.

Password authentication is the simplest to set up your app.

Troubleshooting

If users encounter authentication issues:

  1. Verify the authentication method configuration
  2. Check server logs for specific error messages
  3. Confirm network connectivity to identity providers
  4. Validate certificate expiration dates
  5. Test authentication flow with a test account

Next Steps