No description
Find a file
2024-06-19 16:47:56 +02:00
src Roles Folder 2024-06-19 16:47:56 +02:00
.env.example dotenv 2024-06-12 09:47:22 +02:00
.gitignore dotenv 2024-06-12 09:47:22 +02:00
composer.json dotenv 2024-06-12 09:47:22 +02:00
index.php Roles Folder 2024-06-19 16:47:56 +02:00
README.md Updated readme 2024-06-12 10:17:10 +02:00

Keycloak WebDav

This project is meant to be a WebDav Server using Keycloak roles for it's Principals.

Requirements

  • PHP
  • Composer
  • A running keycloak instance
  • A Client with Direct access grants enabled

Configuration

To configure the server, you just need to create a .env file following the example.

Do not forget to create the users_path, as well as to not forget to add a final / to the path.

Installation

In order to start the server, simply run the following commands:

composer update
php -S localhost:8080 index.php