Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getPluginVersion()

public function getPluginHomepage()
{
return 'http://tj.mk';
return 'https://github.com/trajche/SamlAuth';
}


Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down