I’ve tried to integrate AWS connect (call-center platform) with SailPoint to query all the users on the app level.
In postman, we can query all the data by using aws signature with AccessKey and SecretKey.
The issue is when we import curl command to SailPoint, the token Signature is expired in 5 mins.
GET /users-summary/InstanceId?
Has anyone had any solution to generate new authorization header for webservice connector?
curl --location ‘https://connect.ap-southeast-1.amazonaws.com/users-summary/’
–header ‘X-Amz-Date: 20250129T144726Z’
–header ‘Authorization: AWS4-HMAC-SHA256 Credential=AKIAIOSFODNN7EXAMPLE/20130524/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-date, Signature=fe5f80f77d5fa3beca038a248ff027d0445342fe2855ddc963176630326f1024’
Thank you in advance