Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook Authentication issue iOS18 + Passcode #881

Closed
6 tasks done
IssaSidekickInteractive opened this issue Oct 23, 2024 · 1 comment
Closed
6 tasks done

Facebook Authentication issue iOS18 + Passcode #881

IssaSidekickInteractive opened this issue Oct 23, 2024 · 1 comment
Labels
bug This points to a verified bug in the code

Comments

@IssaSidekickInteractive

Checklist

Description

Hello,

We cannot authenticate with Facebook anymore on iOS 18 using Passcode.
After entering the captcha, there is no redirection in the app.

Here a video from the sample app:

Auth0.-.Facebook.-.Passcode.-.iOS18.mp4

Reproduction

  1. Open the sample app
  2. Modify login func
func login() {
Auth0
  .webAuth()
  .connection("facebook")
  .useEphemeralSession()
  .start { result in
      switch result {
      case .success(let credentials):
          self.user = User(from: credentials.idToken)
      case .failure(let error):
          print("Failed with: \(error)")
      }
  }
}

Note that useEphemeralSession is use here.

Additional context

No response

Auth0.swift version

2.10.0

Platform

iOS

Platform version(s)

iOS 18.1

Xcode version

15.3 (15E204a)

Package manager

Swift Package Manager

@IssaSidekickInteractive IssaSidekickInteractive added the bug This points to a verified bug in the code label Oct 23, 2024
@Widcket
Copy link
Contributor

Widcket commented Jan 10, 2025

Hi @IssaSidekickInteractive,

That seems like an issue with the configuration of the Facebook connection. Make sure to follow the integration instructions at https://marketplace.auth0.com/integrations/facebook-social-connection. If the issue persists, please contact Auth0 support.

Please note that this is not an issue with the Auth0.swift SDK.

@Widcket Widcket closed this as completed Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

2 participants