Skip to content

Commit 1355490

Browse files
authored
Merge pull request #77849 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents a2a05bc + 0d2f2fe commit 1355490

File tree

8 files changed

+99
-77
lines changed

8 files changed

+99
-77
lines changed

articles/active-directory/fundamentals/active-directory-data-storage-eu.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ For customers who provided an address in Europe, Azure AD keeps most of the iden
2424

2525
- All two-factor authentication using phone calls or SMS originate from US datacenters and are also routed by global providers.
2626
- Push notifications using the Microsoft Authenticator app originate from US datacenters. In addition, device vendor specific services may also come into play and these services maybe outside Europe.
27-
- OATH codes are always validated in the U.S.
28-
29-
For more information about what user information is collected by Azure Multi-Factor Authentication Server (MFA Server) and cloud-based Azure MFA, see [Azure Multi-Factor Authentication user data collection](https://docs.microsoft.com/azure/active-directory/authentication/howto-mfa-reporting-datacollection).
27+
- OATH codes are always validated in the U.S.
3028

3129
## Microsoft Azure Active Directory B2C (Azure AD B2C)
3230

51.2 KB
Loading
176 KB
Loading
48.3 KB
Loading
21.5 KB
Loading
25.8 KB
Loading

articles/active-directory/saas-apps/mitel-connect-tutorial.md

Lines changed: 98 additions & 73 deletions
Large diffs are not rendered by default.

articles/active-directory/users-groups-roles/groups-dynamic-membership.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ The following device attributes can be used.
350350
deviceManufacturer | any string value | (device.deviceManufacturer -eq "Samsung")
351351
deviceModel | any string value | (device.deviceModel -eq "iPad Air")
352352
deviceOwnership | Personal, Company, Unknown | (device.deviceOwnership -eq "Company")
353-
domainName | any string value | (device.domainName -eq "contoso.com")
354353
enrollmentProfileName | Apple Device Enrollment Profile or Windows Autopilot profile name | (device.enrollmentProfileName -eq "DEP iPhones")
355354
isRooted | true false | (device.isRooted -eq true)
356355
managementType | MDM (for mobile devices)<br>PC (for computers managed by the Intune PC agent) | (device.managementType -eq "MDM")

0 commit comments

Comments
 (0)