Updates from: 09/10/2024 01:09:47
Service Microsoft Docs article Related commit history on GitHub Change details
SharePoint Audience Profile https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/audience-profile.md
recommendations: true
audience: Admin
-localization_priority: Normal
+ms.localizationpriority: medium
search.appverid: MET150 - m365solution-corpcomms
SharePoint Build Learning And Training Experiences For Employees https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/build-learning-and-training-experiences-for-employees.md
f1.keywords:
- NOCSH
-localization_priority: Priority
+ms.localizationpriority: medium
- Strat_SP_modern - M365-collaboration
SharePoint Choose Communication Method https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/choose-communication-method.md
recommendations: true
audience: Admin
-localization_priority: Normal
+ms.localizationpriority: medium
search.appverid: MET150 - m365solution-corpcomms
SharePoint Corporate Communications Overview https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/corporate-communications-overview.md
recommendations: true audience: Admin-+
-localization_priority: Normal
+ms.localizationpriority: medium
search.appverid: MET150 - m365solution-overview
SharePoint Deploy And Configure On Macos https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/deploy-and-configure-on-macos.md
Previously updated : 03/14/2024 Last updated : 09/09/2024 Title: "Deploy and configure the OneDrive sync app for Mac"
On the next start of OneDrive, the new settings will be picked up.
> [!IMPORTANT] > macOS 13 (Ventura) contains new privacy enhancements. Beginning with this version, by default, applications cannot run in background without explicit consent. OneDrive must run its daemon process in background. This configuration profile grants Background Service permissions to OneDrive. If you previously configured OneDrive through Microsoft Intune, we recommend you update the deployment with this configuration profile.
-You will need to create system configuration profiles that OneDrive needs to open at login and run reliably in the background. Here is an example:
+You need to create system configuration profiles that OneDrive needs to open at sign-in and run reliably in the background. Here's an example:
+ ```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
You will need to create system configuration profiles that OneDrive needs to ope
</plist> ``` - ## Overview of settings
-Use the following keys to preconfigure or change settings for your users. The keys are the same whether you run the standalone or Mac App Store edition of the sync app. However, the .plist file name and domain name will be different. When you apply the settings, ensure that you target the appropriate domain depending on the edition of the sync app.
+Use the following keys to preconfigure or change settings for your users. The keys are the same whether you run the standalone or Mac App Store edition of the sync app. However, the .plist file name and domain name are different. When you apply the settings, ensure that you target the appropriate domain depending on the edition of the sync app.
## List of settings
Use the following keys to preconfigure or change settings for your users. The ke
- [BlockTenantList](deploy-and-configure-on-macos.md#blocktenantlist) - [DefaultFolderLocation](deploy-and-configure-on-macos.md#defaultfolderlocation) - [DisableAutoConfig](deploy-and-configure-on-macos.md#disableautoconfig)
+- [DisableFirstDeleteDialog](deploy-and-configure-on-macos.md#disablefirstdeletedialog)
+- [DisableCustomRoot](deploy-and-configure-on-macos.md#disablecustomroot)
+- [DisableFirstDeleteDialog](deploy-and-configure-on-macos.md#disablefirstdeletedialog)
+- [DisableFREAnimation](deploy-and-configure-on-macos.md#disablefreanimation)
- [DisableOfflineMode](#disableofflinemode) - [DisableOfflineModeForExternalLibraries](#disableofflinemodeforexternallibraries) - [DisablePersonalSync](deploy-and-configure-on-macos.md#disablepersonalsync)
Use the following keys to preconfigure or change settings for your users. The ke
### AllowTenantList
-<a name="AllowTenantList"> </a>
-
-This setting prevents the users from uploading files to other organizations by specifying a list of allowed tenant IDs. If you enable this setting, the user gets an error if they attempt to add an account from an organization that isn't in the allowed tenants list. If the user has already added the account, the files stop syncing. This setting takes priority over the **BlockTenantList** setting. Do **NOT** enable both settings at the same time.
+This setting prevents the users from uploading files to other organizations by specifying a list of allowed tenant IDs. If you enable this setting, the user gets an error if they attempt to add an account from an organization that isn't in the allowed tenants list. If the user is already added the account, the files stop syncing. This setting takes priority over the **BlockTenantList** setting. Do **NOT** enable both settings at the same time.
The parameter for the **AllowTenantList** key is **TenantID** and its value is a string, which determines the tenants for whom the **Allow Tenant** setting is applicable. For the setting to be complete, this parameter also requires a boolean value to be set to it. If the boolean value is set to **True**, the tenant is allowed to sync.
The example for this setting in the .plist file is:
### AutomaticUploadBandwidthPercentage
-<a name="AutomaticUploadBandwidthPercentage"> </a>
- This setting enables the sync app to automatically set the amount of bandwidth that can be used for uploading files, based on available bandwidth. To enable this setting, you must define a number between 1 and 99 that determines the percentage of bandwidth the sync app can use out of the total available bandwidth.
The example for this setting in the .plist file is:
### BlockExternalSync
-<a name="BlockExternalSync"> </a>
- This setting prevents the sync app from syncing libraries and folders shared from other organizations. Set the setting's value to **True**, to prevent the users from syncing OneDrive, SharePoint libraries, and folders with organizations other than the user's own organization. Set the value to **False** or don't enable the setting to allow the OneDrive, and SharePoint files to be synced with other organizations also.
The example for this setting in the .plist file is:
### BlockTenantList
-<a name="BlockTenantList"> </a>
This setting prevents the users from uploading files to organizations that are included in the **blocked tenant IDs** list.
-If you enable this setting, the users get an error if they attempt to add an account from an organization that is blocked. If a user has already added an account for a blocked organization, the files stop syncing. This setting does **NOT** work if you have the **AllowTenantList** setting enabled. Do **NOT** enable both settings at the same time.
+If you enable this setting, the users get an error if they attempt to add an account from an organization that is blocked. If a user is already added an account for a blocked organization, the files stop syncing. This setting does **NOT** work if you have the **AllowTenantList** setting enabled. Do **NOT** enable both settings at the same time.
Enable this setting by defining IDs for the **TenantID** parameter, which determines the tenants to whom the **block tenant** setting is applicable. Also set the boolean value to **True** for the ID of every tenant you want to prevent from syncing with the OneDrive and SharePoint files and folders.
The example for this setting in the .plist file is:
### DefaultFolderLocation
-<a name="DefaultFolderLocation"> </a>
This setting specifies the default location of the OneDrive folder for each organization. The parameters are **TenantID** and **DefaultFolderPath**. The **TenantID** value is a string that determines the tenants to whom the **default folder location** setting is applicable.
-The **DefaultFolderPath** value is a string that specifies the default location of the folder. If you want to enforce the location to be the home directory of the user (i.e. the default location) you can specify the path as ~/. The string would look like this:
-
+The **DefaultFolderPath** value is a string that specifies the default location of the folder. If you want to enforce the location to be the home directory of the user (that is, the default location), you can specify the path as ~/. The string would look like this:
-```
+`
<string>~/</string>
-```
+`
The following are the conditions governing the default folder location: -**Mac App Store**: The path must already exist when the user is setting up the sync app.
The example for this setting in the .plist file is:
### DisableAutoConfig
-<a name="DisableAutoConfig"> </a>
- This setting determines whether or not the sync app can automatically sign in. If you set this setting's value to 1, the sync app is prevented from automatically signing with an existing Microsoft Entra credential that is made available to Microsoft applications.
The example for this setting in the .plist file is:
<integer>1</integer> ```
+### DisableCustomRoot
+
+This setting lets you block users from changing the location of the OneDrive folder on their computer.
+
+If you set this setting's value to **True**, the Change location link is hidden in OneDrive Setup. The OneDrive folder is created in the default location, or in the custom location you specified if you enabled [DefaultFolderLocation](deploy-and-configure-on-macos.md#defaultfolderlocation).
+
+The example for this setting in the .plist file is:
+
+```xml
+<key>DisableCustomRoot</key>
+<(Bool)/>
+```
+
+### DisableFirstDeleteDialog
+
+When a user deletes local files from a synced location, a warning message appears that the files are no longer available across all the devices of the user and on the web. This setting lets you hide the warning message.
+
+If you set the setting's value to 1, users don't see the Deleted files are removed everywhere reminder when they delete files locally. (This reminder is called "Deleted files are removed for everyone" when a user deletes files from a synced team site.)
+
+The example for this setting in the .plist file is:
+
+```xml
+<key>DisableFirstDeleteDialog</key>
+<integer>1</integer>
+```
+
+### DisableFREAnimation
+
+If you set the setting's value to 1, users don't see the Deleted files are removed everywhere reminder when they delete files locally. (This reminder is called "Deleted files are removed for everyone" when a user deletes files from a synced team site.)
+This setting lets you prevent the animation from showing during OneDrive Setup.
+
+If you set the setting's value to 1, animations will not be shown during OneDrive Setup.
+
+The example for this setting in the .plist file is:
+
+```xml
+<key>DisableFREAnimation</key>
+<integer>1</integer
+```
+ ### DisableOfflineMode This setting prevents users from enabling offline mode in OneDrive on the web.
To re-enable offline mode in OneDrive on the web for libraries and folders that
### DisablePersonalSync
-<a name="DisablePersonalSync"> </a>
-
-This setting blocks users from signing in and syncing files in personal OneDrive accounts. If this setting has been configured after a user has set up sync with a personal account, the user gets signed out.
+This setting blocks users from signing in and syncing files in personal OneDrive accounts. If this setting is configured after a user sets up sync with a personal account, the user gets signed out.
If you set the setting's value to **True**, users are prevented from adding or syncing personal accounts.
The example for this setting in the .plist file is:
### DisableTutorial
-<a name="DisableTutorial"> </a>
- This setting prevents the tutorial from being shown to the users after they set up OneDrive. If you set this setting's value to **True**, the tutorial is blocked from being shown to the users after they set up the OneDrive sync app.
The example for this setting in the .plist file is:
### DownloadBandwidthLimited
-<a name="DownloadBandwidthLimited"> </a>
- This setting sets the maximum download throughput rate in kilobytes (KB)/sec for computers running the OneDrive sync app. Set this setting's value to an integer between 50 and 100000 to specify the download throughput in KB/sec that the sync app can use.
The example for this setting in the .plist file is:
### EnableODIgnore
-<a name="EnableODIgnore"> </a>
- This setting lets you enter keywords to prevent the OneDrive sync app from uploading certain files to OneDrive or SharePoint. You can enter complete names, such as "setup.exe" or use the asterisk (*) as a wildcard character to represent a series of characters, such as*.pst. Keywords aren't case-sensitive. If you enable this setting, the sync app doesn't upload new files that match the keywords you specified. No errors appear for the skipped files, and the files remain in the local OneDrive folder. In Finder, the files appear with an "Excluded from sync" icon.
-Users will also see a message in the OneDrive activity center that explains why the files aren't syncing.
+Users see a message in the OneDrive activity center that explains why the files aren't syncing.
The example for this setting in the .plist file is:
The example for this setting in the .plist file is:
### EnableSyncAdminReports
-<a name="EnableSyncAdminReports"> </a>
- This setting lets the OneDrive sync app report device and health data that's to be included in sync admin reports. You must enable this setting on the devices you want to get reports from. For more information about these reports, see [OneDrive sync reports in the Apps Admin Center](/sharepoint/sync-health?tabs=macos).
-If you disable or don't configure this setting, OneDrive sync app device and health data won't appear in the sync admin reports.
+If you disable or don't configure this setting, OneDrive sync app device and health data don't appear in the sync admin reports.
The following example shows how this setting looks like in the .plist file:
The following example shows how this setting looks like in the .plist file:
### HideDockIcon
-<a name="HideDockIcon"> </a>
- This setting specifies whether a dock icon for OneDrive is shown. If you set this setting's value to **True**, the OneDrive dock icon is hidden even if the app is running.
The example for this setting in the .plist file is:
### HydrationDisallowedApps
-<a name="HydrationDisallowedApps"> </a>
- This setting prevents apps from automatically downloading online-only files. You can use this setting to lock down apps that don't work correctly with your deployment of Files On-Demand.
-To enable this setting, you must define a string in JSON format as described below:
-<br/>`[{"ApplicationId":"appId","MaxBundleVersion":"1.1","MaxBuildVersion":"1.0"}]`<br/>
-"appID" can be either the BSD process name or the bundle display name. "MaxBuildVersion" denotes the maximum build version of the app that will be blocked. "MaxBundleVersion" denotes the maximum bundle version of the app that will be blocked.
+To enable this setting, you must define a string in JSON format:
+
+`[{"ApplicationId":"appId","MaxBundleVersion":"1.1","MaxBuildVersion":"1.0"}]`
+
+"appID" can be either the BSD process name or the bundle display name. "MaxBuildVersion" denotes the maximum build version of the app that can be blocked. "MaxBundleVersion" denotes the maximum bundle version of the app that can be blocked.
The example for this setting in the .plist file is:
The example for this setting in the .plist file is:
### KFMBlockOptIn
-<a name="KFMBlockOptIn"> </a>
- This setting prevents users from moving their Documents and Desktop folders to any OneDrive account.
-If you enable KFMBlockOptIn, users aren't prompted to protect their Desktop and Documents folders, and the *Manage backup* command is disabled. If the user has already moved their Desktop and Documents folders, the files in those folders remain in OneDrive. This setting doesn't take effect if you've enabled **KFMOptInWithWizard**" or **KFMSilentOptIn**.
+If you enable KFMBlockOptIn, users aren't prompted to protect their Desktop and Documents folders, and the *Manage backup* command is disabled. If the user previously moved their Desktop and Documents folders, the files in those folders remain in OneDrive. This setting doesn't take effect if you enabled **KFMOptInWithWizard**" or **KFMSilentOptIn**.
If you set this setting's value to 1, it prevents Folder Backup. If you set the value to 2, it will redirect any folders previously used for Folder Backup back to the userΓÇÖs device and stop the setting from running further.
The example for this setting in the .plist file is:
### KFMBlockOptOut
-<a name="KFMBlockOptOut"> </a>
- This setting forces users to keep their Documents and Desktop folders directed to OneDrive. If you enable this setting, the **Stop Backup** button in the **Manage Folder Backup** window is disabled, and users receive an error if they try to stop syncing their Desktop or Documents folder.
The example for this setting in the .plist file is:
### KFMOptInWithWizard
-<a name="KFMOptInWithWizard"> </a>
- This setting displays a wizard that prompts users to move their Documents and Desktop folders to OneDrive. If you enable this setting and provide your tenant ID, users who are syncing their OneDrive sees the Folder Backup wizard window when they're signed in. If they close the window, a reminder notification appears in the Sync Activity Center until they move their Desktop and Documents folders.
The example for this setting in the .plist file is:
### KFMSilentOptIn
-<a name="KFMSilentOptIn"> </a>
- Use this setting to redirect and move your users' Documents and/or Desktop folders to OneDrive without any user interaction. You can move both folders at once or select which folder you want to move. After a folder is moved, this setting won't affect that folder again.
The example for this setting in the .plist file is:
<string>(TenantID)</string> ```
-If you enable this setting and provide your tenant ID, you can choose whether to display a notification to users after their folders have been redirected:
+If you enable this setting and provide your tenant ID, you can choose whether to display a notification to users after their folders are redirected:
```xml <key>KFMSilentOptInWithNotification</key>
If you don't set any of the following settings, then the default setting moves b
### OpenAtLogin
-<a name="OpenAtLogin"> </a>
- > [!IMPORTANT] > The OpenAtLogin setting will be deprecated with Sync app 24.113. Please refer to [Background services](deploy-and-configure-on-macos.md#background-services) to configure the appropriate profile for enabling OneDrive to start automatically when the user logs in.
The example for this setting in the .plist file is:
### SharePointOnPremFrontDoorUrl
-<a name="SharePointOnPremFrontDoorUrl"> </a>
- This setting specifies the SharePoint Server 2019 on-premises URL that the OneDrive sync app must try to authenticate and sync against. To enable this setting, you must define a string containing the URL of the on-premises SharePoint Server.
The example for this setting in the .plist file is:
### SharePointOnPremPrioritizationPolicy
-<a name="SharePointOnPremPrioritizationPolicy"> </a>
- This setting determines whether or not the sync app should set up sync for SharePoint Server on-premises or SharePoint in Microsoft 365 first during the first-run scenario when the account is the same for both SharePoint Server and SharePoint in Microsoft 365 in a hybrid scenario. If you set this setting's value to **1**, the OneDrive sync app sets up SharePoint Server first, followed by SharePoint in Microsoft 365.
The example for this setting in the .plist file is:
### SharePointOnPremTenantName
-<a name="SharePointOnPremTenantName"> </a>
- This setting enables you to specify the name of the folder created for syncing the SharePoint Server 2019 files specified in the Front Door URL. If this setting is enabled, you can specify a TenantName that is the name the folder uses in the following convention: OneDrive ΓÇô TenantName (specified by you) TenantName (specified by you)
-If you don't specify any TenantName, the folder uses the first segment of the FrontDoorURL as its name. For example, https<span>://</span>Contoso.SharePoint.com uses Contoso as the Tenant Name in the following convention: OneDrive ΓÇô Contoso
+If you don't specify any TenantName, the folder uses the first segment of the FrontDoorURL as its name. For example, https://</span>Contoso.SharePoint.com uses Contoso as the Tenant Name in the following convention: OneDrive ΓÇô Contoso
The example for this setting in the .plist file is:
The example for this setting in the .plist file is:
### Tier
-<a name="Tier"> </a>
- This setting lets you specify the sync app update ring for users in your organization. The OneDrive sync app updates to the public through three rings; first to Insiders, then to Production, and finally to Deferred. When you enable this setting and select a ring, users aren't able to change it. We recommend selecting several people in your IT department as early adopters to join the Insiders ring and receive features early. We also recommend leaving everyone else in the organization in the default Production ring to ensure they receive bug fixes and new features in a timely fashion. [See all our recommendations for configuring the sync app](ideal-state-configuration.md).
The example for this setting in the .plist file is:
### UploadBandwidthLimited
-<a name="UploadBandwidthLimited"> </a>
- This setting defines the maximum upload throughput rate for computers running the OneDrive sync app. To enable this setting, set a value between 50 and 100000 that is the upload throughput rate in KB/sec the sync app can use.
SharePoint Distribute Corporate News To Your Organization https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/distribute-corporate-news-to-your-organization.md
audience: Admin
f1.keywords:
-localization_priority: Normal
+ms.localizationpriority: medium
search.appverid: - m365solution-corpcomms
SharePoint Hold Town Hall Using Viva Engage https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/hold-town-hall-using-viva-engage.md
f1.keywords:
- NOCSH
-localization_priority: Priority
+ms.localizationpriority: medium
- Strat_SP_modern - M365-collaboration
SharePoint Hub To Hub Association https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/hub-to-hub-association.md
f1.keywords:
- NOCSH
-localization_priority: Normal
+ms.localizationpriority: medium
- Strat_SP_admin - M365-collaboration
SharePoint Intelligent Intranet Overview https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/intelligent-intranet-overview.md
recommendations: true
audience: Admin f1.keywords: - NOCSH-+ ms.localizationpriority: high
SharePoint Leadership Connection https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/leadership-connection.md
recommendations: true
audience: Admin
-localization_priority: Normal
+ms.localizationpriority: medium
search.appverid: MET150 - m365solution-corpcomms
SharePoint Onboard Employees https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/onboard-employees.md
f1.keywords:
- NOCSH
-localization_priority: Priority
+ms.localizationpriority: medium
- Strat_SP_modern - M365-collaboration
SharePoint Plan Communication Strategy https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/plan-communication-strategy.md
recommendations: true
audience: Admin
-localization_priority: Normal
+ms.localizationpriority: medium
search.appverid: MET150 - m365solution-corpcomms
SharePoint Review Communication Apps https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/review-communication-apps.md
recommendations: true
audience: Admin
-localization_priority: Normal
+ms.localizationpriority: medium
search.appverid: MET150 - m365solution-corpcomms
SharePoint Sites Usage Guidelines https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/sites-usage-guidelines.md
f1.keywords:
- NOCSH
-localization_priority: None
+ms.localizationpriority: low
# Create guidelines for site usage
SharePoint View Search Usage Reports Modern Sites https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/view-search-usage-reports-modern-sites.md
f1.keywords:
-localization_priority: Normal
+ms.localizationpriority: medium
search.appverid: - SPO160 - MET150
SharePoint Change Web Application Bindings https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/administration/change-web-application-bindings.md
f1.keywords:
- NOCSH
-localization_priority: Normal
+ms.localizationpriority: medium
- IT_Sharepoint_Server - IT_Sharepoint_Server_Top
SharePoint Install For Sharepoint Server 2019 https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/install/install-for-sharepoint-server-2019.md
f1.keywords:
- NOCSH
-localization_priority: Critical
+ms.localizationpriority: high
- IT_Sharepoint_Server - IT_Sharepoint_Server_Top
SharePoint Install Overview Spserver Se https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/install/install-overview-spserver-se.md
f1.keywords:
- NOCSH
-localization_priority: Critical
+ms.localizationpriority: high
- IT_Sharepoint_Server - IT_Sharepoint_Server_Top
SharePoint Repair Sharepoint Server Subscription Edition https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/install/repair-sharepoint-server-subscription-edition.md
f1.keywords:
- NOCSH
-localization_priority: Critical
+ms.localizationpriority: high
- IT_Sharepoint_Server - IT_Sharepoint_Server_Top
SharePoint Uninstall For Sharepoint Server Subscription Edition https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/install/uninstall-for-sharepoint-server-subscription-edition.md
f1.keywords:
- NOCSH
-localization_priority: Critical
+ms.localizationpriority: high
- IT_Sharepoint_Server - IT_Sharepoint_Server_Top
SharePoint Improved Asp Net View State Security Key Management https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/security-for-sharepoint-server/improved-asp-net-view-state-security-key-management.md
f1.keywords:
- NOCSH
-localization_priority: Normal
+ms.localizationpriority: medium
ms.assetid: 5cdce2aa-fa6e-4888-a34f-de61713f5096 description: "Learn how to set up improved ASP.NET view state security and key management"
SharePoint Oidc 1 0 Authentication https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/security-for-sharepoint-server/oidc-1-0-authentication.md
f1.keywords:
- NOCSH
-localization_priority: Normal
+ms.localizationpriority: medium
ms.assetid: 5cdce2aa-fa6e-4888-a34f-de61713f5096 description: "Learn how to set up OIDC authentication in SharePoint Server."
SharePoint Set Up Oidc Auth In Sharepoint Server With Adfs https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/security-for-sharepoint-server/set-up-oidc-auth-in-sharepoint-server-with-adfs.md
f1.keywords:
- NOCSH
-localization_priority: Normal
+ms.localizationpriority: medium
ms.assetid: 5cdce2aa-fa6e-4888-a34f-de61713f5096 description: "Learn how to set up OIDC authentication in SharePoint Server with Active Directory Federation Services (AD FS)."
SharePoint Set Up Oidc Auth In Sharepoint Server With Msaad https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/security-for-sharepoint-server/set-up-oidc-auth-in-sharepoint-server-with-msaad.md
f1.keywords:
- NOCSH
-localization_priority: Normal
+ms.localizationpriority: medium
ms.assetid: 5cdce2aa-fa6e-4888-a34f-de61713f5096 description: "Learn how to set up OIDC authentication in SharePoint Server with Microsoft Entra ID."
SharePoint Certificate Notification Contacts Haven't Been Configured https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/technical-reference/certificate-notification-contacts-haven't-been-configured.md
audience: ITPro
f1.keywords:
-localization_priority: Normal
+ms.localizationpriority: medium
- IT_Sharepoint_Server - IT_Sharepoint_Server_Top
SharePoint Ssl Certificates Expire https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/technical-reference/ssl-certificates-expire.md
audience: ITPro
f1.keywords:
-localization_priority: Normal
+ms.localizationpriority: medium
- IT_Sharepoint_Server - IT_Sharepoint_Server_Top
SharePoint Ssl Certificates Have Expired https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/technical-reference/ssl-certificates-have-expired.md
audience: ITPro
f1.keywords:
-localization_priority: Normal
+ms.localizationpriority: medium
- IT_Sharepoint_Server - IT_Sharepoint_Server_Top
SharePoint Upcoming Ssl Certificate Expirations https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/technical-reference/upcoming-ssl-certificate-expirations.md
audience: ITPro
f1.keywords:
-localization_priority: Normal
+ms.localizationpriority: medium
- IT_Sharepoint_Server - IT_Sharepoint_Server_Top
SharePoint What S Deprecated Or Removed From Sharepoint Server Subscription Edition https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/what-s-new/what-s-deprecated-or-removed-from-SharePoint-Server-Subscription-Edition.md
f1.keywords:
- NOCSH
-localization_priority: Priority
+ms.localizationpriority: medium
- IT_Sharepoint_Server - IT_Sharepoint_Server_Top