Share via

Is there an MSAL error code list?

90730225 11 Reputation points
2022-06-26T07:17:47.643+00:00

Is there a list of MSAL error codes? For example, when I close the interactive login, MSAL throws a ServiceException with an inner exception of MsalClientException, whose ErrorCode field is "authentication_canceled". Is there a list of all possible error codes?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

1 answer

Sort by: Most helpful
  1. Alfredo Revilla - Upwork Top Talent | IAM SWE SWA 27,551 Reputation points Moderator
    2022-06-28T03:53:40.407+00:00

    Hello @90730225 , you can find MSAL Error Codes within the MsalError class.

    Also, take a look to Handle errors and exceptions in MSAL.NET.

    Let us know if this answer was helpful to you or if you need additional assistance. If it was helpful, please remember to accept it and complete the quality survey so that others in the community with similar questions can more easily find a rated solution.

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

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