Skip to content
New issue

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

Cannot authenticate using SSO/Identity Center: "missing required scope: sso:account:access" #6755

Open
alencar opened this issue Mar 8, 2025 · 1 comment
Labels
auth-credentials authentication, authorization, credentials, AWS Builder ID, sso bug We can reproduce the issue and confirmed it is a bug.

Comments

@alencar
Copy link

alencar commented Mar 8, 2025

Problem

AWS Toolkit for VSCode fails to use AWS Identity Center SSO

Log

2025-03-08 11:31:59.102 [info] auth: Updating connection state of profile:awsicsso to authenticating
2025-03-08 11:31:59.102 [info] auth: Handling validation error of connection: profile:awsicsso
2025-03-08 11:31:59.102 [info] auth: Updating connection state of profile:awsicsso to invalid
2025-03-08 11:31:59.103 [error] _aws.toolkit.auth.reauthenticate: Error: Unable to authenticate connection
	 -> Error: Session for "awsicsso" is missing required scope: sso:account:access

Configuration

~/.aws/config (redacted)

[sso-session sso]
sso_region = us-east-2
sso_start_url = https://d-123example.awsapps.com/start
sso_registration_scope = sso:account:access

[profile awsicsso]
sso_session = sso
sso_account_id = 123456789012
sso_role_name = DeveloperAccess
region = ca-central-1
output = json

Steps to reproduce the issue

Expected behavior

Credential is accepted and plugin works

System details (run AWS: About and/or Amazon Q: About)

  • OS: Darwin x64 24.3.0
  • Visual Studio Code version: 1.97.0
  • AWS Toolkit version: 3.46.0
  • Amazon Q version: N/A
@alencar alencar added the bug We can reproduce the issue and confirmed it is a bug. label Mar 8, 2025
@justinmk3 justinmk3 added the auth-credentials authentication, authorization, credentials, AWS Builder ID, sso label Mar 10, 2025
@justinmk3
Copy link
Contributor

AWS Toolkit for VSCode currently doesn't support [sso-session] profile types:

so that part of your config will be ignored. However, AWS Toolkit already requests sso:account:access scope by default:

export function createSsoProfile(
startUrl: string,
region = 'us-east-1',
scopes = [...scopesSsoAccountAccess]

Can you say a bit more about the exact steps you performed to login to IdC from AWS Toolkit?

@justinmk3 justinmk3 changed the title Cannot authenticate using SSO/Identity Center Cannot authenticate using SSO/Identity Center: "missing required scope: sso:account:access" Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth-credentials authentication, authorization, credentials, AWS Builder ID, sso bug We can reproduce the issue and confirmed it is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants