#### [Abblix\.Oidc\.Server](https://www.abblix.com/en/docs/api/abblix-oidc-server 'index')
### [Abblix\.Oidc\.Server\.Model](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Model 'Abblix\.Oidc\.Server\.Model').[ConfigurationResponse](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Model.ConfigurationResponse 'Abblix\.Oidc\.Server\.Model\.ConfigurationResponse')

## ConfigurationResponse\.Parameters Class

Nested class containing string constants for JSON property names used in the configuration response\.
These names map directly to the fields returned by the OpenID Connect discovery document, ensuring
proper serialization and deserialization of configuration data\.

```csharp
public static class ConfigurationResponse.Parameters
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → Parameters
### Fields

## ConfigurationResponse\.Parameters\.AcrValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.AcrValuesSupported}

The `acr_values_supported` metadata field listing Authentication Context Class
            Reference values the provider can satisfy\.

```csharp
public const string AcrValuesSupported = "acr_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.AuthorizationDetailsTypesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.AuthorizationDetailsTypesSupported}

The `authorization_details_types_supported` metadata field listing the
            authorization\-detail `type` values this server understands \(RFC 9396 §13\)\.
            Absent when no per\-type validators are registered\.

```csharp
public const string AuthorizationDetailsTypesSupported = "authorization_details_types_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.AuthorizationEncryptionAlgValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.AuthorizationEncryptionAlgValuesSupported}

The `authorization_encryption_alg_values_supported` metadata field listing JWE
            key\-management algorithms the provider uses to encrypt JARM authorization responses \(JARM §4\)\.

```csharp
public const string AuthorizationEncryptionAlgValuesSupported = "authorization_encryption_alg_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.AuthorizationEncryptionEncValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.AuthorizationEncryptionEncValuesSupported}

The `authorization_encryption_enc_values_supported` metadata field listing JWE
            content\-encryption algorithms the provider uses to encrypt JARM authorization responses \(JARM §4\)\.

```csharp
public const string AuthorizationEncryptionEncValuesSupported = "authorization_encryption_enc_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.AuthorizationEndpoint Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.AuthorizationEndpoint}

The `authorization_endpoint` metadata field pointing to the authorization endpoint\.

```csharp
public const string AuthorizationEndpoint = "authorization_endpoint";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.AuthorizationResponseIssParameterSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.AuthorizationResponseIssParameterSupported}

The `authorization_response_iss_parameter_supported` metadata flag advertising
            inclusion of the `iss` parameter in authorization responses \(RFC 9207\)\.

```csharp
public const string AuthorizationResponseIssParameterSupported = "authorization_response_iss_parameter_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.AuthorizationSigningAlgValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.AuthorizationSigningAlgValuesSupported}

The `authorization_signing_alg_values_supported` metadata field listing JWS algorithms
            the provider uses to sign JARM authorization responses \(JARM §4\)\.

```csharp
public const string AuthorizationSigningAlgValuesSupported = "authorization_signing_alg_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.BackchannelAuthenticationEndpoint Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.BackchannelAuthenticationEndpoint}

The `backchannel_authentication_endpoint` metadata field pointing to the CIBA
            backchannel authentication endpoint\.

```csharp
public const string BackchannelAuthenticationEndpoint = "backchannel_authentication_endpoint";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.BackchannelAuthenticationRequestSigningAlgValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.BackchannelAuthenticationRequestSigningAlgValuesSupported}

The `backchannel_authentication_request_signing_alg_values_supported` metadata
            field listing JWS algorithms accepted on signed CIBA requests\.

```csharp
public const string BackchannelAuthenticationRequestSigningAlgValuesSupported = "backchannel_authentication_request_signing_alg_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.BackChannelLogoutSessionSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.BackChannelLogoutSessionSupported}

The `backchannel_logout_session_supported` metadata flag advertising
            back\-channel logout session identifier support\.

```csharp
public const string BackChannelLogoutSessionSupported = "backchannel_logout_session_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.BackChannelLogoutSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.BackChannelLogoutSupported}

The `backchannel_logout_supported` metadata flag advertising back\-channel
            logout support \(OIDC Back\-Channel Logout 1\.0\)\.

```csharp
public const string BackChannelLogoutSupported = "backchannel_logout_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.BackchannelTokenDeliveryModesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.BackchannelTokenDeliveryModesSupported}

The `backchannel_token_delivery_modes_supported` metadata field listing CIBA
            token delivery modes \(`poll`, `ping`, `push`\)\.

```csharp
public const string BackchannelTokenDeliveryModesSupported = "backchannel_token_delivery_modes_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.BackchannelUserCodeParameterSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.BackchannelUserCodeParameterSupported}

The `backchannel_user_code_parameter_supported` metadata flag advertising the
            CIBA `user_code` parameter\.

```csharp
public const string BackchannelUserCodeParameterSupported = "backchannel_user_code_parameter_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.CheckSessionIframe Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.CheckSessionIframe}

The `check_session_iframe` metadata field pointing to the OP iframe used for
            OpenID Connect Session Management 1\.0\.

```csharp
public const string CheckSessionIframe = "check_session_iframe";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.ClaimsParameterSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.ClaimsParameterSupported}

The `claims_parameter_supported` metadata flag advertising support for the
            `claims` request parameter\.

```csharp
public const string ClaimsParameterSupported = "claims_parameter_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.ClaimsSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.ClaimsSupported}

The `claims_supported` metadata field listing claim names the provider may
            emit\.

```csharp
public const string ClaimsSupported = "claims_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.CodeChallengeMethodsSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.CodeChallengeMethodsSupported}

The `code_challenge_methods_supported` metadata field listing PKCE code\-challenge
            methods the provider accepts \(RFC 7636\)\.

```csharp
public const string CodeChallengeMethodsSupported = "code_challenge_methods_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.DeviceAuthorizationEndpoint Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.DeviceAuthorizationEndpoint}

The `device_authorization_endpoint` metadata field pointing to the Device
            Authorization Grant endpoint \(RFC 8628\)\.

```csharp
public const string DeviceAuthorizationEndpoint = "device_authorization_endpoint";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.DpopSigningAlgValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.DpopSigningAlgValuesSupported}

The `dpop_signing_alg_values_supported` metadata field listing JWS algorithms
            accepted on DPoP proofs \(RFC 9449 §5\.1\)\.

```csharp
public const string DpopSigningAlgValuesSupported = "dpop_signing_alg_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.EndSessionEndpoint Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.EndSessionEndpoint}

The `end_session_endpoint` metadata field pointing to the RP\-initiated logout
            endpoint\.

```csharp
public const string EndSessionEndpoint = "end_session_endpoint";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.FrontChannelLogoutSessionSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.FrontChannelLogoutSessionSupported}

The `frontchannel_logout_session_supported` metadata flag advertising
            front\-channel logout session identifier support\.

```csharp
public const string FrontChannelLogoutSessionSupported = "frontchannel_logout_session_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.FrontChannelLogoutSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.FrontChannelLogoutSupported}

The `frontchannel_logout_supported` metadata flag advertising front\-channel
            logout support \(OIDC Front\-Channel Logout 1\.0\)\.

```csharp
public const string FrontChannelLogoutSupported = "frontchannel_logout_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.GrantTypesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.GrantTypesSupported}

The `grant_types_supported` metadata field listing grant types the provider
            accepts at the token endpoint\.

```csharp
public const string GrantTypesSupported = "grant_types_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.IdTokenSigningAlgValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.IdTokenSigningAlgValuesSupported}

The `id_token_signing_alg_values_supported` metadata field listing JWS algorithms
            the provider uses to sign ID Tokens\.

```csharp
public const string IdTokenSigningAlgValuesSupported = "id_token_signing_alg_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.IntrospectionEncryptionAlgValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.IntrospectionEncryptionAlgValuesSupported}

The `introspection_encryption_alg_values_supported` metadata field listing JWE
            key\-management algorithms the provider uses to encrypt JWT introspection responses \(RFC 9701 §7\)\.

```csharp
public const string IntrospectionEncryptionAlgValuesSupported = "introspection_encryption_alg_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.IntrospectionEncryptionEncValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.IntrospectionEncryptionEncValuesSupported}

The `introspection_encryption_enc_values_supported` metadata field listing JWE
            content\-encryption algorithms the provider uses to encrypt JWT introspection responses \(RFC 9701 §7\)\.

```csharp
public const string IntrospectionEncryptionEncValuesSupported = "introspection_encryption_enc_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.IntrospectionEndpoint Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.IntrospectionEndpoint}

The `introspection_endpoint` metadata field pointing to the token introspection
            endpoint \(RFC 7662\)\.

```csharp
public const string IntrospectionEndpoint = "introspection_endpoint";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.IntrospectionSigningAlgValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.IntrospectionSigningAlgValuesSupported}

The `introspection_signing_alg_values_supported` metadata field listing JWS algorithms
            the provider uses to sign JWT introspection responses \(RFC 9701 §7\)\.

```csharp
public const string IntrospectionSigningAlgValuesSupported = "introspection_signing_alg_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.Issuer Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.Issuer}

The `issuer` metadata field carrying the OpenID Provider's issuer identifier\.

```csharp
public const string Issuer = "issuer";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.JwksUri Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.JwksUri}

The `jwks_uri` metadata field pointing to the provider's JSON Web Key Set\.

```csharp
public const string JwksUri = "jwks_uri";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.MtlsEndpointAliases Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.MtlsEndpointAliases}

The `mtls_endpoint_aliases` metadata block carrying mTLS\-bound alternative
            endpoint URLs \(RFC 8705 §5\)\.

```csharp
public const string MtlsEndpointAliases = "mtls_endpoint_aliases";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.PromptValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.PromptValuesSupported}

The `prompt_values_supported` metadata field listing valid `prompt` parameter
            values\.

```csharp
public const string PromptValuesSupported = "prompt_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.PushedAuthorizationRequestEndpoint Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.PushedAuthorizationRequestEndpoint}

The `pushed_authorization_request_endpoint` metadata field pointing to the PAR
            endpoint \(RFC 9126\)\.

```csharp
public const string PushedAuthorizationRequestEndpoint = "pushed_authorization_request_endpoint";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.RegistrationEndpoint Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.RegistrationEndpoint}

The `registration_endpoint` metadata field pointing to the dynamic client
            registration endpoint \(RFC 7591\)\.

```csharp
public const string RegistrationEndpoint = "registration_endpoint";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.RequestObjectEncryptionAlgValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.RequestObjectEncryptionAlgValuesSupported}

The `request_object_encryption_alg_values_supported` metadata field listing JWE
            key\-management algorithms accepted on encrypted Request Objects\.

```csharp
public const string RequestObjectEncryptionAlgValuesSupported = "request_object_encryption_alg_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.RequestObjectEncryptionEncValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.RequestObjectEncryptionEncValuesSupported}

The `request_object_encryption_enc_values_supported` metadata field listing JWE
            content\-encryption algorithms accepted on encrypted Request Objects\.

```csharp
public const string RequestObjectEncryptionEncValuesSupported = "request_object_encryption_enc_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.RequestObjectSigningAlgValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.RequestObjectSigningAlgValuesSupported}

The `request_object_signing_alg_values_supported` metadata field listing JWS
            algorithms accepted on Request Objects\.

```csharp
public const string RequestObjectSigningAlgValuesSupported = "request_object_signing_alg_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.RequestParameterSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.RequestParameterSupported}

The `request_parameter_supported` metadata flag advertising support for the
            `request` request object parameter\.

```csharp
public const string RequestParameterSupported = "request_parameter_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.RequirePushedAuthorizationRequests Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.RequirePushedAuthorizationRequests}

The `require_pushed_authorization_requests` metadata flag indicating PAR is
            mandatory at the authorization endpoint \(RFC 9126\)\.

```csharp
public const string RequirePushedAuthorizationRequests = "require_pushed_authorization_requests";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.RequireSignedRequestObject Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.RequireSignedRequestObject}

The `require_signed_request_object` metadata flag indicating signed Request
            Objects are mandatory\.

```csharp
public const string RequireSignedRequestObject = "require_signed_request_object";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.ResponseModesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.ResponseModesSupported}

The `response_modes_supported` metadata field listing response modes the
            authorization endpoint supports\.

```csharp
public const string ResponseModesSupported = "response_modes_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.ResponseTypesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.ResponseTypesSupported}

The `response_types_supported` metadata field listing response type combinations
            the authorization endpoint accepts\.

```csharp
public const string ResponseTypesSupported = "response_types_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.RevocationEndpoint Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.RevocationEndpoint}

The `revocation_endpoint` metadata field pointing to the token revocation
            endpoint \(RFC 7009\)\.

```csharp
public const string RevocationEndpoint = "revocation_endpoint";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.ScopesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.ScopesSupported}

The `scopes_supported` metadata field listing scope values the provider
            recognises\.

```csharp
public const string ScopesSupported = "scopes_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.SignedMetadata Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.SignedMetadata}

The `signed_metadata` field carrying a JWS whose claims duplicate this
            metadata, signed by the provider so clients can verify its origin \(RFC 8414 §2\.1\)\.

```csharp
public const string SignedMetadata = "signed_metadata";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.SubjectTypesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.SubjectTypesSupported}

The `subject_types_supported` metadata field listing subject identifier types
            the provider can issue \(`public`, `pairwise`\)\.

```csharp
public const string SubjectTypesSupported = "subject_types_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.TlsClientCertificateBoundAccessTokens Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.TlsClientCertificateBoundAccessTokens}

The `tls_client_certificate_bound_access_tokens` metadata flag advertising
            that the provider supports mutual\-TLS client certificate\-bound access tokens
            \(RFC 8705 §3\.3\)\.

```csharp
public const string TlsClientCertificateBoundAccessTokens = "tls_client_certificate_bound_access_tokens";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.TokenEndpoint Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.TokenEndpoint}

The `token_endpoint` metadata field pointing to the token endpoint\.

```csharp
public const string TokenEndpoint = "token_endpoint";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.TokenEndpointAuthMethodsSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.TokenEndpointAuthMethodsSupported}

The `token_endpoint_auth_methods_supported` metadata field listing client
            authentication methods accepted at the token endpoint\.

```csharp
public const string TokenEndpointAuthMethodsSupported = "token_endpoint_auth_methods_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.TokenEndpointAuthSigningAlgValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.TokenEndpointAuthSigningAlgValuesSupported}

The `token_endpoint_auth_signing_alg_values_supported` metadata field listing
            JWS algorithms accepted on client authentication assertions\.

```csharp
public const string TokenEndpointAuthSigningAlgValuesSupported = "token_endpoint_auth_signing_alg_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.UserInfoEndpoint Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.UserInfoEndpoint}

The `userinfo_endpoint` metadata field pointing to the UserInfo endpoint\.

```csharp
public const string UserInfoEndpoint = "userinfo_endpoint";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## ConfigurationResponse\.Parameters\.UserInfoSigningAlgValuesSupported Field {#Abblix.Oidc.Server.Model.ConfigurationResponse.Parameters.UserInfoSigningAlgValuesSupported}

The `userinfo_signing_alg_values_supported` metadata field listing JWS algorithms
            the provider may use when signing UserInfo responses\.

```csharp
public const string UserInfoSigningAlgValuesSupported = "userinfo_signing_alg_values_supported";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
