Ready-made login procedures#

The package includes several ready-made procedures that can be changed if necessary:

Listings of these procedures are provided below. For ease of debugging, you can output information on the authentication state to the log using the logger.debug() function. For example, the following command will log the specified authentication level for a user:

logger.debug("requiredFactor="+ctx.userProps("requiredFactor"));