Registering an OAuth application in Google
You can use Google as the OAuth IdP for Maximo® Real Estate and Facilities application to provide a single sign on (SSO) login experience by using Google credentials. To configure Google as the OAuth IdP, you must first register the Maximo Real Estate and Facilities application in Google.
Important: The registration process that is described is for
information only. Google might change
the process at any time without notice, and IBM does not support the Google part of the registration process. Contact
the Google for support.
- Log in to the Google Cloud Console by using your Google credentials: https://console.cloud.google.com/
- Click Select a project and then click NEW PROJECT.
- Specify the project name. For example: GoogleOAuth. The project is created, and you can view the newly created project in the Notifications pane.
- Select the project.
- In the search field, type credentials and select the APIs & Services page.
- To configure the OAuth consent screen with information about your application, click CONFIGURE CONSENT SCREEN.
- Specify the configuration details in the following sections:
- OAuth consent screen
- Select the user type as External and click Create.
- In the App information section, specify the App name and user support email address. You can specify the same email address that you used to login to the Google application.
- In the Developer contact information section, specify the email address to get notifications about any changes to the project from Google.
- Click SAVE AND CONTINUE.
- Scopes
- Click ADD OR REMOVE SCOPES.
- On the Update selected scopes page, search for openid in the Filter column.
- Click Update. Similarly, add the userinfo.email scope.
- Click ADD OR REMOVE SCOPES.
- On the Update selected scopes page, search for userinfo.email in the Filter column.
- Click Update and then click SAVE AND CONTINUE.
- Test users
- Click ADD USERS. On the Add users page, specify the email address of the test user.
- Click SAVE AND CONTINUE.
- Summary
- On the Summary page, you can view the summary of the configurations for the consent screen.
- OAuth consent screen
- Click .
- On the Create OAuth client ID page, in the Application type list, select Web application.
- Enter the application name.
- In the Authorized redirect URIs section, in the URIs field, enter the following value: <TRIRIGA base URL>/p/oauth/signon. For example: https://triapp.company.com/dev/p/oauth/signon
- Click Create. The OAuth client-created page displays the client ID and client secret values that you can use to configure the OAuth IdP in the Maximo Real Estate and Facilities application.