By: Alejandro Calderon user 15 Jun 2020 at 2:30 a.m. CDT

4 Responses
Alejandro Calderon gravatar
Hi there! I'm trying to use the SCIM but not in test mode, with the UMA client according to this library instructions for Node JS: https://github.com/GluuFederation/SCIM-Node, but when I'm trying to get something from https://[my_domain]/identity/restv1/scim/v2/Users I got a Not Found. Is there any configuration I'm missing for this process?

By Meghna Joshi staff 15 Jun 2020 at 6:14 a.m. CDT

Meghna Joshi gravatar
Hi Alejandro, could you please share logs? The error which you are getting during running scim-node in command prompt. Thanks, Meghna Joshi

By Meghna Joshi staff 18 Jun 2020 at 1:37 a.m. CDT

Meghna Joshi gravatar
Open this issue once you face this problem again Thanks, Meghna Joshi

By Alejandro Calderon user 22 Jun 2020 at 2:04 p.m. CDT

Alejandro Calderon gravatar
Ok, this is the error I catch: ``` error: Sending 500 ("Server Error") response: ImplementationError: Internal error occurred while running `userfindInGluujs`. Got non-Error: 'StatusCodeError: 500 - "HTTP 404 Not Found"' If you are the maintainer of "userfindInGluujs", then you can change its implementation to solve the problem (Most of the time, the solution is just to throw an actual Error instance instead. Alternatively, if the goal was to indicate a particular exception, you could throw any of the special, reserved "exit signals"-- e.g. the code name of any of your defined exits besides "error" or "success"). Otherwise, please file a bug report with the maintainer, or fork your own copy and fix that. [?] See https://sailsjs.com/support for help. at Object._requestHandler [as user/find-in-gluu] (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\machine-as-action\lib\machine-as-action.js:439:16) at D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\sails\lib\router\bind.js:248:46 at routeTargetFnWrapper (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\sails\lib\router\bind.js:395:9) at Layer.handle [as handle_request] (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\layer.js:95:5) at next (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\route.js:137:13) at Route.dispatch (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\route.js:112:3) at Layer.handle [as handle_request] (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\layer.js:95:5) at D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\index.js:281:22 at Function.process_params (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\index.js:335:12) at next (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\index.js:275:10) at next (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\route.js:127:14) at Hook.expressMiddleware (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\sails\lib\hooks\i18n\index.js:205:14) at Hook.wrapper [as expressMiddleware] (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\@sailshq\lodash\lib\index.js:3282:19) at addLocalizationMethod (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\sails\lib\hooks\i18n\index.js:147:35) at routeTargetFnWrapper (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\sails\lib\router\bind.js:395:9) at Layer.handle [as handle_request] (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\layer.js:95:5) at next (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\route.js:137:13) at Route.dispatch (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\route.js:112:3) at Layer.handle [as handle_request] (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\layer.js:95:5) at D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\index.js:281:22 at param (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\index.js:354:14) at param (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\index.js:365:14) ```

By Meghna Joshi staff 23 Jun 2020 at 4:12 a.m. CDT

Meghna Joshi gravatar
> error: Sending 500 ("Server Error") response: ImplementationError: Internal error occurred while running `userfindInGluujs`. Got non-Error: 'StatusCodeError: 500 - "HTTP 404 Not Found"' `userfindInGluujs` is this your host? where you have gluu-ce. if yes then seems like oxauth throwing error. please send or check oxauth.logs.