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?
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?