Arattian / DynamoDb-GUI-Client

DynamoDb GUI Client
MIT License
659 stars 77 forks source link

The security token in the request is invalid #63

Open diegotrujillor opened 4 years ago

diegotrujillor commented 4 years ago

Describe the bug I got the exact message in the title of the post every time I try to connect into DynamoDB in AWS.

Info of Interest

  1. I'm trying to connect from this client into a federated AWS.
  2. I'm using aws-okta to perform the login and the configuration of the things into AWS, I had this previously configured in my machine and the authentication has been granted, so I don't think is a permission thing.

Expected behavior Makes login.

Screenshots image

Desktop (please complete the following information):

Additional context Many thanks.

Arattian commented 4 years ago

Please make sure that all input fields are correct. Click on the eye icon and compare the entered secret access key and access key id with the ones that you have on the AWS console. Also please check the region.

jcroucher commented 4 years ago

I am having the same issue. With the federated login we need to use the AWS_SESSION_TOKEN but this field doesn't seem to be available in the client.

smartinrub commented 3 years ago

any updates on this?