Authorizers are responsible for deciding if a request should be allowed or not. Options include HTTPS/TLS client certificate authentication, HTTP Basic Authentication, IP address restrictions, or using a reverse proxy.
To configure an Authorizer, define the property AUTHTYPE in your Worker as the fully-qualified name of the Authorizer. See Authorization Type Properties for more information.
See also SignServer Authentication and Authorization.