benkehoe / aws-sso-util

Smooth out the rough edges of AWS SSO (temporarily, until AWS makes it better).
Apache License 2.0
953 stars 72 forks source link

Autofill Authorization Code in login URL #92

Closed shaundewberry closed 1 year ago

shaundewberry commented 1 year ago

Updates the BrowserHandler "DEFAULT_BROWSER_MESSAGE" and "DEFAULT_NO_BROWSER_MESSAGE" text to print an alternate URL that includes the autofilled authorization code. Message format conforms to syntax of the sso/utils.py in aws-cli. Cleaned up for single commit. Tested successfully locally.

benkehoe commented 1 year ago

Three minor things:

shaundewberry commented 1 year ago

Thanks, Ben, changes completed as requested.

benkehoe commented 1 year ago

Awesome, thanks!