Click or drag to resize

SolidFireElementDisableIdpAuthenticationAsync Method

Disable support for authentication using third party Identity Providers (IdP) for the cluster. Once disabled, users authenticated by third party IdPs will no longer be able to access the cluster and any active authenticated sessions will be invalidated/logged out. Ldap and cluster admins will be able to access the cluster via supported UIs.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<DisableIdpAuthenticationResult> DisableIdpAuthenticationAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskDisableIdpAuthenticationResult

Implements

ISolidFireElementDisableIdpAuthenticationAsync(CancellationToken)
See Also