You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/01/23 18:39:12 UTC

[jira] [Commented] (SYNCOPE-136) Password required for resource subscription

    [ https://issues.apache.org/jira/browse/SYNCOPE-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13560856#comment-13560856 ] 

Hudson commented on SYNCOPE-136:
--------------------------------

Integrated in Syncope-trunk #477 (See [https://builds.apache.org/job/Syncope-trunk/477/])
    Preparing modifications for SYNCOPE-122 and SYNCOPE-136 (also fixed void call to UserService.setStatus - now removed (Revision 1437557)

     Result = SUCCESS
ilgrosso : 
Files : 
* /syncope/trunk
* /syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/UserServiceProxy.java
* /syncope/trunk/common/src/main/java/org/apache/syncope/common/mod/StatusMod.java
* /syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserService.java
* /syncope/trunk/common/src/main/java/org/apache/syncope/common/to/AbstractAttributableTO.java
* /syncope/trunk/common/src/main/java/org/apache/syncope/common/to/MembershipTO.java
* /syncope/trunk/common/src/main/java/org/apache/syncope/common/to/PropagationRequestTO.java
* /syncope/trunk/common/src/main/java/org/apache/syncope/common/to/PropagationStatusTO.java
* /syncope/trunk/common/src/main/java/org/apache/syncope/common/to/PropagationTO.java
* /syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/ResultStatusModalPage.java
* /syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/UserRestClient.java
* /syncope/trunk/core/src/main/java/org/apache/syncope/core/propagation/impl/DefaultPropagationHandler.java
* /syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/ResourceController.java
* /syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/RoleController.java
* /syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/UserController.java
* /syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/user/NoOpUserWorkflowAdapter.java
* /syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/TaskTestITCase.java
* /syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/UserTestITCase.java

                
> Password required for resource subscription
> -------------------------------------------
>
>                 Key: SYNCOPE-136
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-136
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>             Fix For: 1.1.0
>
>
> Currently, cleartext password is always required when subscribing to a new external resource.
> However, in some cases (for example when passwords are stored with some symmetric algorithm) this can be avoided.
> For example, it could be:
> Case 1: 2-way (a.k.a. symmetric) password cipher algorithm is configured in Syncope
> Use decrypted password from SyncopeUser to subscribe new resource.
> Case 2: 1-way (a.k.a. hash or asymmetric) password cipher algorithm is configured in Syncope and no clear-text password is available (for example, passed via UserMod or provided by a synchronizing resource)
> Provide, on a resource-basis, a mean to configure how new password should be generated:
>  * constant
>  * random password generation (compliant with resource password policy, if present - see SYNCOPE-121)
>  * provide custom Java class
> Discussion thread: http://syncope-dev.1063484.n5.nabble.com/new-password-issue-td5589622.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira