AWS::FinSpace::Environment FederationParameters
Configuration information when authentication mode is FEDERATED.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ApplicationCallBackURL" :String, "AttributeMap" :[ AttributeMapItems, ... ], "FederationProviderName" :String, "FederationURN" :String, "SamlMetadataDocument" :String, "SamlMetadataURL" :String}
YAML
ApplicationCallBackURL:StringAttributeMap:- AttributeMapItemsFederationProviderName:StringFederationURN:StringSamlMetadataDocument:StringSamlMetadataURL:String
Properties
ApplicationCallBackURL-
The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).
Required: No
Type: String
Minimum:
1Maximum:
1000Pattern:
^https?://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]Update requires: Replacement
AttributeMap-
SAML attribute name and value. The name must always be
Emailand the value should be set to the attribute definition in which user email is set. For example, name would beEmailand valuehttp://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress. Please check your SAML 2.0 compliant identity provider (IdP) documentation for details.Required: No
Type: List of AttributeMapItems
Update requires: Replacement
FederationProviderName-
Name of the identity provider (IdP).
Required: No
Type: String
Minimum:
1Maximum:
32Pattern:
[^_\p{Z}][\p{L}\p{M}\p{S}\p{N}\p{P}][^_\p{Z}]+Update requires: Replacement
FederationURN-
The Uniform Resource Name (URN). Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.
Required: No
Type: String
Minimum:
1Maximum:
255Pattern:
^[A-Za-z0-9._\-:\/#\+]+$Update requires: Replacement
SamlMetadataDocument-
SAML 2.0 Metadata document from identity provider (IdP).
Required: No
Type: String
Minimum:
1000Maximum:
10000000Pattern:
.*Update requires: Replacement
SamlMetadataURL-
Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).
Required: No
Type: String
Minimum:
1Maximum:
1000Pattern:
^https?://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]Update requires: Replacement