Advanced Search
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
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
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
Create Google Cloud Project Steps:1. Click "Select Project"2. Click "New Project" 3. Enter Project Name 4. Click "Create"
Enable APIs & Services
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
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
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
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
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...