Skip to content
Permalink
f4fe65e891
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
38 lines (27 sloc) 2.08 KB
---
layout: lesson
root: .
---
# CO310 - Modeling People in COmanage
COmanage is a registry for people. In this lesson you will learn how people are represented within COmanage. You will explore how COmanage stores and manages information about people and how this information is linked to systems outside of COmanage. You will learn the types of roles that people can play and the privileges that are granted in COmanage as a result. Also covered is how to manage user authentication.
**WHO IS THIS COURSE FOR?** Application administrators.
> ## Prerequisites
> [CO101: Getting to Know COmanage](https://github.internet2.edu/lpaglione/COmg-CO101-intro) or equivalent
> ## Top Things You Need To Know
>
> 0. What is a person registry?
> 1. What is COmanage?
> 2. How to get to an installed version of COmanage
## Schedule
Time | Section | Description
---- | ------- | -----------
  | [Setup](/setup.md) | Prepare for the lesson
00:25 | [1. The CO Person Object](/_episodes/01-COperson.md) | Understand the CO Person object - the primary object for representing people in COmanage. What does this object contain?
00:25 | [2. The Org Identity Object](/_episodes/02-orgIdentity.md) | Understanding Org Identity Objects and how they are connected to representations of people external to COmanage.
00:15 | [3. Memberships](/_episodes/03-memberships.md) | Understanding the the types of grouping that people in your organization or collaboration form is helpful when modeling your organization.
00:20 | [4. Permissions](/_episodes/04-permissions.md) |
00:15 | [5. Your first person](/_episodes/05-firstPerson.md) | Sign into COmanage and explore what these objects and concepts look like in the system.
_The actual schedule may vary slightly depending on the topics and exercises chosen by the instructor._
---
NEXT LESSON: [CO320 - Modeling Your Organization in COmanage](https://github.internet2.edu/lpaglione/COmg-CO320-modelOrg/blob/master/index.md)
WORKSHOP OVERVIEW: [COmanage Workshop: Managing Identities & Collaborations](https://github.internet2.edu/lpaglione/COmg-trainingOverview/blob/master/README.md)