A cloud-based identity and access management service for securing user authentication and resource access
Hello Raymond,
It looks like you’re trying to switch from Basic Authentication to Modern Authentication for your service account to align with Microsoft’s upcoming deprecation of Basic Authentication after 12/31/2025. Here’s a step-by-step guide to help you make that transition using Microsoft Entra ID, as it is currently the only supported authentication method:
Steps to Update Authentication to Modern (Microsoft Entra ID)
-
- Access the Azure Portal:
- Go to Azure Portal and sign in with your credentials.
- Locate Your Application:
- From the left-hand menu, select Microsoft Entra ID.
- Click on App registrations and find your application from the listing.
- Configure Authentication:
- Navigate to the Authentication section.
- Ensure that you enable Microsoft Entra multifactor authentication by following the on-screen instructions. This step is crucial as Microsoft requires stronger security protocols than Basic Authentication offers.
- Set Necessary Permissions:
- Make sure that all required permissions are granted to your app. This might include permissions such as
User.Read.All,
- Make sure that all required permissions are granted to your app. This might include permissions such as
- Verify Configuration:
- After configuring, test the authentication by attempting to sign in to your application. Make sure that multifactor authentication prompts are functioning as expected.
Common Issues
- Difficulty Setting Up Entra ID Authentication: Double-check that all the necessary permissions are granted in the Azure portal.
- Authentication Errors During Sign-In: Ensure your configuration settings are correct and the right AppID is being used.
- Verify Configuration:
- After configuring, test the authentication by attempting to sign in to your application. Make sure that multifactor authentication prompts are functioning as expected.
- Access the Azure Portal:
Further Resources
- Microsoft Entra ID documentation
- Microsoft Entra multifactor authentication guide
- How to configure Microsoft Entra authentication for an existing cluster
If you encounter any issues while following these steps, feel free to ask! Good luck with the transition!