"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."
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
Related
I have an error when select Chinese mainland:
MAJOR:22: Integrate the version update API (checkUpdate). If you already integrate the API, check whether the HMS SDK code is obfuscated in the configuration file. For details about how to modify the configuration file, visit https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/appgallerykit-preparation#h1-1574846682104 ;SUGGESTION:17: HMS SDK APIs that are called: 34: Integrated HMS services: [agconnect-core, iap, base]
Does anyone know how to solve this?
Thank You.
(1)MAJOR:22:——For this,you can integrate the version update API (checkUpdate), referring to following link.
Game application
Common application
(2)SUGGESTION:17、30 and 34,——you can ignore it, Manual approval prevails.
I am developing an Android app that uses the Intune App SDK for Android. My application uses MSAL for authentication to Azure AD, but I was not able to find any information about using the SDK with MSAL, only with ADAL.
Release 6.3.0 (https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases/tag/6.3.0) notes mention that "App developers wishing to use Microsoft Authentication Library (MSAL) should be using this version of the Intune SDK for Android at minimum." but besides that, I couldn't find any other relevant information.
I know the iOS SDK supports MSAL since release 11.1.2.
As far as I know, Android Intune SDK supports use with MSAL.Please check here
ADAL for Android, will no longer receive new feature improvements. Instead, use the new library MSAL for Android,Refer to Github:Microsoft Authentication Library (MSAL) for Android
I am looking to access the version of the PayPal library on Android, for logging/debugging purposes.
On iOS one can get the PayPal library version like so:
[PayPalMobile libraryVersion]
How do we retrieve the PayPal library version on Android? I've searched the docs but have found no reference to it.
Thank you
The version of the PayPal Android SDK is returned in the payment response (see sample here: https://developer.paypal.com/webapps/developer/docs/integration/mobile/verify-mobile-payment/).
I want to add LDAP authentication in our application. I have searched and found two apps on Github, but they don't connect to server. What is a necessary condition to connect the server through ldap?
Look into the UnboundID SDK. They have an kit for Android including samples and an app created is with the SDK available on google play.
Source code for the app is available from UnboundID in their LDAP SDK.
You can find and example of authentication with ldap in this example
and the android usage here
Has anyone tried this tool, and can confirm that its actually working?
code.google.com/p/socialauth-android/
I am running their samples, buy it doesnt seem to work.
It throws authentication error for keys
I have downlaoded their latest code from svn and it is working for linkedin.
I had same issue. current available version socialauth-android 3.2 works with oauth1 protocol implementation for Linkedin. I've created pull request with updated library socialauth-android, which contains new version of socialauth library and oauth2 protocol implementation.