-
Type: Improvement
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.9 Swallows
-
Fix Version/s: 1.9 Swallows
-
Labels:None
In some situations when we pass user authentication from JCommune via Poulpe, user doesn't exist in JCommune database. In this case we should be able to save user in JCommune database. We need email field for this. Here is how it should look like:
<authentication xmlns="http://www.jtalks.org/namespaces/1.0"> <credentials> <username>admin</username> </credentials> <status>success</status> <profile> <firstName>admin1</firstName> <lastName>admin</lastName> <email>admin@jtalks.org</email> </profile> </authentication>
- blocks
-
JC-1509 Plugin for Authentication
- Closed
- relates to
-
POULPE-499 Login REST service should react on GET requests
- Closed