Auth provider configuration support requires Google Cloud's Identity Platform (GCIP). To learn more about GCIP, including pricing and features, see the GCIP documentation.
[[["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-03-24 UTC."],[],[],null,["FirebaseAdmin.Auth.Providers.AuthProviderConfig\n\nThe base [Auth](/docs/reference/admin/dotnet/namespace/firebase-admin/auth#namespace_firebase_admin_1_1_auth) provider configuration interface.\n\nSummary\n\n[Auth](/docs/reference/admin/dotnet/namespace/firebase-admin/auth#namespace_firebase_admin_1_1_auth) provider configuration support requires Google Cloud's Identity Platform (GCIP). To learn more about GCIP, including pricing and features, see the [GCIP documentation](https://cloud.google.com/identity-platform).\n\nInheritanceDirect Known Subclasses:[FirebaseAdmin.Auth.Providers.OidcProviderConfig](/docs/reference/admin/dotnet/class/firebase-admin/auth/providers/oidc-provider-config), [FirebaseAdmin.Auth.Providers.SamlProviderConfig](/docs/reference/admin/dotnet/class/firebase-admin/auth/providers/saml-provider-config)\n\nProperties \n\nDisplayName \n\n```text\nstring DisplayName\n``` \nGets the user-friendly display name of the configuration.\n\nThis name is also used as the provider label in the Cloud Console. \n\nEnabled \n\n```text\nbool Enabled\n``` \nGets a value indicating whether the provider configuration is enabled or disabled.\n\nA user cannot sign in using a disabled provider. \n\nProviderId \n\n```text\nstring ProviderId\n``` \nGets the provider ID defined by the developer.\n\nFor an OIDC provider, this is always prefixed by `oidc.`. For a SAML provider, this is always prefixed by `saml.`."]]