Closed (fixed)
Project:
SAML Authentication
Version:
8.x-3.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2021 at 16:33 UTC
Updated:
23 Jul 2021 at 23:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
roderikThank you for the report. It's predictable that some errors would show up because of the lack of automated tests :-|
The warning you're seeing is bogus. The separate "encryption certificate" is optional and the vast majority of users don't populate it. (The form element to enter "Encryption Certificate Filename" is often disabled.)
Comment #4
roderikAdded a warning in https://www.drupal.org/project/samlauth/releases/8.x-3.3, because I'm not going to tag a new release for this yet.
To be clear: the warning will stay around every time you view the configuration screen - but it should not affect the functioning of this module.
Comment #6
hotwebmatter commentedThanks for the fix roderik!
Just in case anyone wants to apply the patch before the next release comes out, here it is as an old-school patch.
It's funny, I just got used to making PRs instead of patches :)
Anyway, I generated this patch by getting the
diffbetween this commit and the one before it:Then, for historical reasons:
Now I can add add this patch to my project with
cweagans/composer-patchesand my clients don't have to see this warning.