aws.connect.get_federation_token
Example SQL Queries
SELECT * FROMaws.connect.get_federation_tokenWHERE"instance_id" = 'VALUE';Description
Supports SAML sign-in for Amazon Connect. Retrieves a token for federation. The token is for the Amazon Connect user which corresponds to the IAM credentials that were used to invoke this action.
For more information about how SAML sign-in works in Amazon Connect, see Configure SAML with IAM for Amazon Connect in the Amazon Connect Administrator Guide.
This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears:
Provided identity: Principal: .... User: .... cannot be used for federation with Amazon Connect
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| credentials The credentials to use for federation. | STRUCT( |
Show child fields
| |
| sign_in_url The URL to sign into the user's instance. | VARCHAR |
| user_arn The Amazon Resource Name (ARN) of the user. | VARCHAR |
| user_id The identifier for the user. This can be the ID or the ARN of the user. | VARCHAR |