diff --git a/Plugin.php b/Plugin.php index 60a8941..b847257 100644 --- a/Plugin.php +++ b/Plugin.php @@ -44,7 +44,7 @@ public function getPluginVersion() public function getPluginHomepage() { - return 'http://tj.mk'; + return 'https://github.com/trajche/SamlAuth'; } diff --git a/README.md b/README.md index 5bf6fe9..a7cf186 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,6 @@ Download the plugin and upload it to the /plugins directory of your Kanboard ins After filling out all of the fields, click the **Save** button before clicking **Generate Metadata**. -## Requirements - -This plugin expects to find the private/public certs for the server as well as the public cert for the IDP in `/var/kanboard-certs`. These should be called: - -* `sp-private.crt` -* `sp-public.crt` -* `idp-public.crt` - -They should also be readable by your webserver user. (e.g. `apache`, `nginx`, etc.) - ### Webserver This plugin expects to have the [DOM extension](https://secure.php.net/en/dom) for php. This can be installed on Debian / Ubuntu using: