Roberto Pommella Alegro aea4d89f9c Fix oidc callback to check entire storage (#7929)
* Fix oidc callback to check entire storage

In some cases, extensions or other unexpected javascript can be executed
on the oidc callback. Sometimes changing the localstorage and generating
a `storage` event before the callback component does. In such cases, the
authorization component will hang indefinitely.

A simple fix is to check for the expected `oidcState` key in the whole
localstorage instead of just the event `key`.

* Fix tests for auth-jwt

Co-authored-by: Angel Garbarino <Monkeychip@users.noreply.github.com>
2020-01-15 14:27:12 -07:00
..
2019-10-01 15:30:56 -05:00
2019-05-13 14:05:25 -05:00
2019-02-14 13:52:34 -05:00
2019-06-20 08:37:27 -05:00
2019-07-02 17:41:23 -05:00
2018-08-16 12:48:24 -05:00
2019-08-19 15:45:39 -05:00
2018-04-03 09:16:57 -05:00