manishrasrani / ms-adal-angular6

This is a wrapper library for Angular 6+ (Angular 6.X.X and Angular 7.X.X) modules over Microsoft ADAL (Azure Active Directory Authentication Library)
https://www.npmjs.com/package/microsoft-adal-angular6
MIT License
34 stars 13 forks source link

Support accepting functions for dynamic configuration #17

Closed unsafecode closed 5 years ago

unsafecode commented 5 years ago

See #7

unsafecode commented 5 years ago

@matteo-daverio FYI

unsafecode commented 5 years ago

@manishrasrani Could you please review this PR? We tested it out our own, in order to allow forcing window.location.origin as the default redirectUri (due to some limitations on "*" in replyUrl). AFAIK, it shouldn't have any impact on existing code.

/cc @matteo-daverio

unsafecode commented 5 years ago

@manishrasrani Could you please review the PR? We actually need this capability ASAP