Click or drag to resize

SolidFireElementEnableIdpAuthenticationAsync Method (CancellationToken, NullableGuid)

Enable support for authentication using a third party Identity Provider (IdP) for the cluster. Once IdP authentication is enabled, cluster and Ldap admins will no longer be able to access the cluster via supported UIs and any active authenticated sessions will be invalidated/logged out. Only third party IdP authenticated users will be able to access the cluster via the supported UIs.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<EnableIdpAuthenticationResult> EnableIdpAuthenticationAsync(
	CancellationToken cancellationToken,
	Nullable<Guid> IdpConfigurationID = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
IdpConfigurationID (Optional)
Type: SystemNullableGuid

Return Value

Type: TaskEnableIdpAuthenticationResult

Implements

ISolidFireElementEnableIdpAuthenticationAsync(CancellationToken, NullableGuid)
See Also