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
the Italia\Spid\Sp::login function interface should be:
// performs login// $idpName: shortname of IdP, same as the name of corresponding IdP metadata file, without .xml// $level: SPID level (1, 2 or 3)// $redirectTo: return url// $ass: index of assertion consumer service as per the SP metadata// $attr: index of attribute consuming service as per the SP metadatapublicfunction login($idpName, $redirectTo = '', $level = 1, $ass = 0, $attr = 0);
users of this package should be able to customize following fields:
The text was updated successfully, but these errors were encountered: