Closed (won't fix)
Project:
simpleSAMLphp Authentication
Version:
8.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2016 at 08:32 UTC
Updated:
15 Jun 2016 at 00:10 UTC
Jump to comment: Most recent
Comments
Comment #2
bradjones1This is true, it's poor form to short-circuit that hook, however especially when implementing SLO, there aren't a lot of good other options.
One way you could ensure your other hooks fire first would be to adjust the module weight. See https://api.drupal.org/api/drupal/core%21includes%21module.inc/function/...
Also see related - #2604058: Support Single Sign Out