mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-03 13:43:16 -04:00
remove obsolete \n
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -26,7 +26,7 @@ sequenceDiagram
|
||||
participant ldap as External User Directory
|
||||
|
||||
user->>+client: What is the content of my home?
|
||||
client->>+proxy: PROPFIND\n no (or expired) auth
|
||||
client->>+proxy: PROPFIND no (or expired) auth
|
||||
Note over client,proxy: ocis needs to know the IdP that is used to authenticate users. The proxy will redirect unauthenticated requests to that IdP.
|
||||
proxy-->>-client: 401 Unauthorized
|
||||
client->>+proxy: 1. The client starts a new openIDConnect Flow
|
||||
|
||||
Reference in New Issue
Block a user