From cbe01572e94df61723dadb8a590fc43a15241eea Mon Sep 17 00:00:00 2001 From: Jan Sandbrink Date: Wed, 30 Apr 2025 09:58:30 +0200 Subject: [PATCH] Fix typo in nextcloud storage docs (#18778) --- .../integrations/nextcloud/oidc-sso/README.md | 4 ++-- .../integrations/nextcloud/two-way-oauth2/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/system-admin-guide/integrations/nextcloud/oidc-sso/README.md b/docs/system-admin-guide/integrations/nextcloud/oidc-sso/README.md index 8246f28101b..0ecdb2c5fed 100644 --- a/docs/system-admin-guide/integrations/nextcloud/oidc-sso/README.md +++ b/docs/system-admin-guide/integrations/nextcloud/oidc-sso/README.md @@ -1,12 +1,12 @@ --- sidebar_navigation: - title: Setup Single Sign-On through OpenID Connect Identity Provider + title: Set up Single Sign-On through OpenID Connect Identity Provider priority: 900 description: Set up Single Sign-On through OpenID Connect Identity Provider as the authentication method for your Nextcloud storage keywords: Nextcloud file storage integration --- -# Setup Single Sign-On through OpenID Connect Identity Provider +# Set up Single Sign-On through OpenID Connect Identity Provider This authentication mode will use access tokens provided by an identity provider shared among Nextcloud and OpenProject to authenticate requests performed in the name of users. diff --git a/docs/system-admin-guide/integrations/nextcloud/two-way-oauth2/README.md b/docs/system-admin-guide/integrations/nextcloud/two-way-oauth2/README.md index 7ebff3e9b64..5c990a20e84 100644 --- a/docs/system-admin-guide/integrations/nextcloud/two-way-oauth2/README.md +++ b/docs/system-admin-guide/integrations/nextcloud/two-way-oauth2/README.md @@ -1,12 +1,12 @@ --- sidebar_navigation: - title: Setup Two-way OAuth 2.0 authentication + title: Set up Two-way OAuth 2.0 authentication priority: 800 description: Set up Two-way OAuth 2.0 authentication as the authentication method for your Nextcloud storage keywords: Nextcloud file storage integration --- -# Setup Two-way OAuth 2.0 authentication +# Set up Two-way OAuth 2.0 authentication This authentication mode uses access tokens provided by an OAuth application on either side of the integration between OpenProject and Nextcloud to authenticate requests performed in the name of users.