Bug #2433
SubjectInfo redaction should be lifted when requesting information about your own account
Status:
Closed
Priority:
Normal
Assignee:
Ben Leinfelder
Category:
d1_identity_manager
Target version:
Start date:
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
History
#1 Updated by Ben Leinfelder over 12 years ago
- Category set to d1_identity_manager
- Assignee set to Ben Leinfelder
Only the CN is allowed to see full Person details including email addresses.
We've added an exception to this rule so that Subjects can view their full details if they are the ones requesting them.
But it appears not to be working now. My hunch is that there is an issue with comparing subject DNs...
#2 Updated by Ben Leinfelder over 12 years ago
- Status changed from New to Closed
Added some logging statement to the identity service to debug...redeployed on cn-dev* and it works like a charm -- suspect there were some stale deployments.
Also noticed a jsp issue in the identity service that has now been addressed.