ISolidFireElementCreateIdpConfigurationAsync 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 Task<CreateIdpConfigurationResult> CreateIdpConfigurationAsync(
CancellationToken cancellationToken,
string IdpName,
string IdpMetadata
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- IdpName
- Type: SystemString
- IdpMetadata
- Type: SystemString
Return Value
Type:
TaskCreateIdpConfigurationResultSee Also