Outbound NTLM Auth
The Outbound NTLM Auth policy provides multiple ways to supply or forward Kerberos credentials.
In API Studio, this policy is identified by the kind Route
.
Example of a Outbound NTLM Auth policy:
kind: OutboundNTLMAuth
apiVersion: api.webmethods.io/beta
metadata:
name: OutboundNTLMAuth
version: 1.0
namespace: sample
spec:
enabled: true
use_custom_credential:
username:
passwrod:
domain:
use_incoming_http_credentials: true
use_transparent_auth: true
To invoke the Outbound NTLM Auth policy, you can specify:
Type | Description |
---|---|
kind |
|
apiVersion | Denotes the version of the API in use. |
metadata | Denotes the metadata or details of the asset type. It covers this metadata:
|
spec |
You can configure the following policy specifications:
|