To set up your OAuth account on Google, execute the following steps:
Login to Google Developer Console.
Create a new project. For example, "Artifactory OAuth".
Once the project is created, in the left navigation bar, select APIs & auth | Credentials.
Select the OAuth consent screen tab and configure the consent page that the end users will see when logging in with the Google credentials.
Back in the Credentials tab, Click Add Credential and select OAuth 2.0 client ID.
Under Create client ID, select Web application.
Enter a Name and set the Authorized redirect URIsFor self-hosted:
https://<server_host>/artifactory/api/auth/oauth2/loginResponse
For cloud:
https://<server_name>.jfrog.io/artifactory/api/oauth2/loginResponse
.Click Create to generate your Client ID and Client Secret.
Make a note of these; you will need them to configure OAuth authentication through Google on the JFrog Platform.