KnownOnUnauthenticatedRequest enum

Action to take when a request is unauthenticated.

Fields

Allow

Allow the request to pass through without authentication.

Authenticate

Redirect the request to the authentication provider. Only valid for the user authentication capability.

Deny

Deny the request when no credential is presented.