Skip to content

Version Packages (main) - #103

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

Version Packages (main)#103
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

@google-cla

google-cla Bot commented Mar 23, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 72e0f7a to 3d83505 Compare March 27, 2026 14:42
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 6 times, most recently from 680f993 to 91ba7d8 Compare April 8, 2026 06:20
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from e042897 to 1c2ac22 Compare April 13, 2026 23:00
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 1c2ac22 to a1224df Compare April 22, 2026 11:59
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 1f36034 to 3fe5d38 Compare May 4, 2026 16:09
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 3fe5d38 to 213a91e Compare May 13, 2026 08:46
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from 46a5ded to bd0260f Compare May 29, 2026 23:06
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from bd0260f to 74adb80 Compare June 5, 2026 14:40
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from df0b8ee to 2e54a0e Compare July 17, 2026 06:00
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 2e54a0e to 4aa09a4 Compare July 20, 2026 22:02
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 8db22ec to 856d361 Compare August 5, 2026 04:04
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 856d361 to 55082d4 Compare August 8, 2026 12:22
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