C# Class UCosmic.Saml.ComponentSpaceSaml2ServiceProvider

Inheritance: IProvideSaml2Service
显示文件 Open project: ucosmic/UCosmicAlpha

Public Methods

Method Description
ComponentSpaceSaml2ServiceProvider ( IStoreSamlCertificates certificatesStore ) : System
ReceiveSamlResponse ( Saml2SsoBinding spBinding, System.Web.HttpContextBase httpContext ) : Saml2Response
SendAuthnRequest ( string idpLocation, Saml2SsoBinding idpBinding, string fromSpEntityId, string returnUrl, System.Web.HttpContextBase httpContext ) : void

Method Details

ComponentSpaceSaml2ServiceProvider() public method

public ComponentSpaceSaml2ServiceProvider ( IStoreSamlCertificates certificatesStore ) : System
certificatesStore IStoreSamlCertificates
return System

ReceiveSamlResponse() public method

public ReceiveSamlResponse ( Saml2SsoBinding spBinding, System.Web.HttpContextBase httpContext ) : Saml2Response
spBinding Saml2SsoBinding
httpContext System.Web.HttpContextBase
return Saml2Response

SendAuthnRequest() public method

public SendAuthnRequest ( string idpLocation, Saml2SsoBinding idpBinding, string fromSpEntityId, string returnUrl, System.Web.HttpContextBase httpContext ) : void
idpLocation string
idpBinding Saml2SsoBinding
fromSpEntityId string
returnUrl string
httpContext System.Web.HttpContextBase
return void