Create a Google OAuth Client ID:
Go to the Google Cloud Console: Navigate to the Google Cloud Console and sign in with your Google account.
Enable the Google Identity Platform API: If you haven't already, enable the Google Identity Platform API for your project.
Select or Create a Project: Choose the project you want to use for your application.
Configure the OAuth consent screen:
Create an OAuth Client ID:
Go to "APIs & Services" > "Credentials".
Click "+ CREATE CREDENTIALS" and select "OAuth client ID".
Choose "Web application" as the application type.
Authorized redirect URIs:
Enter the redirect URI for application :
For enabling SSO for IT-Connect Teams add redirect URL:
Save the Client ID and Client Secret: Record these credentials securely, as they will be needed later.
2. Set up OIDC authentication in SSO configurations.
Use the Client ID and Client Secret:
Add the Client ID and Client Secret you obtained from the Google Cloud console as Application (Client) ID andSecret Value
Update OpenID Connect Metadata Document/ Issuer ID as"https://accounts.google.com"
Expiry Date and Secret ID are not required for Google accounts.
Add domain name and save the same.
You have successfully added users through SSO after completing these steps.