Skip to Content

Security Provider - Vinyl / OpenID Connect

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

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

  • REST
  • Vinyl 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 Vinyl authorization server URL, e.g. https://example.com/Vinyl.

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.