Closed (fixed)
Project:
simpleSAMLphp Authentication
Version:
8.x-3.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2017 at 02:16 UTC
Updated:
24 Jan 2018 at 09:29 UTC
Jump to comment: Most recent
Comments
Comment #2
dmundraThere appears to be a hook: http://cgit.drupalcode.org/simplesamlphp_auth/tree/simplesamlphp_auth.ap... called "hook_simplesamlphp_auth_user_attributes" that you can call in a custom module to do the mapping.
Comment #3
dmundraI created this sandbox module https://www.drupal.org/sandbox/dmundra/2934777 that does attribute mapping.
Comment #4
dakku commentedThanks dmundra. Maybe a good idea to point a link from the docs page to your sandbox example?
Comment #5
dmundra@dakku, I would be fine with that. Should I go ahead and make a page?
Comment #6
dakku commentedHi @ dmundra.
How about we add a child page here?
https://www.drupal.org/node/2402399
Comment #7
dmundra@dakku, done: https://www.drupal.org/node/2935428. Does it work for you?
Comment #8
dakku commented@dmundra
Thank you. That documentation page is great.