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

Configuring the SSO (Single Sign On):

PreviousEnable social sign-inNextProtect your API

Last updated 1 year ago

Auth system supports seamless SSO solutions with any third-party app that is compatible with SAML 2.0, OpenId Connect, and the OAuth2 system.

Navigate to Settings->Login Providers -> Click SSO integration -> New SSO integration

On this page, you will see all supported SSO providers. SSO integration is a 2 step configuration process. Metadata configuration needs to be exchanged between both parties. Auth will guide you to do it on the page itself.

For example, if you want to enable SSO between auth and google. Auth will prompt the details you need to configure in the google side in step 1 with a description.

Once you configure that now time to enter the google’s details in the auth system

In description it shows the sample template to configure in the SP metadata. Once this is configured. Now we successfully enabled the SSO between google and Auth.

From this moment anyone trying to login into your org’s google account is getting redirected to the Auth system and then it continues the login based on the configured flow settings.