1
votes

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.

2

2 Answers

1
votes

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.

0
votes

I have used a pub.dev/packages/aad_oauth#-readme-tab this package to get acces token. Even tough My app service was not b2c, I could successfully logged in and log out.