Identity Linking tokens are normally validated through the /token/validation method which returns a JSON with either an access token or an error. The access token in the response can be updated on server side (with "Extend expired access" or SSO functionality).For debugging purposes, you can also use publisher/token/verify which returns "success" or "error". The error is described in the error message.