OpenWGA 7.10 - TMLScript reference

Auth
Property :

authenticationType

On object Auth
Usage Returns the authentication type by which the current user was logged in
Description

The authentication type denotes the type of input data by which the user was identified and authenticated. It is one of the following strings:

  • "password" - Classical username/password authentication by manual user input
  • "cert" - A client certificate, sent by the users client software, was used
  • "request" - Some other request metadata, sent by the users client software, was used. For example: special HTTP headers by some Single-Signon framework.
The property returns null if the user is anonymous.
Writable False
Return value String
Allowed in script types
  • WebTML pages and normal WebTML actions