Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ graph TD
end

OpenCloud -->|"User and Groups are looked up for sharing"| LDAP
OpenCloud -->|"Reads Roles and Group memberships from claims"| Keycloak
OpenCloud -->|"Reads Roles from claims"| Keycloak
Keycloak -->|"Verify credentials"| LDAP
LDAP -->|"Import Users and Groups"| Keycloak

Expand Down
4 changes: 2 additions & 2 deletions docs/admin/configuration/web-applications.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
sidebar_position: 11
id: web-applications
title: Web Aplications
title: Web Apps
description: How to enable web applications in OpenCloud.
draft: false
---

# Web Aplications
# Web Applications

Administrators have the ability to provide additional web applications to their users. This feature is especially useful for organizations that want to integrate third-party tools or provide internally developed apps within the OpenCloud environment.

Expand Down