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
$ErrorMessages.Add("We could not connect to the API to retrieve the permissions. There might be a problem with the secure application model configuration. The returned error is: $($ErrorMessage.NormalizedError)") |Out-Null
if ($MFAServicePolicy.rememberMfaOnTrustedDevice.isEnabled-eq$true-and$MFAServicePolicy.rememberMfaOnTrustedDevice.allowedNumberOfDays-gt0) {
164
+
$ErrorMessages.Add("MFA Service Policy has a session lifetime of $($MFAServicePolicy.rememberMfaOnTrustedDevice.allowedNumberOfDays) days. This may cause athentication issues for your service account.") |Out-Null
0 commit comments