Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
auth:ticket [2017/02/25 13:31] admin [Credits] |
auth:ticket [2020/04/07 11:06] (Version actuelle) |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ===== Ticket Direct Access Authentication ===== | + | ===== Ticket based authentication (Authticket)===== |
| * **Component Type:** Auth | * **Component Type:** Auth | ||
| Ligne 7: | Ligne 7: | ||
| * **Availability:** Stable | * **Availability:** Stable | ||
| * **Repository:** http://github.com/vfremaux/moodle-auth_ticket | * **Repository:** http://github.com/vfremaux/moodle-auth_ticket | ||
| - | * **Unittests:** http://travis-ci.org/vfremaux/moodle-auth_ticket | + | * **Unit Tests:** http://travis-ci.org/vfremaux/moodle-auth_ticket |
| + | |||
| + | ==== Presentation==== | ||
| 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. | ||
| Ligne 16: | Ligne 18: | ||
| * [[:auth:ticket:installguide|Installation Guide]] | * [[:auth:ticket:installguide|Installation Guide]] | ||
| * [[:auth:ticket:userguide|User guide]] | * [[:auth:ticket:userguide|User guide]] | ||
| - | * [[:auth:ticket:technique|Guide technique]] | + | * [[:auth:ticket:integratorguide|Integrator guide]] |
| + | * Technical guide / Not relevant | ||
| - | ==== Builds ==== | ||
| - | <html><!-- /nomoodle --></html> | + | ====External Components linked ===== |
| + | |||
| + | * [[:local:shop|Moodle store core engine (Localshop core engine)]] | ||
| + | |||
| + | |||
| + | ==== Builds ==== | ||
| ^ 2.7 ^ 2.8 ^ 2.9 ^ 3.0 ^ 3.1 ^ 3.2 ^ | ^ 2.7 ^ 2.8 ^ 2.9 ^ 3.0 ^ 3.1 ^ 3.2 ^ | ||
| Ligne 29: | Ligne 36: | ||
| Note : "Failing" state will NOT stand necessarilty for the plugin is NOT functionning. this status essentially gives the state of the Moodle Coding standard testing suite, and will denote how close to moodle code requirements the plugin is. | Note : "Failing" state will NOT stand necessarilty for the plugin is NOT functionning. this status essentially gives the state of the Moodle Coding standard testing suite, and will denote how close to moodle code requirements the plugin is. | ||
| - | ==== Credits ==== | + | <html><!-- /nomoodle --></html> |
| - | * Valery Fremaux (valery.fremaux@gmail.com) | + | ==== Compatibility notes ==== |
| - | [[:start|Back to home]] | + | |
| + | |||
| + | This component may have technical restrictions. Please see the [[:auth:ticket:integratorguide]] section "Ticket encryption methods". | ||
| + | |||
| + | ==== Road map ==== | ||
| + | |||
| + | * Initiate a pro version that features : | ||
| + | * Ticket emission journal : Stores a log of all emitted tickets and gives a view of yet active tickets that are in the nature. | ||
| + | |||
| + | |||
| + | <html><!-- nomoodle --></html> | ||
| + | ---- | ||
| + | |||
| + | ====Credits==== | ||
| + | |||
| + | * Valéry Frémaux (valery@activeprolearn.com)) Developments | ||
| + | * Florence Labord (florence@activeprolearn.com) Documentation | ||
| + | |||
| + | [[auth:ticket|back to componant index]] - [[:Plugins|Plugins index]] - [[:start|Back to catalogue]] | ||
| + | <html><!-- /nomoodle --></html> | ||