Denis Signoretto created SYNCOPE-223:
----------------------------------------

             Summary: Allow new resources subscription without password using 
AES or other Symmetric Algorithms
                 Key: SYNCOPE-223
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-223
             Project: Syncope
          Issue Type: Improvement
          Components: core
            Reporter: Denis Signoretto
            Priority: Critical


Related to http://code.google.com/p/syncope/issues/detail?id=264

Scenario: an user is subscribing to a new resource (e.g. has a new role 
subscribing new resources)

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  issue 218 )
 * provide custom Java class



--
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

Reply via email to