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 [2016/12/20 15:30] 127.0.0.1 external edit |
auth:ticket [2020/04/07 11:06] (Version actuelle) |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ===== Auth Ticket (Authentification par ticket) ===== | + | ===== Ticket based authentication (Authticket)===== |
| - | * **Type de composant :** Méthode d'inscription | + | * **Component Type:** Auth |
| - | * **Nom :** Auth Ticket (Authentification par ticket) | + | * **Name:** Ticket (Direct Access) |
| - | * **Concept :** ADMINISTRATION | + | * **Versions:** > 2.6 |
| - | * **Versions :** > 2.6 | + | * **Distribution:** Public, for integration purpose |
| - | * **Distribution :** Intégration | + | * **Availability:** Stable |
| - | * **Disponibilité :** | + | * **Repository:** http://github.com/vfremaux/moodle-auth_ticket |
| + | * **Unit Tests:** http://travis-ci.org/vfremaux/moodle-auth_ticket | ||
| + | ==== Presentation==== | ||
| - | L'authentification par Ticket est une méthode d'authentification automatique qui permet à l'utilisateur de retourner dans Moodle via une notification. | + | 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. |
| + | <html><!-- nomoodle --></html> | ||
| ==== Guides ===== | ==== Guides ===== | ||
| - | * [[AuthTicketInstall|Guide d'installation]] | + | * [[:auth:ticket:installguide|Installation Guide]] |
| - | * [[AuthTicketUse|Guide d'utilisation]] | + | * [[:auth:ticket:userguide|User guide]] |
| - | * [[AuthTicketTechnique|Guide technique]] | + | * [[:auth:ticket:integratorguide|Integrator guide]] |
| + | * Technical guide / Not relevant | ||
| - | [[:start|Revenir au catalogue]] | + | |
| + | ====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 ^ | ||
| + | | <html><img src="https://travis-ci.org/vfremaux/moodle-auth_ticket.svg?branch=MOODLE_27_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-auth_ticket.svg?branch=MOODLE_28_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-auth_ticket.svg?branch=MOODLE_29_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-auth_ticket.svg?branch=MOODLE_30_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-auth_ticket.svg?branch=MOODLE_31_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-auth_ticket.svg?branch=MOODLE_32_STABLE"></html> | | ||
| + | |||
| + | [[https://travis-ci.org/vfremaux/moodle-block_shop_access/branches|Travis-ci Continuous Integration]] | ||
| + | |||
| + | 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. | ||
| + | |||
| + | <html><!-- /nomoodle --></html> | ||
| + | |||
| + | ==== Compatibility notes ==== | ||
| + | |||
| + | |||
| + | |||
| + | 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> | ||