-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hello,
Since version 2.4.140, MISP provides a plugin to support authentication with OpenID which is becoming more and more popular.
However, according to the documentation, the PHP library jakub-onderka/openid-connect-php must be installed to be able to use the plugin.
As is, this is not possible because of the absence of the file composer.json or composer.lock. If we follow the documentation, a useless vendor directory will be created in the sources folder while used plugins are stored in a Vendor folder so the library will never be loaded. The original files would be required to be able to add the library in the right directory and keep already installed libs.
Besides, offline nodes will not be able to install this as composer needs an Internet connection.
Would it be possible to add this library in the RPM to make the plugin work out of the box?
Thank you for your hard work!