Thanks for the quick replies, 
I now can access the "__PASSWORD__" attribute but it shows as
"__PASSWORD__:[org.identityconnectors.common.security.GuardedString@5f7aa78b]"
how can i get the encrypted value to propagate


ilgrosso wrote
> This mapping item is wrong:
> 
>>    {
>> "key": "d721e6e2-c9dd-4966-a1e6-e2c9dd0966ef",
>> "intAttrName": "password",
>> "extAttrName": "password",
>> "connObjectKey": false,
>> "password": false,
>> "mandatoryCondition": "true",
>> "purpose": "PROPAGATION",
>> "propagationJEXLTransformer": null,
>> "pullJEXLTransformer": null,
>> "mappingItemTransformerClassNames": [],
>> },
> 
> It should have been instead something like as:
> 
>    {
> "key": "d721e6e2-c9dd-4966-a1e6-e2c9dd0966ef",
> "intAttrName": "password",
> "extAttrName": "__PASSWORD__",
> "connObjectKey": false,
> "password": true,
> "mandatoryCondition": "true",
> "purpose": "PROPAGATION",
> "propagationJEXLTransformer": null,
> "pullJEXLTransformer": null,
> "mappingItemTransformerClassNames": [],
> },
> 
> Note the difference in extAttrName and password fields.
> 
> This kind of mapping item is generated via Admin Console when you flag 
> 'Password'.
> Regards.
> 
> -- 
> Francesco Chicchiriccò
> 
> Tirasa - Open Source Excellence
> http://www.tirasa.net/
> 
> Member at The Apache Software Foundation
> Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
> http://home.apache.org/~ilgrosso/



--
View this message in context: 
http://syncope-user.1051894.n5.nabble.com/No-password-propagation-after-User-creation-tp5709213p5709219.html
Sent from the syncope-user mailing list archive at Nabble.com.

Reply via email to