We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@VarunGKulkarni commented on Wed Feb 14 2018
Our request body for creating a user is { "request": { "firstName": "jctest1", "lastName": "lastname", "password": "Julia", "email": "[email protected]", "userName": "pradeep", "phone": "9945222011" } and request body for creating an organization is { "request": { "orgName": "JuliaTest", "description": "Julia Computing, Inc." } } we are getting responses as { "id": "api.user.create", "ver": "v1", "ts": "2018-02-09 10:29:51:645+0000", "params": { "resmsgid": null, "msgid": "26238cc0-744f-4bf5-8e2a-5155352206a1", "err": null, "status": "SERVER_ERROR", "errmsg": null }, "responseCode": "SERVER_ERROR", "result": {} } Please Look into this.
@manzarul commented on Wed Feb 14 2018
@kochhar @vrayulu , create user api is failing due to some ssl issues from keycloak to sunbird-mw. here is the issues file. issues.txt
The text was updated successfully, but these errors were encountered:
Merge pull request #6 from project-sunbird/lms-service
5abc019
Lms service
Merge pull request #6 from dictrigyn/update_user_auth
821b30a
revert changes
No branches or pull requests
@VarunGKulkarni commented on Wed Feb 14 2018
Our request body for creating a user is
{ "request": { "firstName": "jctest1", "lastName": "lastname", "password": "Julia", "email": "[email protected]", "userName": "pradeep", "phone": "9945222011" }
and request body for creating an organization is
{
"request": {
"orgName": "JuliaTest",
"description": "Julia Computing, Inc."
}
}
we are getting responses as
{
"id": "api.user.create",
"ver": "v1",
"ts": "2018-02-09 10:29:51:645+0000",
"params": {
"resmsgid": null,
"msgid": "26238cc0-744f-4bf5-8e2a-5155352206a1",
"err": null,
"status": "SERVER_ERROR",
"errmsg": null
},
"responseCode": "SERVER_ERROR",
"result": {}
}
Please Look into this.
@manzarul commented on Wed Feb 14 2018
@kochhar @vrayulu , create user api is failing due to some ssl issues from keycloak to sunbird-mw.
here is the issues file.
issues.txt
The text was updated successfully, but these errors were encountered: