HTTPServerAuthType
Defines the authentication methods available for HTTP server containers.
enum HTTPServerAuthType {
NONE
BASIC
CLIENT_CERT
CLIENT_CERT_HEADER
CUSTOM
EXTERNAL_DELEGATE
GATEWAY_BOOMITOKEN
}
Values
No user or token is needed to authenticate to the Atom. This is the least secure type.
User credentials are needed to authenticate to the Atom.
HTTPServerAuthType.CLIENT_CERT
Client certificate is needed to authenticate to the Atom.
HTTPServerAuthType.CLIENT_CERT_HEADER
Client certificate included in the header is needed to authenticate to the Atom.
Custom logic module is needed to authenticate to the Atom.
HTTPServerAuthType.EXTERNAL_DELEGATE
External identity provider is needed to authenticate to the Atom.
HTTPServerAuthType.GATEWAY_BOOMITOKEN
API Gateway token is needed to authenticate to the Atom.
Member Of
Atom object ●
DeployedApiFilter input ●
Port object
Was this topic helpful?