Hi Team,
We are trying to configure AWS Connector in our IdentityNow Environment. We are following the below document for configuration in AWS.
https://documentation.sailpoint.com/connectors/aws/help/integrating_aws/source_config_guide.html
When we are trying to create the Cross Account Role we are getting the following error in AWS. Has anyone seeing this error before ? Not sure
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::xxxxx:user/xxxxx"
},
"Action": "sts:AssumeRole"
}
]
}
Not sure but we have tried all the things given in the documents but it gives error while creation of the Policy.
If someone has seen this error could you please help us resolve ?