[Index]

Model: data/UserAuthMethod

This model will contain data about user authorization methods. This will typically be used to determine how to present a particular form to administrators during the creation of users on the system. It is not used to determine how to authenticate users.

Model Details

Title Description Details
User Name * The name of the user to which this user type model belongs.
  • Field Name: username
  • Type: String
Auth Method The type of authorization that our user would be using. Typically this would be choices between a Standard VOSS 4 UC user, an LDAP user or an SSO user. Default: standard
  • Field Name: auth_method
  • Type: String
  • Default: standard
  • Choices: ["Standard", "LDAP", "SSO"]
API reference for data/UserAuthMethod