Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Multi-Provider SSO properties, tables, and scripts

The Integration - Multiple Provider Single Sign-On Installer plugin includes the following system properties, tables, and scripts.

Properties

Multi-Provider SSO adds the following system properties.

NameDescription
glide.authenticate.multisso.debugEnables \(true\) or disables \(false\) debug logging for the multi-provider SSO integration.- Type: true \| false - Default value: false
glide.authenticate.multisso.enabled

Enables (true) or disables (false) multi-provider SSO.- Type: true \| false - Default value: false

Note: Setting this property to false will not disable multi-provider SSO if Account Recovery (ACR) is also enabled on the instance. To log in with a username and password ACR must also be disabled using the glide.sso.acr.enabled property. For details on this property see Account recovery properties.

glide.authenticate.multissov2_feature.enabledThis property determines if the MultiSSOv2 version is enabled in the instance.
glide.authenticate.show.max.sso.login.optionThis property determines the maximum number of SSO options displayed on the login screen.Note: The default value is 5. The maximum value of the property is 10.
glide.authenticate.show.max.sso.login.optionThis property determines the maximum number of IdPs displayed on the login screen. "glide.authenticate.show.max.sso.login.option" Note: The default value is 10.

Tables

Multi-Provider SSO adds the following tables.

NameDescription
SSO Properties [sso_properties]Stores data for each IdP, schema, common SSO data, and so on.
SAML 2 Update 1 Properties[saml2_update1_properties]Stores data for SAML 2.0 Update 1 configurations such as SAML certificates.
Digest Properties [digest_properties]Stores data for digest token authentication configurations.
SSO Federation [sso_federation]Stores data for each SSO federation.
OIDC Identity Provider [oidc_identity_provider]Stores data for Open ID connect based identity providers.

Scripts

Multi-Provider SSO adds the following scripts.

NameDescription
MultiSSOAllows a customer to have an SSO type defined on a company basis.
MultiSSOLoginAllows each domain to have their own login script.
MultiSSOLogoutAllows each domain to have their own logout script.
MultiSSO_OIDC_customAllows a user to define a custom Single Sign-on script for OIDC connection.
MultiSSO_OIDC_logout_customAllows a user to define a custom logout script for OIDC connection.
MultiSSO_Abstract_CoreProvides a base class for all multi-provider SSO classes.
MultiSSO_ClientHelperProvides a client callable utility functions for multi-provider SSO.
MultiSSO_DigestedTokenProvides a base system logic for digested token authentication.
MultiSSO_SAML2_Update1Provides logic to process SAML 2.0 Update 1 authentication for a multi-tenant single sign-on.