Unable to get a valid Accesstoken from Azure AD on Flutter Windows Desktop
I’m working on a Flutter application that uses OAuth2 for authentication with Microsoft. I’m trying to implement the authentication flow using a WebView, but I’m encountering some issues. Below is my current implementation.
Unable to get a valid Accesstoken from Azure AD on Flutter Windows Desktop
I’m working on a Flutter application that uses OAuth2 for authentication with Microsoft. I’m trying to implement the authentication flow using a WebView, but I’m encountering some issues. Below is my current implementation.