AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 374 forks source link

fix: running in iframe with different origin #885

Closed HonzaKubatMS closed 4 years ago

HonzaKubatMS commented 5 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

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.