You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,13 @@ The following providers are supported and tested at the moment:
24
24
- Any other provider that authenticates using the environment variable
25
25
26
26
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are **not** part of any internal test matrix.
27
+
28
+
29
+
## 🚧 Development setup
30
+
31
+
1. Simply clone this repository into the `apps` folder of your Nextcloud development instance.
32
+
2. Run `composer install` to install PHP dependencies.
33
+
3. Run `npm ci` to install JS/frontend dependencies.
34
+
4. Run `npm run build` for a production build or `npm run watch` for a watch/dev build.
35
+
5. Then activate the app through the apps management.
36
+
6. Make sure to configure the app in "SSO & SAML authentication" in administration settings.
0 commit comments