From 5b04bc853b9f507daf2d1824c93b70d77eb78358 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Tue, 11 May 2021 17:23:16 +0200 Subject: [PATCH] Fix typo looging -> logging. --- docs/ocis/storage_registry_discovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/storage_registry_discovery.md b/docs/ocis/storage_registry_discovery.md index 750c056d9..4ba72aeb4 100644 --- a/docs/ocis/storage_registry_discovery.md +++ b/docs/ocis/storage_registry_discovery.md @@ -11,7 +11,7 @@ geekdocFilePath: storage_registry_discovery.md In order for an oCIS client to access oCIS storage spaces for an End-User, the client needs to know where the oCIS instance is. oCIS uses WebFinger [RFC7033](http://tools.ietf.org/html/rfc7033) to locate the oCIS instance for an End-User. -This discovery is optional. If the client has another way of discovering the OpenID instance, e.g. when looging in with a username a static domain might be configured or the domain in the URL might be used. +This discovery is optional. If the client has another way of discovering the OpenID instance, e.g. when logging in with a username a static domain might be configured or the domain in the URL might be used. For guest accounts that do not have an OIDC issuer or whose IdP is not part of a trusted federation clients may fall back to a local IdP.