UNPKG

node-sp-auth

Version:

Unattended SharePoint http authentication with nodejs

12 lines 732 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AdfsOnlineRealm = exports.FedAuth = exports.RtFa = exports.FormsPath = exports.TmgAuthEndpoint = exports.FbaAuthEndpoint = exports.HighTrustTokenLifeTime = exports.SharePointServicePrincipal = void 0; exports.SharePointServicePrincipal = '00000003-0000-0ff1-ce00-000000000000'; exports.HighTrustTokenLifeTime = 12 * 60 * 60; exports.FbaAuthEndpoint = '_vti_bin/authentication.asmx'; exports.TmgAuthEndpoint = 'CookieAuth.dll?Logon'; exports.FormsPath = '_forms/default.aspx?wa=wsignin1.0'; exports.RtFa = 'rtFa'; exports.FedAuth = 'FedAuth'; exports.AdfsOnlineRealm = 'urn:federation:MicrosoftOnline'; //# sourceMappingURL=Consts.js.map