Changeset 17254
- Timestamp:
- 04/13/09 13:16:23 (4 years ago)
- Files:
-
- plugins/crJossoPlugin/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/crJossoPlugin/trunk/README
r15864 r17254 66 66 67 67 68 * Add the following routing rules in routing.yml:68 * Prepend the following routing rules in routing.yml: 69 69 70 70 Example 71 71 72 72 cr_josso_signin: 73 url: /login /73 url: /login 74 74 param: { module: crJossoAuth, action: signin } 75 75 76 76 cr_josso_signout: 77 url: /logout /77 url: /logout 78 78 param: { module: crJossoAuth, action: signout } 79 79 80 .... 80 81 81 82 … … 117 118 118 119 ##TODO## 119 * Lot of testing120 * Save requesting URL whe session is not valid so when user is logged in we121 can redirect to the requested url120 * Test timeout issues. Diferences between PHP and Java session management 121 * Test accessing secured action and saving requesting URL so request is redirected on JOSSO login 122 122 123 123 124 ##Author##