You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Oregon State University deployed Grouper (v2.2.1) to production in Spring 2015.

See:

Slides from the IAM Online of June 2015, pages 3-9

http://is.oregonstate.edu/strategic-plan-projects/project-management/iam

Current

  • Loader & PSP

    • Reference groups populated from multiple source databases

    • Groups provisioned to LDAP/AD for SP authz

    • Examples: pac-12 and xfinity streaming, student athlete printing, office365

  • ChangeLogConsumer

    • Activate/de-activate webex account when user’s status changes at the university 

    • See WebEx below

  • Web Services

    • Integrated into change username process to be consistent with the data source.

    • Calls MemberChangeSubject

Possible Future Plans

  • Upgrade to v2.2.2
  • Box integration (API, ChangeLogConsumer/Messaging)
  • AWS integration

  • Course groups to Canvas, AD/LDAP, Google (Loader/Messaging, PSP)

  • Google Apps Grouper Provisioner

  • Rules (notify certGroup admin when user is removed from employee’s group)

 


WebEx

  • Extend ChangeLogConsumerBase class
  • Override processChangeLogEntries
  • Check for changes in webex staff/students group
  • Call WebEx web services (https://developer.cisco.com/media/webex-xml-api/311SetUser.html) to change user's status whenever the following change types occur:
    • ChangeLogTypeBuiltin.MEMBERSHIP_ADD
    • ChangeLogTypeBuiltin.MEMBERSHIP_DELETE

 

 

  • No labels