Skip to content

Version Packages (main) - #635

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages (main)#635
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 23, 2026

Copy link
Copy Markdown

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@aws-amplify/auth@6.20.1

Patch Changes

  • #14902 4661401 Thanks @soberm! - fix(auth): allow prompt=none silent SSO to resume federated sessions

    signInWithRedirect always appended identity_provider=COGNITO to the /oauth2/authorize request when no provider or idpIdentifier was supplied. Cognito treats identity_provider as a provider selector, so pinning it to COGNITO while requesting a silent sign in with options.prompt: 'NONE' restricted the attempt to native Cognito sessions. Users whose live hosted UI session originated from a federated IdP (for example Google or a SAML provider) were rejected with error=login_required instead of having their session resumed.

    identity_provider is now omitted only when prompt is 'NONE' and neither provider nor idpIdentifier is specified, which lets Cognito resume whichever session is already active. All other behavior is unchanged: an explicit provider still sends identity_provider, an idpIdentifier still sends idp_identifier, and the interactive no-argument call still defaults to identity_provider=COGNITO.

    Fixes signInWithRedirect always sends identity_provider=COGNITO, preventing Cognito from resuming a federated session aws-amplify/amplify-js#14897

aws-amplify@6.20.1

Patch Changes

  • Updated dependencies [4661401]:
    • @aws-amplify/auth@6.20.1

@aws-amplify/pubsub@6.1.71

Patch Changes

  • Updated dependencies [4661401]:
    • @aws-amplify/auth@6.20.1

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 19f1bb8 to decb02f Compare March 31, 2026 15:01
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from 7145edc to 34d3144 Compare April 8, 2026 03:01
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 74e094c to 4e2157a Compare April 13, 2026 09:01
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 4e2157a to b3c0762 Compare April 21, 2026 15:01
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from 672aaf7 to 7d81271 Compare May 4, 2026 09:01
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 88fd1bf to d0c2f45 Compare May 12, 2026 21:01
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from a056d6c to 238287b Compare May 28, 2026 21:01
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 238287b to 95de2b9 Compare June 4, 2026 15:01
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 8c71c5f to 2dbcd4d Compare July 16, 2026 15:01
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 2dbcd4d to 1b43907 Compare July 20, 2026 15:01
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 1b43907 to 50d3462 Compare July 30, 2026 09:01
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from be476c2 to 70de371 Compare August 4, 2026 15:01
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 70de371 to 2ed59b2 Compare August 4, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

signInWithRedirect always sends identity_provider=COGNITO, preventing Cognito from resuming a federated session

0 participants