Method | Description | |
---|---|---|
UseWSO2Authentication ( this app, |
Authenticate users using WSO2 OAuth 2.0
|
|
UseWSO2Authentication ( this app, string baseUrl, string clientId, string clientSecret ) : IAppBuilder |
Authenticate users using WSO2 OAuth 2.0
|
public static UseWSO2Authentication ( this app, |
||
app | this | The |
options | Middleware configuration options | |
return | IAppBuilder |
public static UseWSO2Authentication ( this app, string baseUrl, string clientId, string clientSecret ) : IAppBuilder | ||
app | this | The |
baseUrl | string | The WSO2 Identity Server base url, should be like https://localhost:9443/ |
clientId | string | The WSO2 assigned client id |
clientSecret | string | The WSO2 assigned client secret |
return | IAppBuilder |