Click or drag to resize

SolidFireElementCreateIdpConfigurationAsync Method (CreateIdpConfigurationRequest, CancellationToken)

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(
	CreateIdpConfigurationRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiCreateIdpConfigurationRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskCreateIdpConfigurationResult

Implements

ISolidFireElementCreateIdpConfigurationAsync(CreateIdpConfigurationRequest, CancellationToken)
See Also