NAME

Paws::Finspace::FederationParameters

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Finspace::FederationParameters object:

$service_obj->Method(Att1 => { ApplicationCallBackURL => $value, ..., SamlMetadataURL => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Finspace::FederationParameters object:

$result = $service_obj->Method(...);
$result->Att1->ApplicationCallBackURL

DESCRIPTION

Configuration information when authentication mode is FEDERATED.

ATTRIBUTES

ApplicationCallBackURL => Str

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

AttributeMap => Paws::Finspace::AttributeMap

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.

FederationProviderName => Str

Name of the identity provider (IdP).

FederationURN => Str

The Uniform Resource Name (URN). Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.

SamlMetadataDocument => Str

SAML 2.0 Metadata document from identity provider (IdP).

SamlMetadataURL => Str

Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Finspace

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues