Skip to main content
Version: Latest (4.0.3)

Login Hosted Page

Hosted page Login Trustdesk 4.x

Overview

The Login hosted page is the gateway to your application's protected resources. It provides users with a secure authentication interface where they verify their identity before accessing your platform.

The login page serves as the authentication checkpoint for your application. When users attempt to access protected resources (Apps), cidaas automatically checks their authentication status. If the user is not already authenticated, cidaas presents the login page, ensuring only authorized users can access your application.

Setup

Select Identifiers

cidaas provides multiple identification methods on the login page. Users can authenticate using:

  • Email address
  • Mobile number
  • Username Each identifier must be unique across all users. cidaas enforces this uniqueness to prevent duplicate accounts and ensure secure user identification.

Configuring Identifiers

1
Sign in
Sign in to Trustdesk.
2
Open the app
Navigate to Integrations → Applications and open the application, then go to the User Setup tile.
3
Allow Login With
In the User Setup, select the desired identifiers to show on your Login Page under Allow Login With.

  • This is an example of Login Page which includes email,mobile,username as identifiers.

Login Providers

Enable third-party authentication by integrating external identity providers. cidaas supports SAML, Active Directory, Custom OpenID Connect, and social providers for seamless user login.

Prerequisite

Create login providers in your cidaas instance before adding them to the login page configuration

Social Login Providers
Single sign-on using existing social accounts (Facebook, Google, LinkedIn, and more) — no new credentials needed.
Benefits: faster registration, less password fatigue, better UX, lower abandonment.
Active Directory Providers
Let enterprise users authenticate with their existing corporate credentials via Microsoft AD.
Use cases: enterprise apps, internal portals, B2B platforms, corporate SSO.
SAML Providers
Open standard for exchanging auth data between IdP and SP; secure cross-domain SSO.
Use cases: enterprise SSO, cross-domain auth, B2B integrations, federated identity.
Custom Providers
Integrate any OpenID Connect-compliant provider, such as a business email or proprietary system.
Use cases: business email providers, proprietary identity systems, niche services, custom enterprise solutions.

Configure Login Providers Page

1
Sign in
Sign in to Trustdesk.
2
Open the app
Navigate to Integrations → Applications and open the application, then go to the Identity Providers tile.
3
Select providers
Select the desired identity providers from the list and click Save (providers are configured under Providers).

Once configured, your login page will display all enabled providers, such as social logins (Facebook, Google) and SAML providers, as shown in the example below.

Developer Prespective

APIDescriptionLink
List of Login ProviderTo get list of configured identity providersView API
Configure social login providerAuthenticates with the social provider using the authz-generated request ID.View API

Login Success Hosted Page

Overview

The Login Success hosted page is a confirmation screen displayed immediately after a user successfully authenticates. This page provides visual feedback that login was successful and typically serves as a brief transition before redirecting users to their intended destination

When It Appears

The login success page is shown after:

  • Successful username/password authentication
  • Social login completion
  • Multi-factor authentication verification
  • SAML or SSO authentication
  • Any successful login flow

Configure Logic Success Hosted Page

1
Sign in
Sign in to Trustdesk.
2
Open the app
Navigate to Integrations → Applications and open the application, then go to the Authentication Setup tile.
3
Enable success page
Enable the Success page after sign-in and click Save.

  • Once you log in successfully you will get the below success page


Need Support?

Please contact us directly on our support page or reach out to cidaas support at [email protected].