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
Related
I have integrated the MS Intune SDK in my iOS and Android application. It is working fine with ClientID created from Azure active directory -> App registration.
I want to remove the ClientId dependancy for my iOS and Android app.
Is it allowed by Microsoft Intune SDK?
What are steps I need to perform for iOS and Android?
Any sample app link with me more helpful
"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
I'm going to build asp.net core2 Web API based on open source platform for providing the services for my clients who built by React Native(IOS, Android) and Reactjs (Webs) due to building this projects I need to get more suggestion from overall developers for using NuGet packages and another framework to avoid some inconvenient cause which will happen in futures. However, my projects environment was listed as below
Authentication Middleware and Services :
Auth2.0
JWT (Beaer)
Swagger
Facebook Authentication
Google Authentication
Twitter Authentication
Packages:
Entity Framework Core 2
Pomelo.EntityFrameworkCore.MySql
Swashbuckle.AspNetCore
Swashbuckle.AspNetCore.SwaggerUI
Swashbuckle.AspNetCore.SwaggerGen
Swashbuckle.AspNetCore.Swagger
Microsoft.AspNetCore.Authentication.JwtBearer
Newtonsoft.Json
This project will be deployed to Linux (Ubunto17.04 or higher)
I have confusion for 'Quickbooks' integration with my android app.
Can i integrate 'Quickbooks' with my android app or not ?
I have go through their documentation from here
https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/0085_develop_quickbooks_apps/0000_create_an_app
I have an app that uses Facebook API for user login only and we requires only the three basic user permissions (i.e. user_friends, user_email, user_login).
Since the 1.0 API version is deprecating by 30 April 2015, I have been asked to upgrade the iOS and Android SDKs to the latest. I checked my SDKs.
iOS SDK v3.21.1
Android SDK v3.7
in the iOS iOS 3.x upgrade guide, it states that by v3.20, iOS SDK is defaulted to v2.2 of Facebook Graph API. I wonder does that mean I don't need to upgrade the iOS SDK for it to support Facebook Login?
For Android, I can't find relevant information stating whether v3.7 is using graph api v2.0 by default.
I have done the following steps:
I turned this to on.
And I am still seeing this:
Advice are welcomed! Thank you very much.
You should be fine on iOS, but need to update your Android SDK. If you don't want to switch to v4.x, you can still use v3.23.1, which should be a completely backwards compatible update for you.