Active
Project:
simpleSAMLphp Authentication
Version:
8.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2018 at 20:21 UTC
Updated:
11 Feb 2021 at 13:24 UTC
Jump to comment: Most recent
Comments
Comment #2
damondt commentedI have the same issue, the message displayed is "You have just used your one-time login link. It is no longer necessary to use this link to log in". In my case this is before the saml endpoint is configured, but the module is installed and enabled, and logged in with a drupal user. The message is just the one shown during login since messages are not removed nor new ones shown. This is happening on multiple themes, but only with status messages, not warning messages.
I suspect this may be related to session handling as Drupal's messenger service use symphony's sessions to store messages using "Flashbags"
Comment #3
kporras07 commentedI'm getting the exact same error. Has anyone found a solution for this?
Comment #4
damondt commented@kporras07 I haven't seen this problem after fully setting up simplesamlphp. I suspect changing "store.type" in config/config.php to something other than "phpsession" might work since the module says it doesn't support that store type.
Comment #5
kporras07 commentedHi @damondt
Actually it's set to sql ($config['store.type'] = 'sql';) so I'm still unsure about how to fix it.
Thanks,