AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Creates an IAM entity to describe an identity provider (IdP) that supports SAML 2.0.

The SAML provider that you create with this operation can be used as a principal in a role's trust policy to establish a trust relationship between AWS and a SAML identity provider. You can create an IAM role that supports Web-based single sign-on (SSO) to the AWS Management Console or one that supports API access to AWS.

When you create the SAML provider, you upload an a SAML metadata document that you get from your IdP and that includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.

This operation requires Signature Version 4.

For more information, see Enabling SAML 2.0 Federated Users to Access the AWS Management Console and About SAML 2.0-based Federation in the IAM User Guide.

Namespace: Amazon.IdentityManagement
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract CreateSAMLProviderResponse CreateSAMLProvider(
         CreateSAMLProviderRequest request
)

Parameters

request
Type: Amazon.IdentityManagement.Model.CreateSAMLProviderRequest

Container for the necessary parameters to execute the CreateSAMLProvider service method.

Return Value
Type: Amazon.IdentityManagement.Model.CreateSAMLProviderResponse
The response from the CreateSAMLProvider service method, as returned by IdentityManagementService.

Exceptions

ExceptionCondition
EntityAlreadyExistsException The request was rejected because it attempted to create a resource that already exists.
InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.
ServiceFailureException The request processing has failed because of an unknown error, exception or failure.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5