UNPKG
node-sp-auth-nocolors
Version:
latest (0.0.1)
0.0.1
Unattended SharePoint http authentication with nodejs (Without Colors)
node-sp-auth-nocolors
/
lib
/
src
/
auth
/
resolvers
/
OnDemand
/
electron
/
no-ntlm.html
10 lines
•
197 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Error
</
title
>
</
head
>
<
body
>
<
h3
style
=
"color: red"
>
Integrated windows authentication isn't supported
</
h3
>
</
body
>
</
html
>