Skillmine Auth - Documentation
  • Introduction
  • Get started
    • Create and integrate the first application
    • Customize sign-in experience
    • Enable social sign-in
    • Configuring the SSO (Single Sign On):
  • Protect your API
    • Protect your API on Node(Express)
    • Protect your API on Python
    • Protect your API on Spring Boot
  • Manage users
    • Manage users using Admin Console
    • Manage users using Management API
  • Auth Architecture
  • SSO Dashboard
  • SSO Application
  • Blueprints
  • Groups & Permissions
    • User Roles
    • Permissions
    • Group Category
    • Group
  • Workflow
    • Workflow
    • Manage Request
  • Settings
    • Authentication Methods
    • Schemas
    • Consent Management
    • Password Policy
    • CAPTCHA's
    • Site Group
    • Messaging Template
      • Built-In Template
      • Custom Template
    • Webhook Settings
    • Connectors
    • Device Restriction
    • MFA
      • End User Configuration Guide
      • End User Usage
    • MFA Settings
    • Payment Gateway
      • Providers
      • Payment Flows
      • Payment History
    • Open Id Connect Setttings
      • Client Settings
      • Scopes
    • SCIM
  • You don't need a user table
  • Localization
  • API Resource
  • Users
    • Search Users
    • Invite User
    • Create User
    • Bulk User Operations
      • Creation
      • Updation
      • Deletion
      • Reset Password
  • Report
    • User Report
    • Captcha Failure Report
    • Inactive users report
    • Provider wise Report
    • Webhook Report
    • Notification Report
    • Audit Trail Report
    • Mac Restriction Report
    • RADIUS Audit Trail Report
  • Social identities
  • References
    • OpenID Connect
  • Usecases
    • ECommerce Site Integration
    • Groups & Roles Integration
    • Custom Provider Integration
    • Salesforce Integration
  • Connectors
    • Office365
Powered by GitBook
On this page
  1. Get started

Customize sign-in experience

PreviousCreate and integrate the first applicationNextEnable social sign-in

Last updated 2 years ago

Using the Auth system you can customize the full login and registration page as per business needs.

Hosted pages:

On the left sidebar client the Settings -> Hosted page

You will land on the following page.

In this page click the new hosted page and fill the group name and client create group.

After creating the hosted page it allows you to customize all the self-service pages that needs for the auth system like, registration, login, forgot password, and so on.

From the list of Self service pages click the pencil icon in the action column.

In the edit page details you will get an option to add the page by locale wise. (it will automatically detect the customers browser and render their locale if you configured it here.)

In the URL enter the page you have developed for the auth system and save. From this moment any request to this page will be redirected to your own page.

In your own page you have to call our API to connect with the auth system. Download the open api spec from the API sections.

Configure in the flow

Once you configure the hosted page you have to enable this hosted page group in the flow settings.