benbaran / adal-angular4

Angular 4/5/6/7 ADAL Wrapper
MIT License
86 stars 104 forks source link

Fixing access token call back issue #99

Closed KhaledSMQ closed 6 years ago

KhaledSMQ commented 6 years ago

when trying to access resources, call back not function probably since the context have been initial fresh and do not have all callbacks pushed in to _callBackMappedToRenewStates and callback objects array. so we need to keep sync with parent context if we are in iframe

KhaledSMQ commented 6 years ago

this is still buggy please don't merge