🛋️
Simple OAuth Java Framework
  • SOFA - Simple OAuth 2.0 Framework for Authentication (Freeware)
  • Quick Start
    • ⬇️Downloads
    • 🚀Installation
    • 🐞Logging / Debugging
  • Hints and Tips
    • ❓FAQ
    • ⚒️Microsoft Azure Registration
    • ⚒️Google Cloud Registration
    • ⚒️Integrate With Non-Java Code
  • GitHub
    • JavaDoc Documentation
Powered by GitBook
  1. Hints and Tips

Google Cloud Registration

How to register OAuth 2.0 for Google Cloud

PreviousMicrosoft Azure RegistrationNextIntegrate With Non-Java Code

Last updated 1 year ago

This page is under construction and not yet finalized or verified. Please let me know if you have a running example.

Application (Project) Registration

  • Open website

  • Click on "Select a project" and secect "NEW PROJECT"

  • Enter any name, e.g. "SOFA Project" and select "CREATE"

Create Client Secret

  • Select "APIs & Services" > "Credentials"

  • Select "+ CREATE CREDENTIALS" > "OAuth client ID"

You may be prompted to configure the consent screen before continuing.

⚒️
Google Cloud Platform