aws-sso-auth-guide

Discover and configure AWS SSO instances, permission sets, and CLI profiles.

4|1|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/stakpak/community-paks --skill aws-sso-auth-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-sso-auth-guide
Source: https://github.com/stakpak/community-paks/tree/main/aws-sso-auth-guide
Command: npx skills add https://github.com/stakpak/community-paks --skill aws-sso-auth-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AWS SSO discovery, configuration, and terminal usage streamlines central identity management for multi-account AWS environments, reducing manual setup and improving access control accuracy.

Core Features & Use Cases

  • Discovery & Portal Access: locate SSO instances, portal URLs, and identity details from the CLI.
  • Configuration & Profiles: guide for creating and syncing AWS CLI profiles, sso_sessions, and permission sets.
  • Use Case: automate onboarding of new accounts by aligning accounts, roles, and access permissions via the AWS CLI.

Quick Start

Start by locating your SSO instance and portal URL, then configure a CLI profile to access AWS accounts.

Frequently Asked Questions about aws-sso-auth-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure AWS SSO from the command line?

To configure AWS SSO from the command line, you need AWS CLI v2 with SSO support to locate your SSO instance and portal URL, then create and sync CLI profiles to access accounts.

What is the best way to discover AWS SSO instances and portal URLs via CLI?

Discovering AWS SSO instances and portal URLs is done using the aws sso-admin and related commands, which allow administrators to locate identity details and portal access endpoints directly from the terminal.

Does AWS SSO configuration require a specific CLI version?

Yes, AWS SSO configuration requires AWS CLI v2 with SSO support. This version enables the necessary sso_sessions setup and permission set alignment for managing multi-account environments.

How do I list AWS accounts and permission sets using SSO?

Listing AWS accounts and permission sets using SSO involves executing AWS CLI commands to query your identity center portal, allowing you to verify access and align roles across your multi-account environment.

Can I automate AWS account onboarding through the SSO CLI?

Automating AWS account onboarding through the SSO CLI is achieved by aligning accounts, roles, and access permissions via terminal commands, streamlining central identity management for new accounts.

Why use AWS CLI for SSO discovery instead of the console?

Using AWS CLI for SSO discovery streamlines central identity management for multi-account environments, reducing manual setup and improving access control accuracy compared to console-based configuration.