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.​Endpoints.​Results.​AuthorizeHttpWriter
Assembly: Duende.IdentityServer
Inheritance: object → AuthorizeHttpWriter
Implemented Interfaces
Writes http responses for <see cref="T:Duende.IdentityServer.Endpoints.Results.AuthorizeResult" /> s.
Properties
protected
string
FormPostHeader
Gets the header tags that will be included in the response when
response_mode is form_post.
protected
string
FormPostBody
Gets the body tags that will be included in the response when
response_mode is form_post. The string "{body}" (including the curly
braces) within this string will be replaced with the response
parameters, serialized as form data.
Methods
WriteHttpResponse​(AuthorizeResult result,
Microsoft.​AspNetCore.​Http.​HttpContext context)
protected
string
GetFormPostHtml​(ResponseHandling.​AuthorizeResponse response)
Gets the html that will set as the response when response_mode is
form_post.
protected
System.​Threading.​Tasks.​Task<​Models.​ErrorMessage>
CreateErrorMessage​(ResponseHandling.​AuthorizeResponse response,
Microsoft.​AspNetCore.​Http.​HttpContext 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