Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Duende.​IdentityServer.​Configuration.​InputLengthRestrictions

Assembly: Duende.IdentityServer

Inheritance: object → InputLengthRestrictions

Properties

public int
ClientId
Max length for client_id
public int
ClientSecret
Max length for external client secrets
public int
Scope
Max length for scope
public int
RedirectUri
Max length for redirect_uri
public int
Nonce
Max length for nonce
public int
UiLocale
Max length for ui_locale
public int
LoginHint
Max length for login_hint
public int
AcrValues
Max length for acr_values
public int
GrantType
Max length for grant_type
public int
UserName
Max length for username
public int
Password
Max length for password
public int
CspReport
Max length for CSP reports
public int
IdentityProvider
Max length for external identity provider name
public int
ExternalError
Max length for external identity provider errors
public int
AuthorizationCode
Max length for authorization codes
public int
DeviceCode
Max length for device codes
public int
RefreshToken
Max length for refresh tokens
public int
TokenHandle
Max length for token handles
public int
Jwt
Max length for JWTs
public int
CodeChallengeMinLength
Min length for the code challenge
public int
CodeChallengeMaxLength
Max length for the code challenge
public int
CodeVerifierMinLength
Min length for the code verifier
public int
CodeVerifierMaxLength
Max length for the code verifier
public int
ResourceIndicatorMaxLength
Max length for resource indicator parameter
public int
BindingMessage
Max length for binding_message
public int
UserCode
Max length for user_code
public int
IdTokenHint
Max length for id_token_hint
public int
LoginHintToken
Max length for login_hint_token
public int
AuthenticationRequestId
Max length for auth_req_id
public int
DPoPKeyThumbprint
Max length for dpop_jkt
public int
DPoPProofToken
Max length for DPoP proof token

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object