class Aws::Finspace::Types::FederationParameters

Configuration information when authentication mode is FEDERATED.

@note When making an API call, you may pass FederationParameters

data as a hash:

    {
      saml_metadata_document: "SamlMetadataDocument",
      saml_metadata_url: "url",
      application_call_back_url: "url",
      federation_urn: "urn",
      federation_provider_name: "FederationProviderName",
      attribute_map: {
        "FederationAttributeKey" => "url",
      },
    }

@!attribute [rw] saml_metadata_document

SAML 2.0 Metadata document from identity provider (IdP).
@return [String]

@!attribute [rw] saml_metadata_url

Provide the metadata URL from your SAML 2.0 compliant identity
provider (IdP).
@return [String]

@!attribute [rw] application_call_back_url

The redirect or sign-in URL that should be entered into the SAML 2.0
compliant identity provider configuration (IdP).
@return [String]

@!attribute [rw] federation_urn

The Uniform Resource Name (URN). Also referred as Service Provider
URN or Audience URI or Service Provider Entity ID.
@return [String]

@!attribute [rw] federation_provider_name

Name of the identity provider (IdP).
@return [String]

@!attribute [rw] attribute_map

SAML attribute name and value. The name must always be `Email` and
the value should be set to the attribute definition in which user
email is set. For example, name would be `Email` and value
`http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress`.
Please check your SAML 2.0 compliant identity provider (IdP)
documentation for details.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/finspace-2021-03-12/FederationParameters AWS API Documentation

Constants

SENSITIVE