Sign in error code 65002

Sivakarthikeyan K 20 Reputation points
2023-07-31T13:28:46.0266667+00:00

Why does Azure sign in error code 65002 occurs and how to mitigate this problem?

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
{count} votes

Accepted answer
  1. brtrach-MSFT 15,256 Reputation points Microsoft Employee
    2023-08-01T22:55:13.3966667+00:00

    @Sivakarthikeyan K
    Thank you for providing more information about the error code 65002. This error occurs when a developer in your tenant is attempting to reuse an App ID owned by Microsoft, which prevents them from impersonating a Microsoft application to call other APIs. To solve this issue, the developer must move to another app ID they register in portal.azure.com.

    Here are the steps to solve this issue:

    1. To register a new app ID in portal.azure.com, follow these steps:
      1. Sign into the Azure portal.
      2. Navigate to Azure Active Directory.
      3. Select App registrations and then select New registration1234.
        1. Enter a name for the new app ID and select the appropriate account types12.
        2. Under Redirect URI, select Web and enter the appropriate URL1.
        3. Select Register to complete the registration process1.
    2. To update the application code to use the new app ID, the developer should replace the old app ID with the new one in the application code.
    3. To configure the new app ID to access the required APIs, follow these steps:
      1. Navigate to the API management page in the Azure portal.
        1. Select the API that the app ID needs to access.
          1. Under Access control (IAM), select Add and then select Add role assignment.
            1. Select the appropriate role and then select the new app ID as the assignee1.
    4. To test the application to ensure it is working properly with the new app ID, the developer should run the application and verify that it is able to access the required APIs without any errors.

    More reading: https://learn.microsoft.com/en-us/azure/active-directory/develop/reference-error-codes


1 additional answer

Sort by: Most helpful
  1. brtrach-MSFT 15,256 Reputation points Microsoft Employee
    2023-07-31T23:27:53.06+00:00

    @Sivakarthikeyan K The Azure sign-in error code 65002 typically occurs when there is an issue with the authentication token used to sign into Azure. This error can occur due to a variety of reasons, such as an expired or invalid token, network connectivity issues, or incorrect login credentials.

    To mitigate this problem, you can try the following steps:

    1. Verify that your login credentials are correct and that you have the necessary permissions to access the Azure resources you are trying to access.
    2. Check your network connectivity and ensure that you have a stable internet connection.
    3. Clear your browser cache and cookies and try signing in again.
    4. Try using a different browser or device to sign in.
    5. If the issue persists, try signing out of Azure and signing back in again.
    6. If none of the above steps work, you can try resetting your Azure Active Directory (AD) credentials
    0 comments No comments