Facebook integration not working in Entra external Id user flow
Ankit Yadav
5
Reputation points
We have followed the instructions provided in the document [https://learn.microsoft.com/en-us/entra/external-id/customers/how-to-facebook-federation-customers] to integrate with Facebook.
the option to log into with Facebook shows as expected in the login screen. When we try to log in though, the attempt fails with the following error
error Error Domain=MSALErrorDomain Code=-50000 "(null)" UserInfo={MSALErrorDescriptionKey=AADSTS250004:+The+request+failed+with+error:+AADB2C90243:+The+IDP's+client+key/secret+is+not+properly+configured.+Trace+ID:+03a24cf5-ea39-407e-ba7e-bdc6ac4c0400+Correlation+ID:+3ccae658-58e1-4184-b237-4b28b491cad5+Timestamp:+2025-01-31+06:39:34Z, MSALOAuthErrorKey=server_error, MSALCorrelationIDKey=3CCAE658-58E1-4184-B237-4B28B491CAD5, MSALInternalErrorCodeKey=-50006}
We have tried to troubleshoot with the following
1. create new clientid/secret
2. removed and added all the reply URLs all over again
3. published and unpublished our facebook intgration a few times
The app details..
Platform - Android and iOS
Auth mode - Browser-deligated authentication
MSAL SDK being used for ios v1.6.2 and android v5.8.2
Sign in to answer