Update config to support adal 1.0.13 settings (#13871)

The instance setting was missing and is required if you need to connect to other instances (like China)
This commit is contained in:
Nelson Morais
2017-01-10 22:51:25 +01:00
committed by Sheetal Nandi
parent 88b843a458
commit cfc5441a76

3
adal/index.d.ts vendored
View File

@@ -1,4 +1,4 @@
// Type definitions for ADAL.JS 1.0.8
// Type definitions for ADAL.JS 1.0.13
// Project: https://github.com/AzureAD/azure-activedirectory-library-for-js
// Definitions by: mmaitre314 <https://github.com/mmaitre314>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
@@ -16,6 +16,7 @@ declare namespace adal {
tenant?: string;
clientId: string;
redirectUri?: string;
instance?: string;
cacheLocation?: string;
displayCall?: (urlNavigate: string) => any;
correlationId?: string;