3

how can I retrieve current user profile from an azure ad in flutter mobile app I have used this flutter package and followed the example(not b2c). I can only retrieve the Access Token but not the user data like email and user names.

Is there anyone who got this?

Ananthakrishna
  • 517
  • 5
  • 24

1 Answers1

1

Not familiar with Flutter but to get the information about a user, you will need to use Microsoft Graph API.

I searched for Microsoft Graph using this link: https://pub.dev/packages?q=microsoft+graph and it showed me some packages. Hopefully you should be able to pick the right package.

Gaurav Mantri
  • 128,066
  • 12
  • 206
  • 241