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

Enable social sign-in

PreviousCustomize sign-in experienceNextConfiguring the SSO (Single Sign On):

Last updated 2 years ago

In the sidebar click Settings -> Login Providers to navigate to the login provider settings page.

Auth supports various login providers Social, Enterprise, SAML, Raw OpenID connect, etc.

In this click the Social login providers.

In this you will get a list of available social login providers. From this list enable the social provider you want.

Enabling social login is a 2 step process.

Step 1 is to configure the details in the auth side

Step 2 is to configure the details in the selected social provider.

Once it is configured in the social provider’s developers page you will get the client id and secret (or equivalent value) and that needs to be updated back in the Auth system.

Enable in the flow settings

Once you enable the selected login provider in this page. You have to enable that in the flow so that it will be reflected in the auth’s login and registration page.

Enable in the Registration page

In the Flow -> Pre-Registration Configuration -> Provider Configuration

Enable In the Login page

In the Flow -> Pre-Login Configuration -> Provider Configuration

Once this is enabled you can see this in the login/registration page as a secondary login/register provider.