====== authnc Plugin ====== ---- plugin ---- description: Use the Nextcloud OCS-API as authentication backend author : ratzeputz email : h.juerges@cobios.de type : auth lastupdate : 2021-09-21 compatible : Hogfather, Igor depends : conflicts : similar : tags : authentication, nextcloud downloadurl: https://github.com/santifa/authnc/zipball/master/ bugtracker : http://github.com/santifa/authnc/issues sourcerepo : https://github.com/santifa/authnc donationurl: screenshot_img : ---- ===== Installation ===== //:!: [This plugin is mainly work in progress and should not be considered as stable. Use the ''authchained'' plugin to keep yourself a backdoor.]// Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually. ===== Configuration and Settings ===== The configuration is fairly easy. Provide the URL to your NC instance (without the trailing backslash). Provide the port number and the path to the OCS-API. The default port and path should just work. ===== Development ===== * Feel free to open Issues, Pull Requests and Feature Requests === Change Log === * **2009-07-27** * Initial release === Known Bugs and Issues === * the OCS-API of your NC instance maybe slow * atm, no unit tests are done * ''getUsers'' is only half done and somewhat broken * ''curl'' request produce an ''invalid query failure 998'' which is shown on the landing page === ToDo/Wish List === * [x] Allow only enabled users * [ ] Allow bidirectional editing of user informations (useful?) * [ ] Allow only specific groups to log in (highly increases the login time)