By: Diego alejandro Babativa Melgaejo user 22 Aug 2017 at 9:23 a.m. CDT

4 Responses
Diego alejandro Babativa Melgaejo gravatar
Good morning Gluu team! Currently, I´m using the 2.4.3 Gluu Server version. I´m working with the API Rest SCIM to manage people. For example, when I try Get all information by User id(inum): https://ubuntu.gluu.info/identity/seam/resource/restv1/scim/v2/Users/@!1F7E.CEA8.567C.E4F0!0001!E0FA.7848!0000!5A3C.1958 The user exists and this inum exists, but I get the error: {"errors":[{"description":"Resource @!1F7E.CEA8.567C.E4F0!0001!E0FA.7848!0000!5A3C.1958 not found","code":404,"uri":""}]} (Attach screen) I´m doing this Request through web browser, because when I try through SOAP UI Rest I add basic Authentication and get the following error: {"errors": [{ "description": "User isn't authorized", "code": 403, "uri": "" }]} How can I do this, because all information to manage people use Access_token test mode but this example works for versions 2.4.4+ (3.0.2) (Configuration > JSON Configuration > OxTrust Configuration, then locate the property scimTestMode.) -> this option doesn´t appear in 2.4.3 version. Please, send to me an example with All the Request and how the token go into de headers or How can I do with spring Rest Template (I´m building a RestAPI with springBoot and this is the way to comunicate My application with Gluu Server) How can I work without a access_token ?, please, send me a request RAW that it works with 2.4.3 version to GET or POST resources (SCIM User managment![Screens about User exists and The Response 403 - Forbidden](https://drive.google.com/drive/folders/0B1VDEAAym238UjN1aFZwTWdPc2c "enter image title here")) Screenshots: https://drive.google.com/drive/folders/0B1VDEAAym238UjN1aFZwTWdPc2c

By Michael Schwartz Account Admin 22 Aug 2017 at 9:31 a.m. CDT

Michael Schwartz gravatar
You can't use the browser, because it won't be able to obtain the UMA access token. The best way to use SCIM is to use the Java SCIM Client. Did you review the documentation here: [https://gluu.org/docs/ce/3.0.2/admin-guide/user-scim/](https://gluu.org/docs/ce/3.0.2/admin-guide/user-scim/)

By Diego alejandro Babativa Melgaejo user 29 Aug 2017 at 11:51 a.m. CDT

Diego alejandro Babativa Melgaejo gravatar
Hi Michael Schwartz, Actually, I´ve installed Gluu server 3.0.2 in other machine. There´s a step where I have to loggin into Gluu account with the following command: "service gluu-server-3.0.2 login" .......and there exists the "/install/community-edition-setup/output/scim-rp.jks" file. How can I get out it to my external directory or my project ?

By Michael Schwartz Account Admin 30 Aug 2017 at 1:39 a.m. CDT

Michael Schwartz gravatar
Remember, all the files are available in `/opt/gluu-server___`. You can use standard linux `sftp` or `scp` tools to transfer it from the server to your client.

By Diego alejandro Babativa Melgaejo user 30 Aug 2017 at 8:50 a.m. CDT

Diego alejandro Babativa Melgaejo gravatar
Good morning Michael Schwartz That´s great, Thank you so much for your help. Best regards.