Skip to content

Conversation

@thisisabhash
Copy link
Member

  • PR title and description conform to Pull Request guidelines.

Issue #, if available:
None

Description of changes:
This PR adds support for following OIDC parameters in managed login

  • nonce
  • lang
  • login_hint
  • prompt
  • resource

Cognito documentation: https://docs.aws.amazon.com/cognito/latest/developerguide/authorization-endpoint.html

How did you test these changes?
(Please add a line here how the changes were tested)
Unit tests in HostedUIHelperTest and APIOptionsContractTest.

Documentation update required?

  • No
  • Yes (Please include a PR link for the documentation update)

General Checklist

  • Added Unit Tests
  • Added Integration Tests
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • Ensure commit message has the appropriate scope (e.g fix(storage): message, feat(auth): message, chore(all): message)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@thisisabhash thisisabhash requested review from a team as code owners November 12, 2025 21:59
@thisisabhash thisisabhash force-pushed the feat/cognito-oidc-parameters branch from 98f566d to 26de3f1 Compare November 12, 2025 22:02
@codecov
Copy link

codecov bot commented Nov 12, 2025

Codecov Report

❌ Patch coverage is 59.70149% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 54.78%. Comparing base (56c2469) to head (44050e1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3158      +/-   ##
==========================================
- Coverage   54.78%   54.78%   -0.01%     
==========================================
  Files        1047     1048       +1     
  Lines       31267    31329      +62     
  Branches     4674     4690      +16     
==========================================
+ Hits        17131    17163      +32     
- Misses      12328    12357      +29     
- Partials     1808     1809       +1     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@thisisabhash thisisabhash force-pushed the feat/cognito-oidc-parameters branch from bbb900c to 44050e1 Compare November 18, 2025 22:16
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.

2 participants