Open
Description
Problem
SSO auth implementation stores the cache token to whatever directory it happens to be installed to:
Expected behavior
- Token should be stored in the (quasi) standard
~/.aws/sso/...
location. - Ideally, it should also try to re-use token already found in that location which may have been set by other tools.
Activity