<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.16.0" />

Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames

public static class OpenIdProviderMetadataNames
OpenID Provider Metadata parameter names .
public const string AcrValuesSupported = "acr_values_supported"

public const string AuthorizationDetailsTypesSupported = "authorization_details_types_supported"

public const string AuthorizationEncryptionAlgValuesSupported = "authorization_encryption_alg_values_supported"

public const string AuthorizationEncryptionEncValuesSupported = "authorization_encryption_enc_values_supported"

public const string AuthorizationEndpoint = "authorization_endpoint"

public const string AuthorizationResponseIssParameterSupported = "authorization_response_iss_parameter_supported"

public const string AuthorizationSigningAlgValuesSupported = "authorization_signing_alg_values_supported"

public const string BackchannelAuthenticationEndpoint = "backchannel_authentication_endpoint"

public const string BackchannelAuthenticationRequestSigningAlgValuesSupported = "backchannel_authentication_request_signing_alg_values_supported"

public const string BackchannelTokenDeliveryModesSupported = "backchannel_token_delivery_modes_supported"

public const string BackchannelUserCodeParameterSupported = "backchannel_user_code_parameter_supported"

public const string CheckSessionIframe = "check_session_iframe"

public const string ClaimsLocalesSupported = "claims_locales_supported"

public const string ClaimsParameterSupported = "claims_parameter_supported"

public const string ClaimsSupported = "claims_supported"

public const string ClaimTypesSupported = "claim_types_supported"

public const string CodeChallengeMethodsSupported = "code_challenge_methods_supported"

public const string DeviceAuthorizationEndpoint = "device_authorization_endpoint"

public const string Discovery = ".well-known/openid-configuration"

public const string DisplayValuesSupported = "display_values_supported"

public const string DPoPSigningAlgValuesSupported = "dpop_signing_alg_values_supported"

public const string EndSessionEndpoint = "end_session_endpoint"

public const string FrontchannelLogoutSessionSupported = "frontchannel_logout_session_supported"

public const string FrontchannelLogoutSupported = "frontchannel_logout_supported"

public const string GrantTypesSupported = "grant_types_supported"

public const string HttpLogoutSupported = "http_logout_supported"

public const string IdTokenEncryptionAlgValuesSupported = "id_token_encryption_alg_values_supported"

public const string IdTokenEncryptionEncValuesSupported = "id_token_encryption_enc_values_supported"

public const string IdTokenSigningAlgValuesSupported = "id_token_signing_alg_values_supported"

public const string IntrospectionEndpoint = "introspection_endpoint"

public const string IntrospectionEndpointAuthMethodsSupported = "introspection_endpoint_auth_methods_supported"

public const string IntrospectionEndpointAuthSigningAlgValuesSupported = "introspection_endpoint_auth_signing_alg_values_supported"

public const string Issuer = "issuer"

public const string JwksUri = "jwks_uri"

public const string LogoutSessionSupported = "logout_session_supported"

public const string MicrosoftMultiRefreshToken = "microsoft_multi_refresh_token"

public const string OpPolicyUri = "op_policy_uri"

public const string OpTosUri = "op_tos_uri"

public const string PromptValuesSupported = "prompt_values_supported"

public const string PushedAuthorizationRequestEndpoint = "pushed_authorization_request_endpoint"

public const string RegistrationEndpoint = "registration_endpoint"

public const string RequestObjectEncryptionAlgValuesSupported = "request_object_encryption_alg_values_supported"

public const string RequestObjectEncryptionEncValuesSupported = "request_object_encryption_enc_values_supported"

public const string RequestObjectSigningAlgValuesSupported = "request_object_signing_alg_values_supported"

public const string RequestParameterSupported = "request_parameter_supported"

public const string RequestUriParameterSupported = "request_uri_parameter_supported"

public const string RequirePushedAuthorizationRequests = "require_pushed_authorization_requests"

public const string RequireRequestUriRegistration = "require_request_uri_registration"

public const string ResponseModesSupported = "response_modes_supported"

public const string ResponseTypesSupported = "response_types_supported"

public const string RevocationEndpoint = "revocation_endpoint"

public const string RevocationEndpointAuthMethodsSupported = "revocation_endpoint_auth_methods_supported"

public const string RevocationEndpointAuthSigningAlgValuesSupported = "revocation_endpoint_auth_signing_alg_values_supported"

public const string ScopesSupported = "scopes_supported"

public const string ServiceDocumentation = "service_documentation"

public const string SubjectTypesSupported = "subject_types_supported"

public const string TlsClientCertificateBoundAccessTokens = "tls_client_certificate_bound_access_tokens"

public const string TokenEndpoint = "token_endpoint"

public const string TokenEndpointAuthMethodsSupported = "token_endpoint_auth_methods_supported"

public const string TokenEndpointAuthSigningAlgValuesSupported = "token_endpoint_auth_signing_alg_values_supported"

public const string UILocalesSupported = "ui_locales_supported"

public const string UserInfoEncryptionAlgValuesSupported = "userinfo_encryption_alg_values_supported"

public const string UserInfoEncryptionEncValuesSupported = "userinfo_encryption_enc_values_supported"

public const string UserInfoEndpoint = "userinfo_endpoint"

public const string UserInfoSigningAlgValuesSupported = "userinfo_signing_alg_values_supported"