Skip to content

SSO Authentification #128979

Jun 18, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Heres a quick how-to:

Prerequisites

  1. Metabase: Ensure that you have Metabase installed and running.
  2. Google Developer Account: You need access to a Google Developer account to set up OAuth2 credentials.

Step-by-Step Guide

Step 1: Create Google OAuth2 Credentials

  1. Go to the Google Cloud Console.
  2. Create a new project or select an existing project.
  3. Navigate to APIs & Services > Credentials.
  4. Click on Create Credentials and select OAuth 2.0 Client IDs.
  5. Configure the OAuth consent screen:
    • Provide application name, logo, and other details.
    • Add scopes (e.g., email, profile) if required.
    • Configure authorized domains.
  6. Set up the OAuth client ID:
    • Application type: Select "Web application".
    • Autho…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MuhamedHabib
Comment options

Answer selected by MohamedKhattat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Security Build security into your GitHub workflow with features to keep your codebase secure Question
3 participants