Flask OIDC is not detecting the access token when it is sent using a cookie, but it functions as expected when sent through the authorization header

120 views Asked by At

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