Method | Description | |
---|---|---|
UseOAuthAuthorizationServer ( this app, Action |
Adds OAuth2 Authorization Server capabilities to an OWIN web application. This middleware performs the request processing for the Authorize and Token endpoints defined by the OAuth2 specification. See also http://tools.ietf.org/html/rfc6749
|
|
UseOAuthAuthorizationServer ( this app, |
Adds OAuth2 Authorization Server capabilities to an OWIN web application. This middleware performs the request processing for the Authorize and Token endpoints defined by the OAuth2 specification. See also http://tools.ietf.org/html/rfc6749
|
public static UseOAuthAuthorizationServer ( this app, Action |
||
app | this | The web application builder |
configureOptions | Action |
Options which control the behavior of the Authorization Server. |
return | IApplicationBuilder |
public static UseOAuthAuthorizationServer ( this app, |
||
app | this | The web application builder |
options | Options which control the behavior of the Authorization Server. | |
return | IApplicationBuilder |