Skip to Content

Google Accounts / OpenID Connect security provider in Jitterbit App Builder

Introduction

The Google Accounts / OpenID Connect (GA/OIDC) security provider is a vendor-specific implementation of the OpenID Connect security provider. The Google implementation allows App Builder to authenticate Google accounts and authorize requests to REST data servers.

Configuration

The GA/OIDC security provider requires:

  • Client credentials (client_id and client secret)

The GA/OIDC does not define any endpoints, credentials, or parameters beyond those supported by the OpenID Connect security provider.

Endpoints

The GA/OIDC security provider supplies default endpoints. No additional configuration is needed.

Type Default
OpenID Connect Issuer https://accounts.google.com/

Credentials

The GA/OIDC security provider requires client credentials.

Type Description
Client To acquire client credentials, sign into the Google Developer portal and configure OAuth authentication.

Properties

The properties are the same as the OpenID Connect security provider, with the exception of the ReplaceIssuerTenantId parameter, which is not supported for this security provider.

To ensure Google issues a refresh token, set the following property values:

  • Prompt: consent

  • AuthorizationEndpointParameters: &access_type=offline

Claims

The GA/OIDC security provides the following additional claim mappings.

Identifier Purpose Description
email Name User name.