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.​DPoPOptions
Assembly: Duende.IdentityServer
Inheritance: object → DPoPOptions
Options for DPoP
Properties
ProofTokenValidityDuration
Duration that DPoP proof tokens are considered valid. Defaults to 1 minute.
ServerClockSkew
Clock skew used in validating DPoP proof token expiration using a server-generated nonce value. Defaults to zero.
public
System.​Collections.​Generic.​ICollection<​string>
SupportedDPoPSigningAlgorithms
The allowed signing algorithms used in validating DPoP proof tokens. Defaults to:
RSA256, RSA384, RSA512, PS256, PS384, PS512, ES256, ES384, ES512.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object