How do I fix token error?
How do I fix token error?
There are two ways to fix the error:
(RECOMMENDED) Change the application signature algorithm to RS256 instead of HS256.
Change the value of your responseType parameter to token id_token (instead of the default), so that you receive an access token in the response.