Giter Site home page Giter Site logo

Comments (17)

jmprieur avatar jmprieur commented on July 28, 2024

This is an issue happening on ADAL.NET. I transferred it to the ADAL.NET repo.
@bgavrilMS @trwalke @jennyf19 @pmaytak : do we have a way of trying if MSAL.NET is also affected?

from azure-activedirectory-library-for-dotnet.

Deloyuri avatar Deloyuri commented on July 28, 2024

from azure-activedirectory-library-for-dotnet.

jmprieur avatar jmprieur commented on July 28, 2024

Which new issue, @Deloyuri : this is the same (just transferred from one repo to another)

from azure-activedirectory-library-for-dotnet.

jennyf19 avatar jennyf19 commented on July 28, 2024

@Deloyuri have you considered moving to MSAL.NET?

from azure-activedirectory-library-for-dotnet.

Deloyuri avatar Deloyuri commented on July 28, 2024

from azure-activedirectory-library-for-dotnet.

jennyf19 avatar jennyf19 commented on July 28, 2024

@Deloyuri i understand.

Which xamarin version are you on?

You can pass in an HttpClientFactory for iOS...can you try passing in one that uses the managed handler, which doesn't care about the app going into the background and see if that one works? You would do something like this for the iOS factory:

_httpClient = new HttpClient(new HttpClientHandler() { UseDefaultCredentials = true })

Providing an HttpClient · https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/wiki/Providing-an-HttpClient

from azure-activedirectory-library-for-dotnet.

jennyf19 avatar jennyf19 commented on July 28, 2024

@Deloyuri i would suggest passing in the HttpClient, as the solution. It shouldn't be a huge change in your code, do you have a test environment where you can try it?

and which version of Xamarin is being used?

from azure-activedirectory-library-for-dotnet.

bgavrilMS avatar bgavrilMS commented on July 28, 2024

@jennyf19 - note that injecting an HttpClient was implemented sometime in ADAL 5.x, pretty sure it isn't possible in ADAL 3.x. Why would a custom HttpClient fix this issue? Are you thinking about the recent Xamarin SDK bug?

from azure-activedirectory-library-for-dotnet.

jennyf19 avatar jennyf19 commented on July 28, 2024

@bgavrilMS i would like to see if the managed httpclient is not working as well, either netcore/mono has the issue.

@Deloyuri, as @bgavrilMS mentioned, you would need to move to latest ADAL version first.

recent Xamarin SDK bug

it wasn't a bug in Xamarin, it was a bug in the customer code.

from azure-activedirectory-library-for-dotnet.

jennyf19 avatar jennyf19 commented on July 28, 2024

also @Deloyuri I gave our css engineer the link to the MSAL.NET repro, and not ADAL.NET, sorry about that, but @jmprieur got it sorted out

from azure-activedirectory-library-for-dotnet.

Deloyuri avatar Deloyuri commented on July 28, 2024

you guys lost me a bit. As @bgavrilMS mentioned, the version of ADAL we have doesn't allow for swapping out HttpClient. Has anyone on your team been able to reproduce this? I'd suggest trying with the same version of ADAL as above, and on an iOS 14.5 beta device.

from azure-activedirectory-library-for-dotnet.

jennyf19 avatar jennyf19 commented on July 28, 2024

@Deloyuri we can try to repro on the latest version, but not on 3.x. our suggestion would be to use the HttpClient, as I mentioned above. Or move to MSAL.NET

from azure-activedirectory-library-for-dotnet.

Deloyuri avatar Deloyuri commented on July 28, 2024

Please let me know what you see when you try to reproduce with ADAL and iOS 14.5 beta.

from azure-activedirectory-library-for-dotnet.

bgavrilMS avatar bgavrilMS commented on July 28, 2024

@Deloyuri - just to set expectations, we do support ADAL 5.x but not ADAL 3.x. Each major version of the library has 1 year support from the team. We are not setup to repro ADAL 3.x bugs, we always ask developers to upgrade (ideally to MSAL, as making changes in ADAL is unlikely).

from azure-activedirectory-library-for-dotnet.

Deloyuri avatar Deloyuri commented on July 28, 2024

Ok, got it. Are you able to reproduce with ADAL 5.x?

from azure-activedirectory-library-for-dotnet.

jennyf19 avatar jennyf19 commented on July 28, 2024

@Deloyuri yes, @trwalke is on point to try and repro w/5.x and iOS 14.5

from azure-activedirectory-library-for-dotnet.

jennyf19 avatar jennyf19 commented on July 28, 2024

@Deloyuri can you try updating to Xamarin iOS 14.14 and see if the issue repros there? There is an issue in mono, so you can either update the Xamarin iOS version to 14.14 or try passing in your own HttpClient, or updating to MSAL. Probably the move to 14.14 is least invasive to your app.

from azure-activedirectory-library-for-dotnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.