Requirements

  • An account in GCP
  • 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

Login with your account at https://console.cloud.google.com/apis/credentials

  • Go to Credentials > Create Credentials button > OAuth client ID
  • In Application type, select Web Application
  • Give it a name (i.e. “Hoop”)
2

Configure the Redirect URIs

  • Click Authorized redirect URIs and put the following URI: /api/callback
  • Click Create button
  • Take note on the ClientID and Client secret
  • Click Download JSON (contain useful information)
3

Collect the Credentials

When you created the app, you got those. But they are also available in the JSON file that was downloaded by the creation time. The download is also available at:

  • Credentials > OAuth 2.0 Client IDs > > Actions > Download
4

Collect Issuer Information

The Issuer URI is https://accounts.google.com

5

Configure Groups Claims

This functionality is under development for Google