Giter Club home page Giter Club logo

Comments (4)

damieng avatar damieng commented on June 14, 2024 3

Okay, we've figured out what is going on here. Xcode 11 introduces some breaking changes to ASWebAuthenticationSession which we adopted as the default in 2.3.1.

Immediate options until we can get a fix out:

  • Use 2.3.1 of this library
  • Modify your options to use the older pre-2.3.1 SFSafariViewControllerBrowser

The second option is probably the easiest, it would look like this:

var myOptions = new Auth0ClientOptions {
  ...
  Browser = new SFSafariViewControllerBrowser()
}

For reference here's what we had to do on our iOS 13 native app auth0/Auth0.swift#297

from auth0-oidc-client-net.

damieng avatar damieng commented on June 14, 2024

Are you setting your Auth0ClientOptions objects RedirectUrl property in your iOS app?

In 2.4.2 we fixed a bug where previously it wasn't honored. If you had previously set it to an invalid value it would have still worked because it was ignoring it and now it isn't.

from auth0-oidc-client-net.

nguyenminh92 avatar nguyenminh92 commented on June 14, 2024

Thanks @damieng. I was not setting it before, but following what you said i tried setting it to the right RedirectUri and still ran into the same issue.

from auth0-oidc-client-net.

nguyenminh92 avatar nguyenminh92 commented on June 14, 2024

Thanks @damieng. The second option works well! I really appreciate your quick responses!

from auth0-oidc-client-net.

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.