Ugly Green Logo

4n6ir.com

Container Registry

Download Website

GitHub Organization

Slack Workspace

November 18, 2024

SSO Workflow change for AWS CLI

by John Lukach

Amazon Web Services (AWS) Command Line Interface (CLI) version 2.22.0 released support for OAuth 2.0 Authorization Code Flow with PKCE on November 18th, 2024.

https://aws.amazon.com/blogs/developer/aws-cli-adds-pkce-based-authorization-for-sso

I was updating a project in GitHub Codespaces when I found the Single Sign-On (SSO) workflow changed, requiring an additional flag for OAuth 2.0 device authorization grants.

aws configure sso --use-device-code
tags: aws - cli - sso