Skip to content

Prevent sign-out from triggering sign-in dialogs across windows - #8952

Draft
Alex Ross (alexr00) with Copilot wants to merge 2 commits into
mainfrom
copilot/sign-out-triggers-sign-in-request
Draft

Prevent sign-out from triggering sign-in dialogs across windows#8952
Alex Ross (alexr00) with Copilot wants to merge 2 commits into
mainfrom
copilot/sign-out-triggers-sign-in-request

Conversation

Copilot AI commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Signing out in the Agents window could make each Editor window steal focus with a sign-in dialog. In-flight API failures triggered re-authentication before cached authentication state reflected the sign-out.

  • Session validation: Silently check for an existing session and recheck authentication state before forcing sign-in.
  • Prompt handling: Keep validation within per-provider deduplication, preserve the cooldown, and emit prompt telemetry only after validation.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix sign-out triggering sign-in request in Editor windows Prevent sign-out from triggering sign-in dialogs across windows Sep 11, 2026
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.

Sign-out tiggers sign-in request on each window

2 participants