You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// assertion consuming services// in this array, the order is important: the 0-base index will be used// as assertion consuming service index in the API calls'assCs' => array(
$base . "/acs.php", // full url$base . "/acs1.php", // full url
),
// attribute consuming services// in this array, the order is important: the 0-base index will be used// as attribute consuming service index in the API calls'attrCs' => array(
array('name', 'familyName', 'fiscalNumber', 'email'),
array('fiscalNumber', 'email')
),
No description provided.
The text was updated successfully, but these errors were encountered: