support sso-session in aws credentials config, for IdC (IAM Identity Center) profiles
Open
auth-credentials
feature-request
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 807
- Avg merge
- 10h 12m
- Merged PRs (30d)
- 7
Description
Something like:
```json
"customizations": {
"vscode": {
"settings": {
"aws.sso.startUrl": "<...>",
"aws.sso.region": "<...>",
}
}
}
```
Contributor guide
Research direction
Start by locating the AWS credentials configuration handling and the existing VS Code customization settings for SSO profiles. Trace how an sso-session profile is represented and determine where the aws.sso.startUrl and aws.sso.region settings should be accepted; done means IdC profiles can be configured without unsupported-setting errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, typescript, vscode
- Domain
- authentication, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100