Method | Description | |
---|---|---|
OnPageLoading ( |
Event handler called when a new page is being loaded in the web browser.
|
|
Saml20Authenticator ( string spName, dk.nita.saml20.Saml20MetadataDocument idpMetadata ) : System |
Initializes a new instance of the Symplified.Auth.Saml20Authenticator class.
|
Method | Description | |
---|---|---|
OnRedirectPageLoaded ( |
Raised when the SAML 2.0 response parameter has been detected.
|
public OnPageLoading ( |
||
url | The URL of the page. | |
formParams | string>.IDictionary | Form parameters. |
return | void |
protected OnRedirectPageLoaded ( |
||
url | URL of the page. | |
query | string>.System | The parsed query of the URL. |
fragment | string>.System | The parsed fragment of the URL. |
formParams | string>.IDictionary | Form parameters, including the 'SAMLResponse'. |
return | void |
public Saml20Authenticator ( string spName, dk.nita.saml20.Saml20MetadataDocument idpMetadata ) : System | ||
spName | string | Service Provider name. |
idpMetadata | dk.nita.saml20.Saml20MetadataDocument | Identity Provider metadata. |
return | System |