AuthConfigProviders

Represents an authentication provider that’s configured in an organization. AuthConfigProviders is a child of the AuthConfig object. This object is available in API version 32.0 and later.

This object links the authentication configuration for an organization to the Auth Provider through the AuthOptionsAuthProvider field of the AuthConfig object. The login page of a My Domain or Experience Cloud site can allow multiple SAML configurations and multiple authentication providers. These configurations can be set to show up as buttons on the login page. Each configuration has an AuthConfigProvider object. For more information about how to display these configurations on the login page, see these resources in Salesforce Help.

Supported Calls

create(), delete(), describeSObjects(), query(), retrieve()

Special Access Rules

You must have “View Setup and Configuration” permission to view the settings.

Fields

Field Name Details
AuthConfigId
Type
reference
Properties
Create, Filter, Group, Sort
Description

The ID for this configuration.

This is a relationship field.
Relationship Name
AuthConfig
Relationship Type
Lookup
Refers To
AuthConfig
AuthProviderId
Type
reference
Properties
Create, Filter, Group, Sort
Description

The ID of the Auth. Provider or SAML configuration.

This is a polymorphic relationship field.
Relationship Name
AuthProvider
Relationship Type
Lookup
Refers To
AuthProvider, SamlSsoConfig