You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with saml2aws login with chrome browser provider, the below is verbose logs:
saml2aws login --verbose
DEBU[0000] Running command=login
DEBU[0000] Check if creds exist. command=login
DEBU[0000] Expand name=/Users/xxx/.aws/credentials pkg=awsconfig
DEBU[0000] resolveSymlink name=/Users/xxx/.aws/credentials pkg=awsconfig
DEBU[0000] ensureConfigExists filename=/Users/xxx/.aws/credentials pkg=awsconfig
Using IdP Account default to access Browser https://xxxxxx.signin.aws.amazon.com/console
DEBU[0000] Get credentials helper=osxkeychain serverURL="https://xxxxxx.signin.aws.amazon.com/console"
DEBU[0000] Get credentials helper=osxkeychain user=xxxxx
To use saved password just hit enter.
? Username xxxxx
? Password
DEBU[0001] building provider command=login idpAccount="account {\n URL: https://xxxxxx.signin.aws.amazon.com/console\n Username: xxxxx\n Provider: Browser\n MFA: \n SkipVerify: true\n AmazonWebservicesURN: urn:amazon:webservices\n SessionDuration: 3600\n Profile: default\n RoleARN: \n Region: us-east-1\n}"
Authenticating as xxxxx ...
INFO[0002] Setting browser type: chromium provider=browser
INFO[0004] opening browser URL="https://xxxxxx.signin.aws.amazon.com/console" provider=browser
INFO[0007] waiting ... provider=browser
^C
It opened Chrome browser and I prompted username and password in the browser, but it never called back to the saml2aws session
Did I do something wrong?
The text was updated successfully, but these errors were encountered:
Not a contributor, just a random stranger passing by. It looks like you are using AWS Identity Center(previously SSO) which I don't think this product supports. Couple of other issues for this: #1261#1196
Hi,
I'm having an issue with saml2aws login with chrome browser provider, the below is verbose logs:
It opened Chrome browser and I prompted username and password in the browser, but it never called back to the saml2aws session
Did I do something wrong?
The text was updated successfully, but these errors were encountered: