hasura / ee-sso-demo

Hasura Enterprise demo with console SSO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console SSO for Hasura GraphQL Engine Enterprise demo

Introduction

This is a console SSO integration demo for Hasura GraphQL Engine Enterprise with popular protocols:

  • OAuth 2.0/OpenID Connect (Auth0)
  • SAML (Dex + Auth0)
  • LDAP (Dex + OpenLDAP)

Get Started

  • Copy the environment variables file dotenv to .env, configure secrets and the EE License Key.

  • Start services with docker-compose

cp dotenv .env
docker-compose up -d

Configuration and Tutorials

See the Enable Single Sign-on page in Hasura Enterprise Docs.

About

Hasura Enterprise demo with console SSO

License:Apache License 2.0