mirror of
https://github.com/chenasraf/app-certificate-requests.git
synced 2026-05-17 17:38:01 +00:00
84d36ccd22398f5b20de8265377f7e974d780f96
This is an implementation of a CAS identity provider in order to seemlessly hook up 3rd party apps to Nextcloud authentication using the CAS protocol. It is not to be confused with the `user_cas` app which acting as a CAS service provider. https://github.com/mziech/nextcloud-cas Signed-off-by: Marco Ziech <marco@ziech.net>
How-to request an app certificate
To request a certificate you need to submit a Pull Request, this can be done completely via the GitHub web interface:
- Click "Create new file"
- Name the file "APP_ID/APP_ID.csr" where APP_ID is your app's id
- Paste the contents of your CSR file into text area below
- Commit the file and open a new pull request
- Nice to have: a link to the source code of the new app
You don't need to mention anybody. People who can help here are subscribed to this repo and will come back.
Description