Skip to content
Snippets Groups Projects
Unverified Commit 612bbef2 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst Committed by GitHub
Browse files

Merge pull request #780 from rmisev/fix-scopefromattribute-example

Fix example in the ScopeFromAttribute doc
parents d3c5be03 619eae00
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ Set the `scope` attribute to the scope from the `eduPersonPrincipalName` attribu
'authproc' => array(
50 => array(
'class' => 'core:ScopeFromAttribute',
'sourceAttribute' => 'eduPersonPrincipal'
'targetAttribute' => 'scope'
'sourceAttribute' => 'eduPersonPrincipalName',
'targetAttribute' => 'scope',
),
),
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment