SecureBlackbox 2020 Python Edition

Questions / Feedback?

default_auth_methods Property

Contains the list of default authentication methods.

Syntax

def get_default_auth_methods() -> str: ...
def set_default_auth_methods(value: str) -> None: ...

default_auth_methods = property(get_default_auth_methods, set_default_auth_methods)

Default Value

""

Remarks

Use this property to specify a list of default authentication methods to apply to users that are not included in the users database. Assign this property with a comma-separated list of standard and custom authentication methods.

The following standard authentication methods are supported by the component:

  • password
  • otp-h
  • otp-t
  • dcauth

You can use any names not clashing with the standard methods to indicate your own custom authentication methods. Use on_custom_auth_start and on_auth_verify events to handle custom authentication methods.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]