dcwaterm / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Post Password Change Actions Chain question #609

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. How to chain Post Password Change Actions so the result of the first web 
service call would be inserted as a parameter to the second
2.First action URL : https://myurl/getMeThetoken
Body {"User":"@User:ID@",
"Password":"@User:Password@"}
Second URL https://myrrl/setPasswordChanged
{"User":"@User:ID@",
"Token":"<---- Here the value of the result to the first one"}
 What is the easiest way to do this?
3.

What is the expected output? What do you see instead?

What version of PWM are you using? 1.7

What ldap directory and version are you using? OpenLdap 2.4

Please paste any error log messages below:

Original issue reported on code.google.com by lilia...@gmail.com on 25 Sep 2014 at 1:29

GoogleCodeExporter commented 9 years ago
Please ask for help on the pwm-general google group.

Original comment by jrivard on 26 Sep 2014 at 4:43