aad_oauth
aad_oauth copied to clipboard
Flutter Azure Active Directory OAuth Package
Here are some changes we have been using for some time now in our Android + web apps, with full B2C support for both Android and web, plus an `isLogged`...
Any chance windows desktop support is on the roadmap?
I am trying to integrate my Flutter app with azure identity. In particular we are trying to use B2C, but without obtaining particular results. When I click the "Login" button,...
dependency upgrade
We have multiple simple PRs waiting for review/approval and the last commit was done over 6 months ago. Time to fork?
Publish the refresh token to use it in cases like those described in this issue #137
We are seeing the below error as aad_oath is using the flutter_Secure_storage's version which has this defect. Please update the dependency and fix this issue. https://github.com/mogol/flutter_secure_storage/issues/161
1. Package is opening web view for login. user has to make login every time even user is logged in default browser. 2. Two Factor authenticate is not working with...
I had to modify the config class to change the authority url in order to work with government accounts. For example: `https://login.microsoftonline.us/$tenant/oauth2/v2.0/token` instead of `https://login.microsoftonline.com/$tenant/oauth2/v2.0/token`