BrokerAuthenticatorMethodCustom interface
Custom method for BrokerAuthentication
Properties
| auth | Optional authentication needed for authenticating with the custom authentication server. |
| ca |
Optional CA certificate for validating the custom authentication server's certificate. |
| endpoint | Endpoint of the custom authentication server. Must be an HTTPS endpoint. |
| headers | Additional HTTP headers to pass to the custom authentication server. |
Property Details
auth
Optional authentication needed for authenticating with the custom authentication server.
auth?: BrokerAuthenticatorCustomAuth
Property Value
caCertConfigMap
Optional CA certificate for validating the custom authentication server's certificate.
caCertConfigMap?: string
Property Value
string
endpoint
Endpoint of the custom authentication server. Must be an HTTPS endpoint.
endpoint: string
Property Value
string
headers
Additional HTTP headers to pass to the custom authentication server.
headers?: Record<string, string>
Property Value
Record<string, string>