AngelAlvarado / multiple_idp_simplesamlphp

A refactored version of the simplesamlphp_auth module. This version accepts more than one idP and provides a seemly deep linking integration.
GNU General Public License v2.0
8 stars 3 forks source link

Notice on editing an IdP #1

Closed AngelAlvarado closed 8 years ago

AngelAlvarado commented 8 years ago

When editing an IdP i got the following message:

Notice: Undefined index: ns_fields in simplesamlphp_auth_form() (line 256 of /multiple_idp_simplesamlphp/simplesamlphp_auth.admin.inc).

AngelAlvarado commented 8 years ago

Fixed by 37dd9c5798.... Incorrect array key. It was impossible to save "Additional attributes" per IdP due this error.