Create a Google application
- Sign in to the Google Developers Console with your Google account credentials.
- Accept the terms of service if you’re prompted to do so.
- In the upper-left corner of the page, select the project list, and then select New Project.
- Enter a Project Name, for example DataverseUA, and select Create.
- Make sure you’re using the new project by selecting the project drop-down in the top-left of the screen. Select your project by name, then select Open.
- Under the Quick access, or in the left menu, select APIs & services and then OAuth consent screen.
- For the User Type, select External and then select Create.
- On the OAuth consent screen, under App information
- Enter a Name for your application.
- Select a User support email address.
- Under the Authorized domains section, select Add domain, and then add dataverse.tst-amo.net.ua and www.dataverse.tst-amo.net.ua.
- In the Developer contact information section, enter comma separated emails for Google to notify you about any changes to your project.
- Select Save and Continue.
- From the left menu, select Credentials
- Select Create credentials, and then OAuth client ID.
- Under Application type, select Web application.
- Enter a suitable Name for your application, such as “DataverseUA for customers.”
- In Valid OAuth redirect URIs, enter the following URIs
- https://dataverse.tst-amo.net.ua/oauth2/callback.xhtml
- https://www.dataverse.tst-amo.net.ua/oauth2/callback.xhtml
- Select Create.
- Copy the values of Client ID and Client secret. You need both values to configure Google as an identity provider in your tenant. Client secret is an important security credential.