image.png

Previously called AWS Single Sign-On (SSO). It gives you one login for everything — instead of logging into each AWS account or app separately, you log in once and get access to all of them.

What can you access with one login?

Where are user identities stored?

Two options:

Option What it is
Built-in Identity Store Users and groups created directly inside IAM Identity Center
3rd Party Connect your existing Active Directory (AD), Okta, OneLogin etc.

How the Login Flow Works

  1. User opens browser and goes to the IAM Identity Center login page
  2. Logs in once with their credentials
  3. IAM Identity Center checks their identity (from AD or built-in store)
  4. Shows them a dashboard with all the accounts and apps they have access to
  5. User clicks the account/app they want → directly in, no second login needed

Permission Sets — How Access is Controlled

A Permission Set is a collection of IAM policies that defines what a user can do. You create permission sets in IAM Identity Center and assign them to users or groups across accounts.

Example:

So Bob and Alice can do everything in Dev accounts but only read in Prod accounts — all managed from one place.


Fine-Grained Permissions — 3 Types

1. Multi-Account Permissions