← Back to team overview

mahara-contributors team mailing list archive

[Bug 1710005] A patch has been submitted for review

 

Patch for "master" branch: https://reviews.mahara.org/7925

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1710005

Title:
  SAML attribute mapping needed

Status in Mahara:
  In Progress

Bug description:
  With SAML now being a plugin within Mhara core we are able to connect
  easier to external IdPs.

  But one problem that remains is understanding payload packets returned.
  Some IdP's return the packet of information with human readable keys like 'surname', 'mail' etc
  but others return it with oid numbers (including custom oid numbers) and so we need to be able to translate that to human readable text.

  We can do this by setting the attribute mapping in our
  auth/saml/config.php file in the 'authproc.idp' and 'authproc.sp'
  arrays to use an in built attributemap found in
  auth/saml/extlib/simplesamlphp/attributemap/  directory.

  But the problem (and therefore the reason for this bug) comes when we
  want to have a custom attributemap. We can't simply add it to
  auth/saml/extlib/simplesamlphp/attributemap/ as that does not exist in
  codebase (only created via make ssphp) so we need a way to get our
  custom attribute mappings into play.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1710005/+subscriptions


References