When the token expires and the refresh flow triggers I get the following error:
error: "invalid_grant" error_description: "MSIS9630: The refresh token received in 'refresh_token' parameter is invalid. The device identifier in the token does not match the specified device certificate."
The error only occurs on firefox, on chrome it works with no problems. Does anyone know what this error means?
I`m using "angular-oauth2-oidc": "^15.0.1" with angular 15.2.10
I tried updating the version of the oauth library but I still get the error only on firefox.