The aws-sso-lib package on PyPI is still at v1.14.0, but commit 388d357 (PR #92 — "Autofill Authorization Code in login URL") was merged after that release and has never shipped to PyPI.
This means users on the latest aws-sso-util (4.33.0) are missing the "Alternatively, you may visit the following URL which will autofill the code upon loading:" line in the login prompt, because their aws-sso-lib comes from PyPI and
predates the fix.
Workaround until a new lib release is cut:
pip install --force-reinstall "git+https://github.com/benkehoe/aws-sso-util.git#subdirectory=lib"
Fix: cut a lib-v1.15 release from current master and update the aws-sso-util CLI dependency floor accordingly.
The aws-sso-lib package on PyPI is still at v1.14.0, but commit 388d357 (PR #92 — "Autofill Authorization Code in login URL") was merged after that release and has never shipped to PyPI.
This means users on the latest aws-sso-util (4.33.0) are missing the "Alternatively, you may visit the following URL which will autofill the code upon loading:" line in the login prompt, because their aws-sso-lib comes from PyPI and
predates the fix.
Workaround until a new lib release is cut:
pip install --force-reinstall "git+https://github.com/benkehoe/aws-sso-util.git#subdirectory=lib"
Fix: cut a lib-v1.15 release from current master and update the aws-sso-util CLI dependency floor accordingly.