Hi @Anonymous , can you try adding this to <Metadata />:
<Item Key="AccessTokenResponseFormat">json</Item>
If this doesn't work please let me know. What document are you following for this? I can look into this further for you.
Best,
James
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I follow the documentation sign in/sign up B2c with Facebook and I have this error
My claim provider looks like:
I have to mention that the error appears as follow: I complete my credentials, I press Connect, it asks me if I agree that company wants to access my Facebook account and after I press ok, the error appears
Could you please tell me from where the problem could be?
Thank you in advance,
Irina
Hi @Anonymous , can you try adding this to <Metadata />:
<Item Key="AccessTokenResponseFormat">json</Item>
If this doesn't work please let me know. What document are you following for this? I can look into this further for you.
Best,
James
I have added these two lines from other example and it works for me.
<Item Key="scope">email public_profile</Item>
<Item Key="ClaimsEndpoint">https://graph.facebook.com/me?fields=id,first_name,last_name,name,email</Item>