Skip to content
Snippets Groups Projects
Unverified Commit 619eae00 authored by Rimas Misevičius's avatar Rimas Misevičius Committed by GitHub
Browse files

Fix example in the ScopeFromAttribute doc

Change the source attribute to `eduPersonPrincipalName` and add missing commas.
parent d3c5be03
Branches
Tags
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.
Please register or to comment