-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Gen1: Ability to pass configurationID for Facebook Login for Business #13792
Comments
Hello, @peculiarism 👋. Are you using Facebook as a passed in provider (like shown here) or are you federating with Facebook directly and not using the Cognito Hosted UI? Can you share the frontend code where you're calling the Is there any documentation or news that you can reference where Facebook is no longer supporting this current login method or if there's changes coming to it? |
@peculiarism, ah I think I found it within the Meta Developer Docs. We're talking about the If so, then I believe this is something that would require Cognito as a service to support our passing of a new query parameter to Facebook during the login process. I'll mark this as a feature request for now and review this internally with our team. |
Hi @cwomack, thanks for following up -- you've answered all your questions without me! 😄 |
Thanks for reply and confirmation, @peculiarism. We'll follow up with any updates or progress as they are made. And thank you for creating this issue to capture the feature request! |
Been trying to get around the same issue - any updates would be greatly appreciated! |
@StAandrew, I don't have any updates yet unfortunately. This is still on our radar and something that needs support on the Cognito side as well. |
@cwomack Hi, i'm having the same issue, is there any update on this? |
@joefour, no update as of yet unfortunately. This feature requires support from Cognito before we can implement on the Amplify side. If there's any progress or further updates, we'll be sure to comment! |
Before opening, please confirm:
JavaScript Framework
Next.js
Amplify APIs
Authentication
Amplify Version
v6
Amplify Categories
auth
Backend
Other
Environment information
Describe the bug
Facebook have removed Facebook Login as a product in favour of Facebook Login for Business. While this is fine, there's no way to pass a configuration ID for the Facebook Login for Business product, which results in the app not being available:
Expected behavior
Login with FB flow successfully loads, with the ability for users to select the permissions to grant to the Facebook app as configured in the app configuration
Reproduction steps
Setup social providers for Amplify Auth within a Cognito user pool, pass the relevant scope permissions, see screen.
Code Snippet
Log output
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
No response
Mobile Operating System
No response
Mobile Browser
No response
Mobile Browser Version
No response
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: