Service Accounts with Azure AD Modern Authentication

Muhammad Hussain 201 Reputation points
2022-07-20T05:08:02.76+00:00

Referring to the below article, Microsoft is disabling the Basic authentication on azure AD, then how we can run the service accounts smoothly? because services accounts are working on basic authentication with Azure AD.

https://learn.microsoft.com/en-us/azure/active-directory/conditional-access/block-legacy-authentication

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 119.8K Reputation points MVP Volunteer Moderator
    2022-07-20T05:11:28.463+00:00

    The Graph API and the latest versions of the PowerShell modules across various M365 workloads all support Modern auth. If you want a fully automated solution, use certificate-based authentication, or obtain/pass tokens in the application context. Here's an example of how Exchange Online leverages CBA: https://learn.microsoft.com/en-us/powershell/exchange/app-only-auth-powershell-v2?view=exchange-ps

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.