[[["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.OidcProviderConfigArgs\n\nRepresents an OIDC auth provider configuration.\n\nSummary\n\nSee [OpenID Connect](https://openid.net/specs/openid-connect-core-1_0-final.html).\n\nInheritanceInherits from: [FirebaseAdmin.Auth.Providers.AuthProviderConfigArgs\\\u003c T \\\u003e](/docs/reference/admin/dotnet/class/firebase-admin/auth/providers/auth-provider-config-args-t-)\n\nProperties \n\nClientId \n\n```text\nstring ClientId\n``` \nGets or sets the client ID used to confirm the audience of an OIDC provider's ID token. \n\nClientSecret \n\n```text\nstring ClientSecret\n``` \nGets or sets the client secret, which is used to verify Code response types. \n\nCodeResponseType \n\n```text\nbool CodeResponseType\n``` \nGets or sets a value indicating whether this OIDC provider uses a Code response type. \n\nIdTokenResponseType \n\n```text\nbool IdTokenResponseType\n``` \nGets or sets a value indicating whether this OIDC provider uses an ID Token response type. \n\nIssuer \n\n```text\nstring Issuer\n``` \nGets or sets the issuer used to match the issuer of the ID token and to determine the corresponding OIDC discovery document, eg.\n\n`/.well-known/openid-configuration`. This is needed for the following:\n\n- To verify the provided issuer.\n- To determine the authentication/authorization endpoint during the OAuth `id_token` authentication flow.\n- To retrieve the public signing keys from `jwks_uri`, which is used to verify the signature of the ID token.\n- To determine the `claims_supported`, which are passed through in the additional user info response.\n\n\u003cbr /\u003e\n\nID token validation is performed as defined in [OpenID Connect](https://openid.net/specs/openid-connect-core-1_0.html#IDTokenValidation)."]]