django-rest-social-auth
django-rest-social-auth copied to clipboard
AuthTokenError: Token error: Incorrect id_token: nonce
I'm getting this error when I make a POST request to /api/login/social/token/google-openidconnect/ using the code provided by google. Is openid not supported?
I was able to reproduce this. Need some time to find an origin of the error.
Any updates on this one @kosiraljaz or @st4lk?
Hi, I'm currently facing same issue with OpenIdConnectAuth
backend. I was able to make it work by bypassing nonce validation in validate_claims()
method and sice according to specs nonce should be otional this sollution coud be acceptable but I'm not very happy with it.
@st4lk have you made progress on this issue?