Flutter azure ad integration

low chen thye 1 Reputation point
2022-03-13T10:35:51.717+00:00

Hi there, since flutter is used for cross platform mobile development. Currently, there is no official flutter library to integrate azure ad. Is it ok to use library like flutter appauth? Or we must do it separately by using native code in android/ios for flutter?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,631 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 12,176 Reputation points
    2022-03-13T11:18:35.703+00:00

    You may refer the following library.

    https://pub.dev/packages/aad_oauth

    Though the official documentation specifically not talking about flutter, there are lots of samples about mobile application integration. Have a read.

    https://learn.microsoft.com/en-us/azure/active-directory-b2c/integrate-with-app-code-samples

    Hope this helps

    1 person found this answer helpful.