I am writing a python script to query something from graph. I am using MSAL for python to get the login and get the token. When using acquire_token_interactive the login prompt will redirect to my main browser. But I need to use a different browser for multiple reasons.
Is there a way to tell the script for example to use a specific browser or something like that?