CloudIO Platform
cloudio.ioVersion 3.0 Docs
  • CloudIO Platform
  • Architecture
  • Service Architecture
  • Scalability
  • Installation
  • Getting Started
    • Overview
    • How Tos
  • UI
    • App Controller
    • Page Controller
    • Controller Component
    • Custom Component
      • Sample Property Definitions
      • Custom Component Types
  • DataSource
    • Server Side Scripts
      • Sample Scripts
      • Module Imports
    • WHO Columns
  • REST APIs
    • Authentication
    • Query
    • Post
    • Status
    • API Playground
  • Workflow REST APIs
    • Introduction
    • PUT
    • GET
    • Instance PUT
    • Instance GET
    • Increment and GET
    • Instance Increment and GET
  • App Deployment
    • CloudIO CLI
    • Patch Management
    • SQL Migrations
    • Component Help
    • Email Setup
    • Configure SSO/OAuth
      • OAUTH 2.0
        • GOOGLE
      • SAML
        • AUTH0
        • AZURE AD
        • OKTA
      • Auto User Creation
    • Test Automation
    • On Premise Agent
  • Oracle Instant client
    • Setup
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. App Deployment
  2. Configure SSO/OAuth
  3. SAML

AUTH0

PreviousSAMLNextAZURE AD

Last updated 2 years ago

Was this helpful?

Step 1 - Configure SSO in AUTH0

  • Log in to AUTH0 developer console .

  • Go to Dashboard > Applications > Applications and create a new application.

  • Provide a name and select Requalr Web Application. Click on Create button to create a new application.

  • Select the Addons tab.

  • Enable the SAML2 Web App toggle.

  • On the Settings tab, enter the Application Callback URL to which the SAML assertions should be sent after Auth0 has authenticated the user(Replace this with your actual URL). Copy the nameIdentifierProbes for name and email. Scroll to the bottom of the tab and click Enable.

  • Click on the Usage tab to view the information that you need to configure the service provider application. Copy the issuer, Identity Provider Login URL, and download Identity Provider Metadata.

Step 2 - Configure AUTH0 Details in CloudIO

  • Login to CloudIO and navigate to the settings tab

  • Select SAML Auth provider and configure the below details from Step 1

https://developer.auth0.com/