Skip to main content

Google OAuth2 Keys

Description

General

  • Documentation: https://developers.google.com/identity/protocols/oauth2
  • Summary: Oauth2 keys allow to build applications that can access information from a user's Google account after they authorized the application.
  • IPs allowlist: This feature is not currently available.
  • Scopes: Scopes can be set for the application, the full list of available scopes is available here.

Revoke the secret

This can be done from the Google developers console.

Check for suspicious activity

As of the time of writing this documentation, this feature is not available.

Details for Google oauth2

  • Family: Api

  • Category: Cloud Provider

  • Company: Google

  • High recall: True

  • Validity check available: False

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 31.61

  • Prefixed: True

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- \.apps\.googleusercontent\.com

Examples

- text: |
{"installed":{"client_id":"332292536747-zbepioq1127w4lv5r6dbbddd0jdbdchl.apps.googleusercontent.com","project_id":"test-1551099712230","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"daAKAFW-bt05isOoQwwWP8c-","redirect_uris":["urn:ietf:wg:oauth:2.0:oob","http://localhost"]}}
client_id: 332292536747-zbepioq1127w4lv5r6dbbddd0jdbdchl.apps.googleusercontent.com
client_secret: daAKAFW-bt05isOoQwwWP8c-

Details for Google oauth2 prefixed

  • Family: Api

  • Category: Cloud Provider

  • Company: Google

  • High recall: True

  • Validity check available: False

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 128.88

  • Prefixed: True

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- gocspx-
- type: ContentWhitelistPreValidator
patterns:
- \.apps\.googleusercontent\.com

Examples

- text: |
client_id:"332292536747-qbemiti5130k6gv5t4cddddd2omaeans.apps.googleusercontent.com"
client_secret: "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"
client_id: 332292536747-qbemiti5130k6gv5t4cddddd2omaeans.apps.googleusercontent.com
client_secret: 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

How can I help you ?