Skip to content

privacyidea/otrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This authentication module adds two factor authentication with privacyIDEA to OTRS.

Installation

Simply copy the the privacyIDEA.pm into the Auth directory. Usually located at /opt/otrs/Kernel/System/Auth.

Configuration

You need to activate the privacyIDEA authentication module and you need to specify where the privacyIDEA server is located and whether you want to check the validity of the SSL certificate.

You can do this in Kernel/Config.pm like this::

$Self->{'AuthModule'} = 'Kernel::System::Auth::privacyIDEA';
$Self->{'AuthModule::privacyIDEA::URL'} = \
         "https://localhost/validate/check";
$Self->{'AuthModule::privacyIDEA::disableSSLCheck'} = "yes";

Notes

This repository moved from here

About

OTRS Plugin that adds 2nd factor authentication against privacyIDEA Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages