Facebook login using OIDC

1
Hello, I’m trying to use OIDC Module to implement Facebook login function and i have this error “Error occured while DecodeAndVerifyJWT” because the “TokenId” is empty and idk why it’s always empty i don’t know if i have something wrong with my configuration or what.   although the access token isn’t empty  and I used Facebook Access token debugger to check it and it returns data normally
asked
1 answers
2

Okay after hours of searching, I found the solution:
You MUST add ‘ openid ‘ to the scopes list and select it

answered