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 WebAuth not working on VisionOS #877

Open
6 tasks done
JamieScanlon opened this issue Oct 11, 2024 · 0 comments
Open
6 tasks done

Facebook WebAuth not working on VisionOS #877

JamieScanlon opened this issue Oct 11, 2024 · 0 comments
Labels
bug This points to a verified bug in the code

Comments

@JamieScanlon
Copy link

Checklist

Description

I started using version 2.9.0 with Vision OS. When I go through the Web Auth flow to try to authenticate with Facebook, the web popup window goes to the Facebook landing page (Facebook.com) rather than the Facebook auth screen (https://www.facebook.com/v21.0/dialog/oauth). If I log in it pops up the Facebook web app in the little oath web view.

In my app I also have google sign in implemented in the same way and that login flow works fine
Screenshot 2024-10-10 at 11 16 59 AM

Reproduction

Auth0
            .webAuth()
            .scope("openid profile email")
            .audience("https://\(CommonConfiguration.Auth0_Audience)/userinfo")
            .connection("facebook")
            .start {
                ...
           }

Additional context

No response

Auth0.swift version

2.9.0

Platform

iOS

Platform version(s)

visionOS 2

Xcode version

16.0

Package manager

Swift Package Manager

@JamieScanlon JamieScanlon added the bug This points to a verified bug in the code label Oct 11, 2024
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

1 participant