Problem/Motivation

Currently in SimplesamlSubscriber.php, it will always check if the user has a valid SimpleSAMLphp session -- even if the user is allowed to use a local Drupal login. And it does this on every request.

Steps to reproduce

N/A

Proposed resolution

I suggest only checking if the user has a valid SimpleSAMLphp session if the user is not allowed to use a local login.

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mediabounds created an issue. See original summary.

mediabounds’s picture

For most, this is probably an insignificant change. But, in our specific environment we allow a significant number of both local and SSO accounts. We recently had a service disruption on the server storing SSO sessions and it caused the entire site to become unavailable--even to users who didn't use SSO.

mediabounds’s picture

Status: Active » Needs review