Describe the bug
When signing a user interactively and then the user presses Ctrl+C to kill the process. The process won't exit until after it receives a response from the browser.
To Reproduce
Steps to reproduce the behavior:
- Sign in a user with InteractiveBrowserCredential
- Once the browser is open, click Ctrl+C to exit the process
- Observe that you can't exit
Expected behavior
I expect the process to exit.
Screenshots
N/A
Additional context
Clicking Ctrl+C exits the process successfully in MacOS.
Package Name:
Azure Identity
Package Version:
1.4.0b7
Operating System:
Windows
Python Version:
3.8
Describe the bug
When signing a user interactively and then the user presses Ctrl+C to kill the process. The process won't exit until after it receives a response from the browser.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the process to exit.
Screenshots
N/A
Additional context
Clicking Ctrl+C exits the process successfully in MacOS.