mziech / nextcloud-cas

Basic CAS protocol server (IdP) implementation for NextCloud
GNU Affero General Public License v3.0
5 stars 1 forks source link

.github/workflows/release.yml

CAS Server

This is an very basic and experimental implementation of the CAS server protocol for NextCloud. It is not another user backend for NextCloud, instead it allows you to authenticate 3rd-party or custom web applications against the NextCloud user database.

Use at your own risk!

Protocol specification: https://apereo.github.io/cas/4.2.x/protocol/CAS-Protocol-Specification.html

Supported Features

Unsupported Features

Basically everything else.

Install

This is an experimental app which needs to be installed manually.

  1. Download the latest release from https://github.com/mziech/nextcloud-cas/releases/latest/download/cas.tar.gz
  2. Unpack the archive to the apps folder of your Nextcloud installation
  3. Check Apps / Deactivated Apps whether it contains CAS Server and activate, if required.