Closed (fixed)
Project:
simpleSAMLphp Authentication
Version:
8.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2019 at 21:03 UTC
Updated:
15 May 2019 at 14:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
berdirSo apparently the reason for the test fail is that we use the old non-namespaced configuration class which tries to log a warning.
Avoiding that by using the correct class, also relying on the new argument to pass in the configuration to Simple.
Comment #4
berdirStrange, now suddenly externalauth is missing. Merging in the patch from #3041553: Missing drupal/externalauth dependency
Comment #5
oknateI'm testing out this patch, so far, so good. +1 RTBC. I'll report any issues I see.
Comment #6
oknateComment #7
berdirThanks for testing.