ruimarinho / gsts

Obtain and store AWS STS credentials to interact with Amazon services by authenticating via G Suite SAML.
MIT License
212 stars 37 forks source link

GSTS still not working #101

Closed lchugh-uptycs closed 9 months ago

lchugh-uptycs commented 11 months ago

GSTS --version 5.0.1

moved credentials files from .aws folder to ~/Liberary/cache/gsts folder as well

Error: Got status code "400" while requesting "https://accounts.google.com/o/saml2/initsso?idpid=XXX,XXX&spid=ABC,ABC&forceauthn=false"

somehow my idpid and spid is getting populated twice in the URL (xxx,xxx :: abc,abc)

ruimarinho commented 9 months ago

@lchugh-uptycs you should remove ~/.aws/credentials altogether and let gsts do its things. When it comes to idpid and spid, I have no idea how they are getting populated with multiple values. The only explanation that I have is that they're being passed exactly as shown.