0
votes

"AADSTS50020: We are unable to issue tokens from this api version for a Microsoft account. Please contact the application vendor as they need to use version 2.0 of the protocol to support this."

1
HI,Is this native android application ? what about version ? Are you using ADAL library ?Inzi
@MohamedInfaaz, yes it's native android app and i am using ADAL library. Please check below. implementation('com.microsoft.aad:adal:1.14.+') { exclude group: 'com.android.support' }Mandeep Yadav

1 Answers

1
votes

ADAL doesn't support Azure AD v2.0. You can use MSAL library to achieve this. https://github.com/AzureAD/microsoft-authentication-library-for-android