Share via

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 Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

1 answer

Sort by: Most helpful
  1. Sreeju Nair 12,761 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

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.