Skip to content

Instantly share code, notes, and snippets.

@SimonDoy
Created May 14, 2016 22:00
Embed
What would you like to do?
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