We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws sso login --profile $MYPROFILE
results in browser opening (tried Chrome + Firefox as default) and then: Registration response error message: DEPRECATED_ENDPOINT
Registration response error message: DEPRECATED_ENDPOINT
I have not changed our sso_start_url or anything else in my configuration.
sso_start_url
aws --version aws-cli/2.24.20 Python/3.12.9 Darwin/24.3.0 source/arm64
aws --version
aws-cli/2.24.20 Python/3.12.9 Darwin/24.3.0 source/arm64
any ideas?
sso working
sso not working
see bug report, let me know if you need any other info
No response
MacOS 15.3.1 (24D70)
The text was updated successfully, but these errors were encountered:
This seems to work:
BROWSER=false aws sso login --profile "$MYPROFILE"
It still opens the browser which is a bit counterintuitive, but I am ok with it working.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
aws sso login --profile $MYPROFILE
results in browser opening (tried Chrome + Firefox as default) and then:
Registration response error message: DEPRECATED_ENDPOINT
I have not changed our
sso_start_url
or anything else in my configuration.aws --version
aws-cli/2.24.20 Python/3.12.9 Darwin/24.3.0 source/arm64
any ideas?
Regression Issue
Expected Behavior
sso working
Current Behavior
sso not working
Reproduction Steps
see bug report, let me know if you need any other info
Possible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/2.24.20 Python/3.12.9 Darwin/24.3.0 source/arm64
Environment details (OS name and version, etc.)
MacOS 15.3.1 (24D70)
The text was updated successfully, but these errors were encountered: