SURFnet / rd-sram-integration

Research Drive / SURF Research Access Management Integration
2 stars 3 forks source link

Regular User Report #208

Closed parhamin2010 closed 1 year ago

parhamin2010 commented 1 year ago

Overall review

1- On installation docs page, first item, there is a chack word (search for chack). 2- There's no information regarding the user case story. it will help users to find out what is question and what is answerd by this solution.

API

7- For SCIM Controller once I run a getGroups endpoint, it needs x-auth header. (not mentioned clearly!) it's located inside the oc_appconfig and called scim_token) 8- Document for SCIM is not clear enough: in docs: curl --location '/index.php/apps/federatedgroups/scim/Groups' in real: curl --location --request GET 'https://oc1.docker/index.php/apps/federatedgroups/scim/Groups' --header 'x-auth: Bearer something-super-secret'

Endpoints:

1- CreateGroup: it is not explained well in docs. Also the request is POST not PUT. 2- DeleteGroup after run this, no response returned.

For all routes it needs json header to be specified.


1- When admin created a custom group http://oc1.docker/index.php/settings/personal?sectionid=customgroups, other users that are not admin can see it as well. Marie craeted a custom group called marieCreated and parhamoc2 can see it in list. image

2- Custom groups are not showing in the group lists. Only one that is created by the configuration file is showing (not sure if we have bugfix here). image image

thepeak99 commented 1 year ago

To be addressed by #199 and https://github.com/pondersource/oc-opencloudmesh/issues/4

parhamin2010 commented 1 year ago

(important) New items on two OwnCloud

1- On SCIM Controller we cannot add new rows to members 2- I did this scenario and result is not good :)

Same scenario on OC2 happend