This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
auth:ticket [2023/06/06 09:48] admin [Builds] |
auth:ticket [2024/04/04 15:50] (current) |
||
---|---|---|---|
Line 14: | Line 14: | ||
the Ticket direct access based authentification allows a user automatically reach a logged in page in Moodle using a sealed ticket. This may be used for some moodle plugins that want to send asynchronous notifications and facilitate way back to the moodle page. | the Ticket direct access based authentification allows a user automatically reach a logged in page in Moodle using a sealed ticket. This may be used for some moodle plugins that want to send asynchronous notifications and facilitate way back to the moodle page. | ||
+ | |||
+ | **Important :** This plugin **has no** "direct user use" (no accessible GUI, neither any user that could have auth bind to it). It is intended for moodle developers and integrators to have a packaged way to produce self-login access tickets for any use case needing preparing a "delayed" login operation by the end user. | ||
<html><!-- nomoodle --></html> | <html><!-- nomoodle --></html> | ||
Line 24: | Line 26: | ||
- | ====External Components linked ===== | + | ====Other Components using this plugin ===== |
- | * [[:local:shop|Moodle store core engine (Localshop core engine)]] | + | * [[:local:shop|Moodle shop engine (local_shop core engine)]] |
+ | * [[:report:trainingsessions|Moodle training sessions use stats based]] | ||
+ | * [[:report:learningtimecheck|Moodle LearningTimecheck report]] | ||
+ | * [[auth:selfcheckin|QRCode based self check in]] | ||