18
Integrating Sakai OAE with Grouper Erik Froese, Hallway Technologies Zach Thomas, Aeroplane Software

Integrating nakamaurawithgrouper2

  • Upload
    efroese

  • View
    438

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Integrating nakamaurawithgrouper2

Integrating Sakai OAE with Grouper

Erik Froese, Hallway TechnologiesZach Thomas, Aeroplane Software

Page 2: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 2

About This Talk

• Problem statement• Grouper overview• Grouper integration strategies• Integrating OAE with Grouper• Similar strategies with other applications• Discussion

Page 3: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 3

Identity in Higher Ed

• Higher ed use cases are unique• We model many roles• We must have flexibility• In contexts• In timeframes

• Our systems must be both open and closed

Page 4: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 4

Sakai 2: Groups Management?

• Sakai 2 has become an informal system of record for enrollments

• It succeeds by empowering the right people to get the work done

• On the other hand, it’s hard to use this information other places

Page 5: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 5

OAE: Please Delegate

• We don’t want to rewrite enterprise services in OAE

• Can we delegate?• Calendars• Messaging• User provisioning• Course and Group provisioning

Page 6: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 6

What is Grouper?

• Centralized group info and management• Internet2• Indirect membership• Web Services for integration• Components for importing and exporting

data• Apache license

Page 7: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 7

The IdM Picture

Page 8: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 8

Integrating with Grouper

• Web services• Grouper client• Populate LDAP with Grouper info• XMPP• The change log

Page 9: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 9

Integration Goals

• Provision groups and courses in Sakai OAE with Grouper.

• Two-way sync• Store contacts• Batch import• ACLs (future)

Page 10: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 10

Integrating Grouper and OAE

• Event-based synchronization• Both systems provide hooks where you can

listen for events• Add, Delete, Update, Member add,

remove• Processing events reliably

Page 11: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 11

Grouper to Sakai OAE

• Some action occurs in Grouper• An event is written to the change log• Change log consumer is notified• Info pushed to Sakai via HTTP POST

Page 12: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 12

Grouper to Sakai OAE

Page 13: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 13

Sakai OAE to Grouper

• Events are posted to the OSGi EventAdmin

• Converted to JMS Messages and placed on a queue

• Info pushed to Grouper via HTTP POST to Grouper WS

Page 14: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 14

Sakai OAE to Grouper

Page 15: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 15

Event Processing

• OAE uses async OSGi events• Sync events would block• JMS messaging is more configurable and

can be made reliable and async• Grouper change log will retry events if the

consumer is written correctly

Page 16: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 16

Course Data vs Ad Hoc

• Two sets of data: Institutional data (SIS) vs what happens in Sakai OAE

• Sakai is not the system of record• Indirect group memberships• Include and exclude groups

Page 17: Integrating nakamaurawithgrouper2

12th Sakai Conference – Los Angeles, California – June 14-16 17

Provisioning Courses