LogoLogo
GoodAccess WebsiteRequest Free TrialDownload App
  • Getting Started
    • 1. What is GoodAccess?
    • 2. Architecture Overview
    • 3. Sign up for Free Trial
    • 4. Download App & Connect
  • 🖥️Configuration guides
    • Features
      • Zero Trust Access Control
        • Access Cards
        • Device Posture Check
        • Device Approval
        • Geo Restrictions
      • API Integration
        • API Reference
          • Members
          • Groups
          • Systems
          • Access Cards
          • Relations
          • Gateways
          • Logs
        • Acronis Integration
      • SIEM Integration
      • SSO/SCIM
        • Auth0
        • Cisco Duo
        • Google Workspace
        • JumpCloud
        • Microsoft Entra ID
        • Okta
        • OneLogin
        • Ping Identity
        • Universal (SAML)
      • MFA
      • Passkeys
      • MSI deployment
      • Threat Blocker
      • Custom Domain Blocking
      • DNS Management
      • Split Tunneling
      • Port Forwarding
    • Branch Connector
      • Cisco
      • Cisco Meraki
      • FortiGate
      • MikroTik
      • SonicWall
      • UniFi USG
      • Zyxel Nebula Control Center
      • Other supported routers and firewalls
    • Cloud Connector
      • AWS
      • Google Cloud
      • Microsoft Azure
      • Other Public Cloud providers
    • IP whitelisting
      • APACHE Web Server
      • AWS VPC
      • Azure (Office 365)
      • Google Cloud
      • Google Workspace
      • Magento
      • Microsoft IIS
      • NGINX
        • Domain
        • Subdomain
        • URL
      • OpenCart
      • PHP
      • PHPMyAdmin
      • Pipedrive
      • SalesForce
      • SSH server
      • WordPress
      • Zoho CRM
    • Linux
      • DEB repository
      • RPM repository
      • Manual installation
      • Linux Troubleshooting
  • 🆘FAQ & Troubleshooting
    • FAQ
      • Business
      • Technical
    • Troubleshooting
  • 📓Product Changelog
    • Windows
    • macOS
Powered by GitBook
On this page
  • Step 1 - Adding a new identity provider
  • Step 2 - Setting up Single Sign-On with SAML
  • 1. Settings
  • 2. Usage

Was this helpful?

  1. Configuration guides
  2. Features
  3. SSO/SCIM

Auth0

This guide will show you how to integrate GoodAccess with Auth0 SSO.

PreviousSSO/SCIMNextCisco Duo

Last updated 7 months ago

Was this helpful?

This feature is available in the Premium plan and higher.

Remember to grant your users access permissions to GoodAccess. Users without them won't be able to log in.

Step 1 - Adding a new identity provider

Click + Add provider, enter the Provider name, choose your Identity Provider, and click Continue.

Step 2 - Setting up Single Sign-On with SAML

Log in to the , go to Applications > Applications, and click + Create Application.

Give the application a name, select Native, and click Create.

Go to Addons, and open SAML2.

1. Settings

Go to Settings, and copy the details from GoodAccess - (2) GoodAccess links.

  • Application Callback URL - Assertion Consumer Service URL

Copy the below code into Settings:

{
  "mappings": {
    "email": "email",
    "name": "name"
  },
  "createUpnClaim": false,
  "passthroughClaimsWithNoMapping": false,
  "mapUnknownClaimsAsIs": false,
  "mapIdentities": true
}

Return to GoodAccess, and click Continue.

Return to Auth0, scroll down to the bottom of the page, and click Enable.

2. Usage

Go to Usage, download the Identity Provider Metadata, and open the file in a text editor (e.g. Notepad).

Copy the details to GoodAccess - (3) Identity Provider links, and click Continue.

  • Sign in URL - Identity Provider Login URL

  • Entity ID - Issuer

  • X509 signing certificate - Copy the certificate from the text editor

Click Submit to finish the configuration.

You have now successfully set up your Auth0 SSO with GoodAccess.

🖥️
Log in to the GoodAccess Control Panel, and go to Settings > SSO & Identity.
Auth0 Admin console
Creating a new application
Creating a new application
Opening the SAML2 addon
Setting up the Settings
Setting up the Usage
Copying the certificate from the Notepad
Auth0 Admin console with key steps to creating a new application.
Auth0 Admin console with key steps to creating a new application.
Auth0 Admin console with key steps to opening the SAML2 addon.
Auth0 Admin console with key steps to setting up the "Settings".
Auth0 Admin console with key steps to setting up the "Usage".
Notepad with highlighted X509 signin certificate.