Click or drag to resize

SolidFireElementCreateIdpConfigurationAsync Method (CancellationToken, String, String)

Create a potential trust relationship for authentication using a third party Identity Provider (IdP) for the cluster. A SAML Service Provider certificate is required for IdP communication, which will be generated as necessary.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<CreateIdpConfigurationResult> CreateIdpConfigurationAsync(
	CancellationToken cancellationToken,
	string IdpName,
	string IdpMetadata
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
IdpName
Type: SystemString
IdpMetadata
Type: SystemString

Return Value

Type: TaskCreateIdpConfigurationResult

Implements

ISolidFireElementCreateIdpConfigurationAsync(CancellationToken, String, String)
See Also