By: Nick Chandler user 24 May 2018 at 6:36 p.m. CDT

2 Responses
Nick Chandler gravatar
Hello. Is it possible to allow read-only SCIM clients in Gluu 3.1.2? I assumed I could use an interception script to determine whether a Client was allowed read/write or just read, and if it was read-only, return False or None in (for example) createUser, updateUser, and deleteUser. However, it appears that this does not actually prevent the client from performing those actions. I would like to have one read/write client and one or more read-only clients. Is this possible? Thanks, Nick

By Mohib Zico staff 01 Jun 2018 at 2:45 a.m. CDT

Mohib Zico gravatar
Hi Nick, Why do we need SCIM to do this read-only then? You can just use any ldapsearch / ldap browser to read data.

By Nick Chandler user 04 Jun 2018 at 4:09 p.m. CDT

Nick Chandler gravatar
Thanks, Mohib. It sounds like this is not feasible. I actually just created a little API proxy to sit in front, and it only allows "safe" methods.