Search code examples
azureflutteroauth-2.0azure-active-directory

Flutter Login using Azure Active directory


I am using Flutter for our Mobile application. and I am having trouble with Login user and get Auth token. I have tried https://medium.com/flutter-community/flutter-azure-authentication-with-ad-b2c-8b76c81dd48e this article approach. My AAD is B2B. But after logged in I get a error in pop up:

Cannot GET /auth/openid/return

Any suggestion or article, documentation would be helpful.


Solution

  • Currently there is no native SDK for Flutter to integrate with Azure AD.

    There is already a similar User voice.. You can vote for it or else you can create a new one.