Reviewed: https://reviews.mahara.org/8464 Committed: https://git.mahara.org/mahara/mahara/commit/c2996df98579f7d6561f2d2a2b92cb5dd18ecd86 Submitter: Robert Lyon ([email protected]) Branch: 16.10_STABLE
commit c2996df98579f7d6561f2d2a2b92cb5dd18ecd86 Author: Cecilia Vela Gurovic <[email protected]> Date: Fri Jan 19 13:36:21 2018 +1300 Bug 1744797: Fixes for ssphp 1.15.0 Stop the error: [SimpleSAML_Error_UnserializableException]: [ARRAY]: The option 'Format' is not a valid string value And allow the js submit form for the redirect of the POST to IdP behatnotneeded Change-Id: Id617e51722d55c286e9b5340cdc3f5922f7320bc Adjusting ssphp to copy the extlib www/resources/ files into sp/resources/ Change-Id: Ie347d43b64638b4b36a198c5904cee6128ea6f7f Signed-off-by: Robert Lyon <[email protected]> (cherry picked from commit 0405658c143d3c73c7004295dfc65a99516703a2) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1744797 Title: SAML plugin not working correctly with SimpleSamlPhp 1.15 Status in Mahara: Fix Committed Status in Mahara 16.10 series: Fix Committed Status in Mahara 17.04 series: Fix Committed Status in Mahara 17.10 series: Fix Committed Status in Mahara 18.04 series: Fix Committed Bug description: There are couple of problems 1) Plugin stop working and shows this error [SimpleSAML_Error_UnserializableException]: [ARRAY]: The option 'Format' is not a valid string value We used to set 'NameIDPolicy' to NULL, but we just need to not set this option any more 2) The POST redirect to the IdP requires a special post.js file that exists in the extlib 'resources' section - we need to copy this to our sp section so the file can be accessed To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1744797/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

