https://github.com/guusdk/openfire-tikitoken-authprovider
https://github.com/guusdk/openfire-tikitoken-authprovider
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guusdk/openfire-tikitoken-authprovider
- Owner: guusdk
- Created: 2017-03-21T09:38:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T13:29:11.000Z (about 8 years ago)
- Last Synced: 2025-02-13T06:19:04.192Z (4 months ago)
- Language: Java
- Size: 343 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.html
Awesome Lists containing this project
README
# Openfire TikiToken plugin
This project is a plugin for the [Openfire Realtime Collaboration Server](http://www.igniterealtime.org/projects/openfire/).
This plugin adds a SASL mechanism that allows users to authenticate against a token that is generated by an instance of [Tiki Wiki CMS GroupWare](https://tiki.org/).
## Building the source
To create an Openfire plugin from the source code in this project:- Download a copy of the sources of this project into `PLUGINDIR`
- Download a copy of the [Openfire sources](https://github.com/igniterealtime/Openfire) into `OPENFIRE_SOURCE_DIR`
- From within `OPENFIRE_SOURCE_DIR` execute: `ant -f build/build.xml -Dplugin.src.dir=PLUGINDIR/.. -Dplugin=tikitoken openfire plugin`## Installing the plugin
After a plugin JAR file has been created, place that file in the plugin directory of a running Openfire instance.
Openfire will automatically detect and activate the plugin.More detailed usage instructions are available in the [readme](readme.html) file that is available as part of the source
code of this project.