Story #7190
Code review with emphasis on authentication implementation
Start date:
2015-06-16
Due date:
% Done:
100%
Story Points:
Sprint:
Description
The new authentication approach implementation using tokens needs to be reviewed.
Subtasks
Related issues
History
#1 Updated by Dave Vieglais over 9 years ago
- Related to Story #7188: Review the token approach protocol and implementation added
#2 Updated by Dave Vieglais over 9 years ago
- Target version changed from CCI-2.0-RC1 to CCI-2.0.0
#3 Updated by Rob Nahf almost 9 years ago
- Assignee changed from Chris Jones to Rob Nahf
#4 Updated by Rob Nahf almost 9 years ago
- Target version changed from CCI-2.0.0 to CCI-2.0.3
#5 Updated by Dave Vieglais almost 9 years ago
- Target version changed from CCI-2.0.3 to CCI-2.1.0
#6 Updated by Rob Nahf almost 9 years ago
- % Done changed from 0 to 100
- Status changed from New to Closed
#7 Updated by Rob Nahf almost 9 years ago
Implementation in multiple CN componets was accomplished by use of the PortalCertificateManager to extract a Session object from the received HttpRequest. This is in place of the CertificateManager method which did the same thing, albeit without the awareness of how to handle authTokens.