Skip to content
New issue

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

My Data: Permissions granted by Shib groups do not appear on My Data #3041

Closed
kcondon opened this issue Mar 29, 2016 · 4 comments
Closed

My Data: Permissions granted by Shib groups do not appear on My Data #3041

kcondon opened this issue Mar 29, 2016 · 4 comments
Assignees
Milestone

Comments

@kcondon
Copy link
Contributor

kcondon commented Mar 29, 2016

Individual shib user permissions appear on My Data but those granted by shib group membership do not appear.

  1. Assign admin permission to published dv to all testshib group.
  2. Log in as myself shib user, go to my data, see no data.
  3. Assign admin permission to myself to that dv, refresh my data for myself and see dv.

Explicit group perms do appear and even assigning a shib user to an explicit group works.

@pdurbin
Copy link
Member

pdurbin commented Mar 31, 2016

To work on this issue, I would recommend (from branch that #3025 is based on) :

Create group

curl http://localhost:8080/api/admin/groups/shib -X POST -H 'Content-type:application/json' --upload-file doc/sphinx-guides/build/html/_static/installation/files/etc/shibboleth/shibGroupTestShib.json

Assign role

In the GUI, like normal

Log in with a "testshib" user

curl http://localhost:8080/api/admin/settings/:DebugShibAccountType -X PUT -d TESTSHIB1

(Similar to what we document at http://guides.dataverse.org/en/4.3/developers/dev-environment.html#shibboleth )

Visit http://localhost:8080/shib.xhtml in a browser.

@sekmiller
Copy link
Contributor

Update checked into shib branch

@sekmiller sekmiller assigned kcondon and unassigned sekmiller Apr 1, 2016
@sekmiller
Copy link
Contributor

Fix is available in shib branch

@kcondon
Copy link
Contributor Author

kcondon commented Apr 1, 2016

This is working. Saw a separate issue relating to not showing / indexing child objects when assigned to a group. Will open in a new ticket. This issue existed in 4.3.

@kcondon kcondon closed this as completed Apr 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants