Skip to content

An error during OAuth could result in the OnSigninFailure not getting called - #915

Merged
tracyboehrer merged 4 commits into
mainfrom
users/tracyboehrer/oauth-error-fix
Jul 16, 2026
Merged

An error during OAuth could result in the OnSigninFailure not getting called#915
tracyboehrer merged 4 commits into
mainfrom
users/tracyboehrer/oauth-error-fix

Conversation

@tracyboehrer

Copy link
Copy Markdown
Member

Fixes #858

Copilot AI review requested due to automatic review settings July 15, 2026 17:45
@tracyboehrer
tracyboehrer requested review from a team, ceciliaavila and sw-joelmut as code owners July 15, 2026 17:45
@tracyboehrer
tracyboehrer enabled auto-merge July 15, 2026 17:45
@github-actions github-actions Bot added the ML: Core Tags changes to core libraries label Jul 15, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Fixes a bug in the Builder-layer user sign-in orchestration where an OAuth exception during an Invoke activity could cause the sign-in flow to exit early, preventing the configured sign-in failure handler (and fallback “SignIn Failed” message) from running.

Changes:

  • Removed an early return false after emitting an InvokeResponse so the sign-in failure path can continue to _userSignInFailureHandler / fallback failure messaging.

@tracyboehrer
tracyboehrer merged commit 0bd573a into main Jul 16, 2026
11 checks passed
@tracyboehrer
tracyboehrer deleted the users/tracyboehrer/oauth-error-fix branch July 16, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ML: Core Tags changes to core libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

signin/failure in AzureBotUserAuthorization does not send signin failed message

3 participants