Méthode | Description | |
---|---|---|
GetSAMLAssertion ( |
Authenticates the specified network credentials with a provider endpoint and returns the SAML assertion data from which temporary AWS credentials can be obtained.
|
|
GetSAMLAssertion ( string identityProviderUrl, ICredentials credentials, string authenticationType ) : |
Authenticates the specified network credentials with a provider endpoint and returns the SAML assertion data from which temporary AWS credentials can be obtained.
|
|
SAMLAuthenticationController ( ) : System |
Instantiates a controller instance configured to use the built-in AD FS classes to authenticate and parse the responses.
|
|
SAMLAuthenticationController ( IAuthenticationController authenticationController, IAuthenticationResponseParser responseParser, |
Instantiates the controller to use the specified instances to perform authentication and response parsing.
|
|
SAMLAuthenticationController ( |
Instantiates a controller instance configured to use the built-in AD FS classes to authenticate and parse the responses. The supplied proxy settings will be used in the HTTPS calls to the authentication endpoint.
|
public GetSAMLAssertion ( |
||
identityProviderUrl | The authentication endpoint to be called. | |
credentials | ICredentials | /// Credentials for the call. If null, the users default network credentials will be used /// in a temporary impersonation context. /// |
authenticationType | string | /// The authentication type expected by the endpoint. The default value if not specified /// is 'Kerberos'. Valid values are 'NTLM', 'Digest', 'Kerberos' and 'Negotiate'. /// |
Résultat |
public GetSAMLAssertion ( string identityProviderUrl, ICredentials credentials, string authenticationType ) : |
||
identityProviderUrl | string | The authentication endpoint to be called. |
credentials | ICredentials | /// Credentials for the call. If null, the users default network credentials will be used /// in a temporary impersonation context. /// |
authenticationType | string | /// The authentication type expected by the endpoint. The default value if not specified /// is 'Kerberos'. Valid values are 'NTLM', 'Digest', 'Kerberos' and 'Negotiate'. /// |
Résultat |
public SAMLAuthenticationController ( ) : System | ||
Résultat | System |
public SAMLAuthenticationController ( IAuthenticationController authenticationController, IAuthenticationResponseParser responseParser, |
||
authenticationController | IAuthenticationController | /// Handler that will be called to perform authentication. /// |
responseParser | IAuthenticationResponseParser | /// Handler that will be called to parse successful authentication responses /// |
proxySettings | /// Null or proxy settings that should be used when communicating with the authentication endpoint. /// | |
Résultat | System |
public SAMLAuthenticationController ( |
||
proxySettings | ||
Résultat | System |