lafriendly.blogg.se

Enable modern authentication for office 2013
Enable modern authentication for office 2013








  • iOS: iOS 12 or above + native mail client (bundled in iOS),.
  • Mac OS: native mail app in MacOS 10.14 or above, Outlook 2016 for Mac.
  • Windows OS: Office 2016, Office 2013 with modern authentication registry key updated.
  • Here illustrates the difference between Outlook login.Ĭlient Applications supporting Modern Authentication includes: That includes a different login screen while using, a CUHK Login page will be prompted for logon O365 serivces.

    enable modern authentication for office 2013

    This is to help prepare for introducing 2-factor authentication solution to protect unauthorized access to your account.Īfter the modern authentication is enabled, minimal changes can be visualized. The New-PSSession cmdlet is then used to define a session with Exchange Online.In order to enhance the security and access reliability in email and Office 365 services (such as OneDrive, SharePoint, etc), modern authentication will be enabled effective from (Wed) 2PM. Use an account that has administrative access to Exchange Online. The Get-Credential cmdlet will prompt you to enter a username and password. $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri -Credential $UserCredential -Authentication Basic -AllowRedirection To make a connection to Exchange Online, open a PowerShell prompt or the Integrated Scripting Environment (ISE), and run the following two lines of code: $UserCredential = Get-Credential And you’ll also need to log in to Exchange Online using an account that isn’t 2FA-enabled. Modern Authentication must be enabled in Exchange Online using PowerShell.

    enable modern authentication for office 2013 enable modern authentication for office 2013

    SharePoint Online has support for MA enabled by default, but if you want to allow 2FA-enabled Office 365 users to connect to Exchange Online using Outlook 2013 or later, you’ll need to enable MA in Exchange Online first.įor more information on 2FA in Office 365, see Enable Multifactor Authentication for Office 365 Users and What is Multifactor Authentication and How Does It Work? on the Petri IT Knowledgebase. Office 2013 and later desktop apps and Office mobile apps all support 2FA out-of-the-box, and this support is known as Modern Authentication (MA).

    enable modern authentication for office 2013

    The Microsoft Authenticator app allows mobile devices to be used like smartcards, acting as a second factor in the authentication process, and uses push notifications so that users don’t have to type codes to confirm that they’re in possession of the device. If you’ve been following my article series on multi-factor authentication, you’ll know that Microsoft has been working hard to make deploying 2FA easier. In this Ask the Admin, I’ll show you how to enable Modern Authentication in Exchange Online so that two-factor authentication (2FA) enabled users in Office 365 can access Exchange Online using Outlook 2013 or later.










    Enable modern authentication for office 2013