Skip to content

Conversation

@david-livefront
Copy link
Collaborator

@david-livefront david-livefront commented Jan 8, 2026

🎟️ Tracking

PM-26577

📔 Objective

This PR updates the Duo and WebAuthn logic to send the appropriate deeplink scheme data.

Note: This PR is on hold until the WebConnector logic is updated.

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

@david-livefront david-livefront added the ai-review Request a Claude code review label Jan 8, 2026
@github-actions github-actions bot added app:password-manager app:authenticator t:misc and removed ai-review Request a Claude code review labels Jan 8, 2026
.getEncoder()
.encodeToString(json.toString().toByteArray(Charsets.UTF_8))
val parentParam = URLEncoder.encode(CALLBACK_URI, "UTF-8")
val parentParam = URLEncoder.encode(callbackUri, "UTF-8")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This parent param is required by the WebAuthn Connector but it does not really use the value.

I have an open question about what I should be sending here.

@david-livefront david-livefront added the ai-review Request a Claude code review label Jan 8, 2026
@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

❌ Patch coverage is 96.92308% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.49%. Comparing base (557b667) to head (1174c47).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
.../feature/twofactorlogin/TwoFactorLoginViewModel.kt 95.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6339   +/-   ##
=======================================
  Coverage   85.49%   85.49%           
=======================================
  Files         764      764           
  Lines       54724    54741   +17     
  Branches     7881     7884    +3     
=======================================
+ Hits        46785    46802   +17     
  Misses       5201     5201           
  Partials     2738     2738           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@david-livefront david-livefront force-pushed the PM-26577-app-links-support branch from 795738e to 60679da Compare January 8, 2026 21:53
@github-actions github-actions bot removed the ai-review Request a Claude code review label Jan 8, 2026
@david-livefront david-livefront changed the title PM-26577: Support multiple schemes for Duo and WebAuthn callbacks PM-26577: Support multiple schemes for Duo, WebAuthn, and SSO callbacks Jan 8, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

Logo
Checkmarx One – Scan Summary & Details80b92e55-7367-438f-8f0b-921447ecc6cf

Great job! No new security vulnerabilities introduced in this pull request

@david-livefront david-livefront added the ai-review Request a Claude code review label Jan 8, 2026
@david-livefront david-livefront force-pushed the PM-26577-app-links-support branch from 60679da to fc73da8 Compare January 8, 2026 23:21
@github-actions github-actions bot removed the ai-review Request a Claude code review label Jan 8, 2026
@david-livefront david-livefront force-pushed the PM-26577-app-links-support branch from fc73da8 to 1174c47 Compare January 9, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants