Questions tagged [msal]
32 questions
0
votes
1 answer
ClientAuthError: state_mismatch: State mismatch error. Please check your network. Continued requests may cause cache overflow
I use msal-browser v2.37.1 with Nuxt3 /Vue3 and it works totally fine in most cases.
It works fine when the window.location url looks like this:
https://test.com or https://test.com/user/2?page=profile
but shows for some reason, when I add an…

RPES
- 1
- 2
-1
votes
1 answer
Python code freezes(continuously running not showing any error) at imaplib.starttls() while connecting to outlook imap
I am using below code to connect outlook.
import imaplib
import msal
#Below code try to connect the Azure Cloud and get the access token and authenticate the outlook email
conf = {
"authority":…

nikhilesh kumar
- 53
- 3
- 13