Login Hosted Page
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
-
This is an example of Login Page which includes
email,mobile,usernameas 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
Benefits: faster registration, less password fatigue, better UX, lower abandonment.
Use cases: enterprise apps, internal portals, B2B platforms, corporate SSO.
Use cases: enterprise SSO, cross-domain auth, B2B integrations, federated identity.
Use cases: business email providers, proprietary identity systems, niche services, custom enterprise solutions.
Configure Login Providers Page
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
| API | Description | Link |
|---|---|---|
| List of Login Provider | To get list of configured identity providers | View API |
| Configure social login provider | Authenticates 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
-
Once you log in successfully you will get the below success page
Explore Related Topics
Please contact us directly on our support page or reach out to cidaas support at [email protected].