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
MijnBureau supplies an installation of [OpenProject](https://www.openproject.org/). OpenProject is an open-source project management platform for planning, tracking, and collaborating on projects.
19
4
20
-
-**URL**: `http://openproject.mb.test/`
21
-
-**Login**: `admin@example.com` / `admin123`
5
+
## Configuration
22
6
23
-
## Features
7
+
To configure OpenProject, override the default settings for your environment. The defaults are located in `helmfile/environments/default`.
24
8
25
-
- Project planning with Gantt charts
26
-
- Task management and time tracking
27
-
- Team collaboration and file sharing
28
-
- Project reporting and analytics
9
+
## Authentication Integration
29
10
30
-
## Troubleshooting
11
+
OpenProject integrates with MijnBureau authentication via:
31
12
32
-
```bash
33
-
# Check status
34
-
kubectl get pods -n mijn-bureau | grep openproject
13
+
-**OIDC Authentication**: Single sign-on using Keycloak
14
+
-**User Provisioning**: Automatic account creation from OIDC provider
15
+
-**Group Mapping**: Synchronization of user groups and permissions
0 commit comments