Skip to content

cloudfire-auth / SAMLUpdateAuthProviderRequest

Interface: SAMLUpdateAuthProviderRequest ​

Defined in: types/firebase-admin/auth-config.ts:254

The request interface for updating a SAML Auth provider. This is used when updating a SAML provider's configuration via CloudFireAuth.updateProviderConfig.

Properties ​

callbackURL? ​

optional callbackURL: string

Defined in: types/firebase-admin/auth-config.ts:289

The SAML provider's callback URL. If not provided, the existing configuration's value is not modified.


displayName? ​

optional displayName: string

Defined in: types/firebase-admin/auth-config.ts:259

The SAML provider's updated display name. If not provided, the existing configuration's value is not modified.


enabled? ​

optional enabled: boolean

Defined in: types/firebase-admin/auth-config.ts:264

Whether the SAML provider is enabled or not. If not provided, the existing configuration's setting is not modified.


idpEntityId? ​

optional idpEntityId: string

Defined in: types/firebase-admin/auth-config.ts:269

The SAML provider's updated IdP entity ID. If not provided, the existing configuration's value is not modified.


rpEntityId? ​

optional rpEntityId: string

Defined in: types/firebase-admin/auth-config.ts:284

The SAML provider's updated RP entity ID. If not provided, the existing configuration's value is not modified.


ssoURL? ​

optional ssoURL: string

Defined in: types/firebase-admin/auth-config.ts:274

The SAML provider's updated SSO URL. If not provided, the existing configuration's value is not modified.


x509Certificates? ​

optional x509Certificates: string[]

Defined in: types/firebase-admin/auth-config.ts:279

The SAML provider's updated list of X.509 certificated. If not provided, the existing configuration list is not modified.