SSO with Google

With Google it is either possible to use plain OAuth 2.0 or use it with the OpenID Connect extension. The following example will show a simple configuration using OpenID Connect to obtain the user identity with the ID Token without further requests. To obtain more information about the user the "Resource Requests" list as well as the "Contained Resources" list for each request can be extended. For more information about the Google OAuth 2.0 API visit the Google OAuth 2.0 Playground.