Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames
OpenID Provider Metadata parameter names
.
public const string AuthorizationEncryptionAlgValuesSupported = "authorization_encryption_alg_values_supported"
public const string AuthorizationEncryptionEncValuesSupported = "authorization_encryption_enc_values_supported"
public const string AuthorizationResponseIssParameterSupported = "authorization_response_iss_parameter_supported"
public const string AuthorizationSigningAlgValuesSupported = "authorization_signing_alg_values_supported"
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 IdTokenEncryptionAlgValuesSupported = "id_token_encryption_alg_values_supported"
public const string IdTokenEncryptionEncValuesSupported = "id_token_encryption_enc_values_supported"
public const string IntrospectionEndpointAuthMethodsSupported = "introspection_endpoint_auth_methods_supported"
public const string IntrospectionEndpointAuthSigningAlgValuesSupported = "introspection_endpoint_auth_signing_alg_values_supported"
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 RevocationEndpointAuthMethodsSupported = "revocation_endpoint_auth_methods_supported"
public const string RevocationEndpointAuthSigningAlgValuesSupported = "revocation_endpoint_auth_signing_alg_values_supported"
public const string TlsClientCertificateBoundAccessTokens = "tls_client_certificate_bound_access_tokens"
public const string TokenEndpointAuthSigningAlgValuesSupported = "token_endpoint_auth_signing_alg_values_supported"
public const string UserInfoEncryptionAlgValuesSupported = "userinfo_encryption_alg_values_supported"
public const string UserInfoEncryptionEncValuesSupported = "userinfo_encryption_enc_values_supported"