🚫 PRODEVANS CONFIDENTIAL – Do Not Copy or Share 🚫
Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

29 total results found

Sameer Panda

Kesavan

Google Workspace SSO Implementation Guide

This documentation provides a complete step-by-step guide to implement Google Workspace Single Sign-On (SSO) integration using OAuth 2.0 (OIDC).

Google Cloud Configuration

Google Workspace SSO Implementation Guide

This chapter covers all steps required to configure Google Cloud Console, including project creation, API enablement, OAuth consent screen setup, and credential generation.

Login to Google Cloud Console

Google Workspace SSO Implementation Guide Google Cloud Configuration

Login to Google Cloud Console Steps: 1. Open browser 2. Navigate to: https://console.cloud.google.com/ 3. Login with Google account Expected Result Google Cloud Console dashboard is displayed

Create New Project

Google Workspace SSO Implementation Guide Google Cloud Configuration

Create Google Cloud Project Steps:1. Click "Select Project"2. Click "New Project" 3. Enter Project Name 4. Click "Create"

Enable APIs & Services

Google Workspace SSO Implementation Guide Google Cloud Configuration

Enable APIs & Services Steps: 1. Go to "APIs & Services" 2. Click "Library" 3. Search: Google Identity Services 4. Click "Enable" Expected Result API status shows as "Enabled"

Configure OAuth Consent Screen

Google Workspace SSO Implementation Guide Google Cloud Configuration

Configure OAuth Consent Screen Steps: 1. Go to "OAuth Consent Screen" 2. Fill required details: - App Name - Support Email - Developer Email 3. Select User Type: - Internal (for organization) - External (public) ...

Openshift Connected Cluster Deployment & Nested Virtualization Setup

Kesavan

zBastion Configuration: 1. DNS Configuration 1.1 Install bind yum install bind bind-utils -y 1.2 Edit the named.conf 1.3 Create and edit forward.zone 1.4 Create and edit forward.zone 1.5 Change the ownership of forward and reverse zone files. chown root:na...

Create OAuth Client ID

Google Workspace SSO Implementation Guide Google Cloud Configuration

Create OAuth Client IDSteps:1. Go to "Credentials"2. Click "Create Credentials"3. Select "OAuth Client ID"4. Application Type: Web ApplicationRedirect URLAdd:https://yourdomain.com/auth/google/callback Output - Client ID - Client SecretSecurity NoteDo NO...

Test SSO Login

Google Workspace SSO Implementation Guide Google Cloud Configuration

Test Google SSO LoginSteps:1. Open Your Application URL2. Click "Login with Google"3. Select Google account4. Approve permissionsExpected ResultUser successfully logged into Your ApplicationValidation Checklistâś” Redirect workingâś” Login successfulâś” User created...