Solved
Forum Discussion
OlivierS
11 years agoLithium Alumni (Retired)
For non SSO user, what worked for me was.
1- get the token
http://<url>/restapi/vc/authentication/sessions/login/?user.login=<yourNonSSOuser>&user.password=<yourpassword>
2- then use the token returned by the first call (valid for 20 minutes) with the sso.authentication_token property
http://<url>/restapi/vc/users/id/43/settings/?sso.authentication_token=<TokenReturnedEarlier>
If it doesn't work for you, feel free to drop me a PM with your community / user details and I will give it a go
Related Content
- 2 months ago
- 4 years ago
- 2 years ago