Configuring your application in Google
To use Google as an identity provider, you must configure your application in Google.
Before you begin
Procedure
- Log in to the Google developers site at https://console.developers.google.com.
- From the ENABLE APIS AND SERVICES. dashboard, click
- From the Welcome to the API Library page, search for Google People API.
- Click Google People API.
- Click MANAGE.
- Click CREDENTIALS. You need these credentials to access the APIs.
- Click + Create Credentials.
- Click OAuth client ID.
- From the Application type menu, select Web application.
- Specify a name for the client.
- For Authorized JavaScript origins, click ADD URI and specify your domain.
- Under Authorized redirect URIs, click ADD
URI and provide the redirect URL from your Verify tenant. Copy the URL from the To identity provider section on your Google identity provider setup in Verify.
- Click Create.
- Download or copy the Client ID and Client Secret , and click OK. Specify these authentication keys in the Verify Admin console .