Auhentication and Authorization

Back

Authentication

Enabled on REST?
{{authc.http_enabled}}
Enabled on Transport?
{{authc.transport_enabled}}
HTTP Authenticator Type
{{authc.http_authenticator.type}}
HTTP Challenge
{{authc.http_authenticator.challenge}}
HTTP Authenticator Configuration
{{stringifyJson(authc.http_authenticator.config)}}
Authentication Backend Type
{{authc.authentication_backend.type}}
Authentication Backend Configuration
{{stringifyJson(authc.authentication_backend.config)}}

Authorization

Enabled on REST?
{{authz.http_enabled}}
Enabled on Transport?
{{authz.transport_enabled}}
Authorization Backend Type
{{authz.authorization_backend.type}}
Authorization Backend Configuration
{{stringifyJson(authz.authorization_backend.config)}}