2160-SSO_token_key_mismatch_issue
Description
On SsoGrantPermissionViewModel, the token-key is created against the user's userId. But the SSO aidl request make the request against the user's accountName. This cause an issue for new users doesn't access the content.
This bug only affects new @murena.io
user. Previously granted user
won't be affected. With this patch, when the affected users re-request
permission, they will access the data again.