You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with Teams and MFA where we are not able to get the MFA prompt to appear when running Export-O365Configuration. It works fine when running it with Test-MSCloudLoginAssistant directly. The popup never appears. It appears that the ADAL object created has an extra property on its AuthContext when executed through the Export-O365Configuration path. The OwnerWindow property isn't on the object when using the direct Test-MSCloudLogin route. We need to determine what the difference is here.
There is an issue with Teams and MFA where we are not able to get the MFA prompt to appear when running Export-O365Configuration. It works fine when running it with Test-MSCloudLoginAssistant directly. The popup never appears. It appears that the ADAL object created has an extra property on its AuthContext when executed through the Export-O365Configuration path. The OwnerWindow property isn't on the object when using the direct Test-MSCloudLogin route. We need to determine what the difference is here.
$Global:ADALServicePoint.authContext
Authority : https://login.windows.net/e7a80bcf-696e-40ca-8775-a7f85fbb3ebc/oauth2/authorize/
ValidateAuthority : False
TokenCache : Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache
CorrelationId : 00000000-0000-0000-0000-000000000000
OwnerWindow :
The text was updated successfully, but these errors were encountered: