Skip to content

Instantly share code, notes, and snippets.

@SimonDoy
Created May 14, 2016 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SimonDoy/285b89dc70426d60fa83ba7479b18f32 to your computer and use it in GitHub Desktop.
Save SimonDoy/285b89dc70426d60fa83ba7479b18f32 to your computer and use it in GitHub Desktop.
app.js has been fixed with the adalProvider.init
adalProvider.init({
instance: instance,
tenant: tenantName,
clientId: clientId,
endpoints: endPoints,
anonymousEndpoints:{},
extraQueryParameter: 'nux=1',
cacheLocation: 'localStorage', // enable this for IE, as sessionStorage does not work for localhost.
}, $httpProvider);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment