Hi Jan,
On 29 June 2015 at 17:40, Jan Grashofer <
jan.gr...@cern.ch> wrote:
> Dear Sir or Madam,
>
> is there any solution (module, code-snippet, etc.) available to integrate MISP into a single sign-on infrastructure?
FIRST implemented certificate based authentication not long ago as a
CakePHP plugin.
You can find (most of) the changes/diffs here:
https://github.com/MISP/MISP/commits?author=capile
And also the plugin is located here:
https://github.com/MISP/MISP/tree/master/app/Plugin/CertAuth
The plugin is the cleanest implementation possible. If you plan to
integrate it with a SSO solution that's a 'standard' we can consider
to include your changes in the main code of MISP. That would guarantee
compatibility in the future.
If you want to go the dirty road, have a look at the UsersController,
more specifically the login/logout and admin_add functions.
Kind regards
Christophe