Skip to content

voime/dokuwiki-autheid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dokuwiki-autheid

Dokuwiki plugin providing client authentication to Estonian National ID card

Summary

Prerequisites

Apache Configuration

In addition to all the other SSL directives (SSLCertificateFile, SSLCertificateKeyFile, SSLCACertificateFile, etc.) you'll need to require client certificates:

    SSLVerifyClient require
    SSLVerifyDepth 2
    SSLOptions +StdEnvVars +ExportCertData

Installation

Seadista teenus conf.php array( 'cliendi_nimi' => array( 'name' => 'Arvi Wiki', 'secret' => 'saladus', 'return' => 'http://voime.eu/doku.php?u=eid&p=eid&id=start', 'from' => 'voime.eu' ) )

Installi plugin ja seadista autheid all. Ühine saladus secret URL kus audentimisteenus töötab Seejärel vali autentimisviisiks autheid

Automatically

You can install this by providing the URL to your Dokuwiki's Plugin Manager - https://github.com/voime/dokuwiki-autheid/zipball/master

Manually

Unpack the plugin to DOKUWIKI_ROOT/lib/plugins/

Ensure that DOKUWIKI_ROOT/lib/plugins/autheid/* is readable by Apache.

Configuration

Ensure that the authtype is set to autheid in conf/local.php or conf/local.protected.php:

$conf['authtype'] = 'autheid';

About

dokuwiki Estonian ID card login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published