This plugin installs using the standard install method for moodle plugins.
Ticket based authentification needs being enabled in the Administration > Plugins > Authentication > Manage authentication plugins panel.
You should place this authentication at the highest possible priority for the pluginto catch any explicit “ticket” attribute in the incoming query.
There are only three settings for this plugin:
This is the delay starting from ticket emission date the ticket will be valid if it has been created as a short ticket. It is given in hours.
Same as above, but for the long tickets. It is given in days.
Tickets can be encrypted using either DES or RSA encryption. RSA uses the underlying openssl libraries. It is more compatible, but sometimes not available on non ssl enabled hosting. DES uses the mysql/mariadb AES_ENCRYPT/AES_DECRYPT function pair, but this is not available in other DB supports.
Back to the component index - Plugins index - Back to catalogue