kerberos-agent
v1.0.0
Published
HTTP.Agent implementation which provides Kerberos authentication
Downloads
10
Maintainers
Readme
kerberos-agent
HTTP.Agent implementation which provides Kerberos authentication
Call Windows Authentication protected endpoints using Kerberos
Usage
import fetch from 'node-fetch';
import kerberosAgent from 'kerberos-agent';
fetch('http://some-endpoint/', {
agent: kerberosAgent()
})
.then(...)
Install
npm install kerberos-agent --save-dev
This module uses the Kerberos package and so you must be able in build a C++ package to install. See the the Kerberos package README if you have issues
Options
Know Limitations
- No Connection Pooling supported
- No HTTP Keep Alive supported
- Authorization header is always sent, i.e. No Challenge/Response