Cookie is sent using ajax by setting withCredentials: true

Getting the below error:

{ "error": "invalid_token", "error_description": "Token required but invalid" }

How to set in flask oidc that it should look for access_token present in cookies?

0

There are 0 answers