Closed HonzaKubatMS closed 4 years ago
Enables page runnin inside iframe with different origin then parent to authenticate rather then causing DOMException.
This was happening because of unsafe access to window.parent._adalInstance.
Check whether access is possible was added on multiple places inside handleWindowCallback.
This fixes issue: #797
All CLA requirements met.
Enables page runnin inside iframe with different origin then parent to authenticate rather then causing DOMException.
This was happening because of unsafe access to window.parent._adalInstance.
Check whether access is possible was added on multiple places inside handleWindowCallback.
This fixes issue: #797