Top Banner
2006 © SWITCH Group Management Tool Lukas Haemmerle [email protected]
18
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH

Group Management Tool

Lukas Haemmerle

[email protected]

Page 2: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 2

Situation

Web application/files/functions that must be protected Access/authorization shall be based on user groups Overhead for group administration shall be small Shibboleth/Other solution available Users have an AAI account

Real life example:The slides/photos of this meeting shall only be accessible by all people who attended the meeting.

QuickTime™ and aTIFF (LZW) decompressor

are needed to see this picture.

Page 3: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 3

QuickTime™ and aTIFF (LZW) decompressor

are needed to see this picture.

Case 1: Users share common attributes

HomeOrg = IdP X| IdP Y| IdP ZAffiliation = StudentStudyBranch = Medicine

Access Rule

Page 4: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 4

Case 2: No common user attributes

QuickTime™ and aTIFF (LZW) decompressor

are needed to see this picture.

How can these users be authorized?

Page 5: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 5

Solution 1: Create a common attribute

Add an entitlement attribute for specific users

Require entitlement urn:mace:rediris.es:entitlement:wiki:jra5

Easy solution for a difficult problem

Additional work for user directory administrator Difficult to efficiently manage many entitlement values Only IdP admin can manage access

+

-

Access Rule

Page 6: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 6

Solution 2.a: Use uniqueIDs or email

1. Get unique IDs or AAI email addresses of users.

2. Create access rules like:

require uniqueID [email protected] [email protected] […]require email [email protected] [email protected] […]

Straight-forward solution

SP administrator must know unique ID/Email address Difficult to efficiently manage for many users/apps Only SP admin can manage access

+

-

Access Rule

Page 7: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 7

Solution 2.b: Use SWITCH GMT 0.9

Open Source software (BSD license) Easy to install Light-weight PHP application Human readable text files to store group data

Features Manage multiple groups for multiple applications Three user/admin roles with different privileges Transfer privileges to other users Invite new users to join group via email User can request to join a group (self-registration) Generate authorization files (Apache .htaccess) API for use on remote hosts

Page 8: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 8

Administration interface

QuickTime™ and aPNG decompressor

are needed to see this picture.

Every role has different options and views Red groups are system groups

Page 9: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 9

Group settings

QuickTime™ and aPNG decompressor

are needed to see this picture.

Page 10: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 10

Manage a group

QuickTime™ and aPNG decompressor

are needed to see this picture.

Page 11: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 11

Adding users to a group

QuickTime™ and aPNG decompressor

are needed to see this picture.

Add registered users to one or more groups with a certain role

Page 12: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 12

Inviting new users

QuickTime™ and aPNG decompressor

are needed to see this picture.

Invitation token (link) is sent to provided email addresses Tokens can be revoked

Page 13: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 13

Request to join a group

QuickTime™ and aPNG decompressor

are needed to see this picture.

Page 14: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 14

Generate authorization files

Multiple authorization files can be generated per group Files are updated automatically on changes

QuickTime™ and aTIFF (LZW) decompressor

are needed to see this picture.

Page 15: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 15

Authorization files

QuickTime™ and aTIFF (Uncompressed) decompressor

are needed to see this picture.

Page 16: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 16

Interface for remote hosts

PHP/PERL functions:

• isInGroup($uniqueID, $gName)

• getGroupModifyURL($gName)

• getUserGroups($uniqueID)

• getStatus()

• getError()

Secure queries: Over SSL Encrypted with shared key Limited to allowed hosts

QuickTime™ and aTIFF (LZW) decompressor

are needed to see this picture.

Page 17: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 17

Summary and outlook

Summary Convenient management of “virtual” groups Roles can be transferred Users can request to join a group with self-registration Authorize users on remote servers Libraries available for PHP and Perl

Preliminary outlook for GMT 1.0 Generation of Shibboleth XML authorization files Additional API functions with SOAP/REST Probably new name (e.g. “grot”, “groupy”, …)

http://www.switch.ch/aai/gmt

Page 18: 2006 © SWITCH Group Management Tool Lukas Haemmerle haemmerle@switch.ch.

2006 © SWITCH 18

Questions

Q & Ahttp://www.switch.ch/aai

[email protected]