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.
A user pool identity provider (IdP). Contains information about a third-party IdP to a user pool, the attributes that it populates to user profiles, and the trust relationship between the IdP and your user pool.
Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z
public class IdentityProviderType
The IdentityProviderType type exposes the following members
Name | Description | |
---|---|---|
![]() |
IdentityProviderType() |
Name | Type | Description | |
---|---|---|---|
![]() |
AttributeMapping | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property AttributeMapping. A mapping of IdP attributes to standard and custom user pool attributes. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
CreationDate | System.Nullable<System.DateTime> |
Gets and sets the property CreationDate.
The date and time when the item was created. Amazon Cognito returns this timestamp
in UNIX epoch time format. Your SDK might render the output in a human-readable format
like ISO 8601 or a Java |
![]() |
IdpIdentifiers | System.Collections.Generic.List<System.String> |
Gets and sets the property IdpIdentifiers.
A list of IdP identifiers. IdP identifiers are strings that represent friendly names
or domain names of IdPs, for example |
![]() |
LastModifiedDate | System.Nullable<System.DateTime> |
Gets and sets the property LastModifiedDate.
The date and time when the item was modified. Amazon Cognito returns this timestamp
in UNIX epoch time format. Your SDK might render the output in a human-readable format
like ISO 8601 or a Java |
![]() |
ProviderDetails | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property ProviderDetails.
The scopes, URLs, and identifiers for your external identity provider. The following
examples describe the provider detail keys for each IdP type. These values and their
schema are subject to change. Social IdP
|
![]() |
ProviderName | System.String |
Gets and sets the property ProviderName. A friendly name for the IdP. |
![]() |
ProviderType | Amazon.CognitoIdentityProvider.IdentityProviderTypeType |
Gets and sets the property ProviderType. The type of IdP. Either SAML, OIDC, or a named social identity provider. |
![]() |
UserPoolId | System.String |
Gets and sets the property UserPoolId. The ID of the user pool associated with the IdP. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer