Skip to main content

Requirements

  • An account in Auth0
  • API_URL is the public DNS name of the hoop gateway instance
Contact the administrator of the hoop gateway instance to retrieve the API_URL address.

Identity Provider Configuration

1

Create an Application

Create a new application
  • Go to Applications > Applications and click on the Create Application button
  • Select a Regular Web Application
2

Configure the Redirect URIs

  • Allowed Callback URLs: {API_URL}/api/callback
  • Allowed Logout URLs: {API_URL}/api/logout
3

Collect the Credentials

  • In the Application Home, copy the Client ID and Client Secret
4

Collect Issuer Information

  • In the Application Home > Settings, copy the Domain.
  • The issuer url is in the format https://{YOUR_DOMAIN}
5

Collect the Auth0 Management API Audience

  • Go to Applications > API
  • Copy the API Audience value