Click or drag to resize

SolidFireElementCreateIdpConfiguration Method (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 CreateIdpConfigurationResult CreateIdpConfiguration(
	string IdpName,
	string IdpMetadata
)

Parameters

IdpName
Type: SystemString
IdpMetadata
Type: SystemString

Return Value

Type: CreateIdpConfigurationResult

Implements

ISolidFireElementCreateIdpConfiguration(String, String)
See Also