Jan-Niclas de Vries

Results 11 comments of Jan-Niclas de Vries

I am experiencing the same issues when using the Microsoft MSAL Backend

I guess I found the source of the issue: https://github.com/openid/AppAuth-iOS/issues/232 .It seems that app URIs as a callback are not supported on the iOS implementation of AppAuth. I'm trying a...

@MaikuB thanks for clarifying the issue. It seems a bit strange that it does not work in my case, since I am working with Azure Active Directory and I registered...

Yes you are right. Currently we are migrating to the new [MSAL](https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-overview) library instead of using ADAL. Maybe there are some issues in our specific configuration of the system. As...

> also facing this issue.. @hitshydev are you able to do a fork with flutter_appauth 1.0.0? To get null_saftey support. I merged the master branch of this repo onto my...

I forked the project and changed the line, that's causing the error. When using dynamic, the type is only determined when running the app which seems to be not fully...

@mkermani144 it worked for me while using a self-hosted Gitlab instance. I added `https://gitlab.my-instance.com/repo.git` to `package.json` as `repository.url`.

Thanks for the hint @calda! When I get back the project I'll try to use the module aliasing and keep you updated. I'm curious if it works in a normal...

@mrdaios #5 adds null safety support, would be nice if that could be reviewed and merged

I ran into the same problem. Seems like it has to do with the new Flutter 1.7.8+hotfix.3 release, because it still works with 1.5.4-hotfix.2.