Appearance
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?
optionalcallbackURL: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?
optionaldisplayName: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?
optionalenabled: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?
optionalidpEntityId: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?
optionalrpEntityId: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?
optionalssoURL: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?
optionalx509Certificates: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.