aad_oauth
aad_oauth copied to clipboard
Flutter Azure Active Directory OAuth Package
How to get refresh token ,can we do a sso in Microsoft through this package,is that possible
There seems to be an issue with the library, at the end of the login flow (after i've verified my account) the screen is blank, is there a problem with...
Hello, I'm using your package and it works super nice. But I have a dependency on other packages that I cant upgrade due to the JS version. Would it be...
This library works really well with ADB2C, however, when I try to add Google to my ADB2C providers and click on the Google button to log in with Google, I...
Earlier it was working fine. Since today getting the below error. Error (Xcode): ../../.pub-cache/hosted/pub.dev/aad_oauth-1.0.1/lib/request_code.dart:60:17: Error: The method 'PopScope' isn't defined for the class 'RequestCode'. Could not build the application for...
In my pubspec.yaml i have, environment: sdk: ">=2.17.6
I started a fresh project and imported the example code to get the auth process running. The following error occurs and the app fails on build. ══╡ EXCEPTION CAUGHT BY...
Getting userinfo from Azure B2C is not very straight forward, and at least in my case the information I am looking for is already available in the object returned by...
Is there a way to do always show the login prompt in web? I added `login` under prompt field but it just doesn't seem working. I'm expecting that if `login`...
Hi, once I insert credentials for login, on redirecting way back to the app, I get this error. I am using the GetX package for routing and as a wrapper...