Changes between Initial Version and Version 1 of Ticket #321
- Timestamp:
- 05/24/10 12:54:19 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #321 – Description
initial v1 1 1 When CKAN is included in a Drupal front-end, CKAN edit pages are used in a slave-mode, such that authentication is delegated to the Drupal front-end user model. 2 2 3 The Drupal front-end shall provide:3 The Drupal front-end shall have: 4 4 5 5 1. Login page - fixed location, can authenticate users, on successful authentication sets auth cookie and redirects to HTTP_REFERER. … … 10 10 indicates what has happened, and how to ask for permission. 11 11 12 The CKAN slave edit page shall: 13 14 1. Try to detect a Drupal session key (passed as cookie or as request param). 15 16 2. Redirect to Drupal login page if no session key. 17 18 3. Check authorisation if session key is found. 19 20 4. Redirect to access denied page if session key not authorised. 21 22 5. Present the Package edit page. 23 24 6. Reject unauthenticated or unauthorised edit submissions. 25 26 7. Snag invalid edit submissions from authenticated and authorised users. 27 28 8. Respond to valid edit submissions from authenticated and authorised users, by saving the new package state, and redirecting to Package read page in Drupal front-end. 29