From e701bedd0aea8575e5ed074d6b771ae657b508d2 Mon Sep 17 00:00:00 2001 From: Chun Ly Date: Tue, 17 Mar 2020 09:31:30 -0700 Subject: [PATCH] Update README Overview section (iss #16, #6) --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1f3aecf0..7c85c922 100644 --- a/README.md +++ b/README.md @@ -14,18 +14,13 @@ ## Overview -Query EDS information to set `ismemberof` -[Grouper](https://www.incommon.org/software/grouper/) attributes specific for -the [University of Arizona's Figshare data repository](https://arizona.figshare.com)'s -identity and access management protocols. - - -This software performs the following: +This identity and access management (IAM) software performs the following for +the [University of Arizona's Figshare data repository](https://arizona.figshare.com): 1. It conducts EDS queries to retrieve classification information (e.g., student, staff, and/or faculty) and association with organization codes (i.e., departments) 2. Based on classification information and primary organization - association, it updates Grouper membership + association, it sets `ismemberof` [Grouper](https://www.incommon.org/software/grouper/) membership The Grouper memberships are as follow: 1. The allowed user quota for upload is set by Grouper @@ -42,7 +37,7 @@ Note that access is granted to the service through membership in a Grouper other Grouper membership set forth by University Library privileges. This software is based on the [existing patron software](https://github.com/ualibraries/patron-groups) -developed for the University of Arizona Libraries. +developed for the [University of Arizona Libraries. ## Getting Started