Allow for other attribute sources than $_SERVER #2
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Depending on the webserver configuration the Shibboleth attributes may not be available in
$_SERVER
, but for example in the return value of agetallheaders()
call. I propose to encapsulate the attribute-extraction logic into configurable "provider" classes (e.g.$wgShibboleth_UserInfoProvider = "headers"
or$wgShibboleth_UserInfoProvider = "server-super-global"
).The text was updated successfully, but these errors were encountered: