Stay organized with collections
Save and categorize content based on your preferences.
The request interface for updating a SAML Auth provider. This is used when updating a SAML provider's configuration via BaseAuth.updateProviderConfig().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-29 UTC."],[],[],null,["The request interface for updating a SAML Auth provider. This is used when updating a SAML provider's configuration via [BaseAuth.updateProviderConfig()](./firebase-admin.auth.baseauth.md#baseauthupdateproviderconfig).\n\n**Signature:** \n\n export interface SAMLUpdateAuthProviderRequest \n\nProperties\n\nSAMLUpdateAuthProviderRequest.callbackURL\n\nThe SAML provider's callback URL. If not provided, the existing configuration's value is not modified.\n\n**Signature:** \n\n callbackURL?: string;\n\nSAMLUpdateAuthProviderRequest.displayName\n\nThe SAML provider's updated display name. If not provided, the existing configuration's value is not modified.\n\n**Signature:** \n\n displayName?: string;\n\nSAMLUpdateAuthProviderRequest.enabled\n\nWhether the SAML provider is enabled or not. If not provided, the existing configuration's setting is not modified.\n\n**Signature:** \n\n enabled?: boolean;\n\nSAMLUpdateAuthProviderRequest.idpEntityId\n\nThe SAML provider's updated IdP entity ID. If not provided, the existing configuration's value is not modified.\n\n**Signature:** \n\n idpEntityId?: string;\n\nSAMLUpdateAuthProviderRequest.rpEntityId\n\nThe SAML provider's updated RP entity ID. If not provided, the existing configuration's value is not modified.\n\n**Signature:** \n\n rpEntityId?: string;\n\nSAMLUpdateAuthProviderRequest.ssoURL\n\nThe SAML provider's updated SSO URL. If not provided, the existing configuration's value is not modified.\n\n**Signature:** \n\n ssoURL?: string;\n\nSAMLUpdateAuthProviderRequest.x509Certificates\n\nThe SAML provider's updated list of X.509 certificated. If not provided, the existing configuration list is not modified.\n\n**Signature:** \n\n x509Certificates?: string[];"]]