Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SystemAuthenticationAnonymousConfiguration

Configuration for anonymous connections

Hierarchy

  • SystemAuthenticationAnonymousConfiguration

Index

Properties

Properties

action

The action to take for anonymous connection attempts.

May be one of:

  • deny - Deny anonymous connection attempts.
  • allow - Accept anonymous connection attempts.
  • abstain - Defer authentication for anonymous connection attempts to subsequent authentication handlers

roles

roles: string[]

The roles the system authentication handler will assign to anonymous sessions. Applicable only if anonymous connections are allowed.