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

Streamline SSO login process #377

Open
1 of 3 tasks
aberus opened this issue Dec 15, 2023 · 3 comments
Open
1 of 3 tasks

Streamline SSO login process #377

aberus opened this issue Dec 15, 2023 · 3 comments
Labels
feature-request New feature or enhancement. May require GitHub community feedback.

Comments

@aberus
Copy link

aberus commented Dec 15, 2023

Is your feature request related to a problem? Please describe.

I'm always frustrated when I need to extend a SSO session inside Visual Studio. Other AWS clients (AWS Toolkit for VS Code, AWS Toolkit for JetBrains, AWS Cli/boto) have a better experience.

Describe the solution you'd like

Make Login with AWS IAM Identity Center equivalent to other AWS Toolkits:

@aberus aberus added the feature-request New feature or enhancement. May require GitHub community feedback. label Dec 15, 2023
@awschristou
Copy link
Contributor

Thank you for sharing your experience and suggestions around the SSO experience.

We do have plans to update the login flow to avoid copying the user code, as you see in the other clients.

The OIDC client name is currently "decorated" by the AWS SDK for .NET, we will have to investigate opportunities for improving what you see in the login flow there.

The sso scope is something we've more recently realized is different between the Toolkits. We'll look into this as well.

@shruti0085
Copy link
Contributor

Hello @aberus,

No need to manually copy the user code into the Authorization requested (use VerificationUriComplete instead of VerificationUri)

We have released version 1.47.0.0 of the toolkit that addresses this issue. The AWS Builder Id and IAM Identity Center (SSO) login flow has been improved to confirm that the device code in the Toolkit and browser match.

@aberus
Copy link
Author

aberus commented Feb 13, 2024

Thank you for the login flow improvement!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or enhancement. May require GitHub community feedback.
Projects
None yet
Development

No branches or pull requests

3 participants