Describe the bug
Event listener process login operation without checking the origin of message. It is potential vulnerability issue.
Code location: oauth-service.ts —> setupSilentRefreshEventListener

Expected behavior
setupSilentRefreshEventListener should check the message origin and do try login only if message origin is expected origin.
Explanation
https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage#security_concerns