Skip to Content

Security provider - App Builder / OpenID Connect

The App Builder / OpenID Connect (V/OIDC) security provider is a vendor-specific implementation of the OpenID Connect security provider. It allows one App Builder instance to authenticate users with another App Builder Authorization server.

The V/OIDC security provider can also be used to authorize requests to the following App Builder-hosted data servers:

  • REST
  • App Builder Connector

Configuration

The V/OIDC security provider requires:

  • OpenID Connect Issuer endpoint
  • Client credentials (client_id and client secret)

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

Endpoints

Type Default Description
OpenID Connect Issuer None Corresponds to the App Builder authorization server URL, e.g. https://example.com/App Builder.

Credentials

Type Default Description
Client None See Client Authentication for instructions on how to register a client application and generate a client secret.

Properties

The V/OIDC security does not support the ReplaceIssuerTenantId parameter.