Configure Google Workspace as the Authorization Server

To configure Google Workspace (formerly known as G Suite) as the authorization server,

 

 

You have now configured Google Workspace as the authorization server for your ServiceDesk Plus.

The sample response received from the Resource URL is given below.

{
    "sub": "104949255016192133544",
    "email_verified": true,
    "name": "John Doe",
    "given_name": "John",
    "family_name": "Doe",
    "picture": "https://lh3.googleusercontent.com/a/ACg8oc...",
    "email": "john.d@zylker.com"
}

Refer here to know more about obtaining user information via Google OpenID Connect.