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.​Validation.​JwtBearerClientAssertionSecretParser
Assembly: Duende.IdentityServer
Inheritance: object → JwtBearerClientAssertionSecretParser
Implemented Interfaces
Parses a POST body for a JWT bearer client assertion
Properties
public
string
AuthenticationMethod
Returns the authentication method name that this parser implements
Methods
public
System.​Threading.​Tasks.​Task<​Models.​ParsedSecret>
ParseAsync​(Microsoft.​AspNetCore.​Http.​HttpContext context)
Tries to find a JWT client assertion token in the request body that can be used for authentication
Used for "private_key_jwt" client authentication method as defined in http://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication
Returns A parsed secret
context
The HTTP context
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