AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

Use unauthorized client instead of invalid client #2408

Closed Yuki-YuXin closed 5 months ago

Yuki-YuXin commented 5 months ago

The mock API responses from all endpoints have been update to return unauthorized_client error response instead of invalid_client. Investigate and update any tests that are expecting invalid_client responses and replace this with unauthorized_client.