diff --git a/modules/core/docs/authproc_scopefromattribute.md b/modules/core/docs/authproc_scopefromattribute.md index 0b7f92b9882897918cc1fd66fd4566140aa3659c..5eba851b9f8702fbbb322bf6c28ee48d0bbf895b 100644 --- a/modules/core/docs/authproc_scopefromattribute.md +++ b/modules/core/docs/authproc_scopefromattribute.md @@ -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', ), ),