Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Azure AD authentication in Explorer #269

Merged
merged 5 commits into from
Nov 19, 2018
Merged

Support Azure AD authentication in Explorer #269

merged 5 commits into from
Nov 19, 2018

Conversation

eputtone
Copy link
Member

@eputtone eputtone commented Nov 16, 2018

Add ADAL JS options to Config.js, which is commonly overridden when an application-specific Explorer distribution package is created.

When requireADLogin=false, this change has no effect. Otherwise as mentioned in the example Config.js, the configuration options are described in:
https://github.com/AzureAD/azure-activedirectory-library-for-js/wiki/Config-authentication-context#configurable-options

Sadly ADAL JS library has a bug that prevents it being managed using Bower: uglifyjs (and minify) fails because it's not compliant with its' strict mode declaration. Excluding ADAL JS from Grunt uglification would require splitting usemin into subcomponents and doing that reliably is beyond my Grunt-skills.
AzureAD/azure-activedirectory-library-for-js#820

@coveralls
Copy link

Coverage Status

Coverage remained the same at 72.414% when pulling 6ea2297 on adal into 9cdd3e1 on master.

@coveralls
Copy link

coveralls commented Nov 16, 2018

Coverage Status

Coverage remained the same at 72.414% when pulling 6ea2297 on adal into 9cdd3e1 on master.

@jsyrjala jsyrjala merged commit f51d1f1 into master Nov 19, 2018
@efonsell efonsell deleted the adal branch November 20, 2018 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants