Closed
Description
Problem
SSO auth implementation stores the cache token to whatever directory it happens to be installed to:
Expected behavior
- Consumer application (e.g. IDE extensions) can control the storage location.
- Default behavior should store token 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.