C# 클래스 Owin.Security.Providers.WSO2.WSO2AuthenticationExtensions

Extension methods for using WSO2AuthenticationMiddleware
파일 보기 프로젝트 열기: TerribleDev/OwinOAuthProviders

공개 메소드들

메소드 설명
UseWSO2Authentication ( this app, WSO2AuthenticationOptions options ) : IAppBuilder

Authenticate users using WSO2 OAuth 2.0

UseWSO2Authentication ( this app, string baseUrl, string clientId, string clientSecret ) : IAppBuilder

Authenticate users using WSO2 OAuth 2.0

메소드 상세

UseWSO2Authentication() 공개 정적인 메소드

Authenticate users using WSO2 OAuth 2.0
public static UseWSO2Authentication ( this app, WSO2AuthenticationOptions options ) : IAppBuilder
app this The passed to the configuration method
options WSO2AuthenticationOptions Middleware configuration options
리턴 IAppBuilder

UseWSO2Authentication() 공개 정적인 메소드

Authenticate users using WSO2 OAuth 2.0
public static UseWSO2Authentication ( this app, string baseUrl, string clientId, string clientSecret ) : IAppBuilder
app this The passed to the configuration method
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
리턴 IAppBuilder