From da784d371bf18ab0bb831b9b5667ce3e9e2b6691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:56:02 +0200 Subject: [PATCH] fix: add auth-app link and fix typo in migrating_to_ocis docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add hyperlink to auth-app service documentation for app token creation - Fix typo 'extrernal' -> 'external' in Migrate Local Users to IDM section Fixes: https://github.com/owncloud/migrate_to_ocis/issues/30 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- .../admin_manual/pages/maintenance/migrating_to_ocis.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/admin_manual/pages/maintenance/migrating_to_ocis.adoc b/modules/admin_manual/pages/maintenance/migrating_to_ocis.adoc index 803b0cf66..7786dc7d2 100644 --- a/modules/admin_manual/pages/maintenance/migrating_to_ocis.adoc +++ b/modules/admin_manual/pages/maintenance/migrating_to_ocis.adoc @@ -104,7 +104,7 @@ PROXY_ENABLE_APP_AUTH: true AUTH_APP_ENABLE_IMPERSONATION: true ---- -* An *app token must be created for the oCIS admin user* using the auth-app. This token, together with the admin username, is used as the username and password for all oCIS operations during the migration. +* An *app token must be created for the oCIS admin user* using the xref:ocis:admin:deployment/services/s-list/auth-app.adoc[auth-app]. This token, together with the admin username, is used as the username and password for all oCIS operations during the migration. * The oCIS instance should be *fresh and clean* before starting the migration. If the target instance already contains data, it may cause conflicts. ==== @@ -115,7 +115,7 @@ No data migration can be initiated until users and groups are available on the o Different steps are required for the migration of users and groups, depending on their location in OC10, to make them accessible to oCIS. -Consider that the https://doc.owncloud.com/ocis/next/deployment/services/s-list/idm.html[internal IDM] provided by oCIS, which is a mini LDAP, has a very limited scope and is mainly targeted at small Infinite Scale installations or testing. It should therefore not be used in production environments. For larger setups or production environments, it is highly recommended to use a “real” LDAP server or to switch to an external Identity Management Solution instead. +Consider that the xref:ocis:admin:deployment/services/s-list/idm.adoc[internal IDM] provided by oCIS, which is a mini LDAP, has a very limited scope and is mainly targeted at small Infinite Scale installations or testing. It should therefore not be used in production environments. For larger setups or production environments, it is highly recommended to use a “real” LDAP server or to switch to an external Identity Management Solution instead. To address these different requirements, migrating users and groups are divided into separate sections. A combination of local and LDAP-based users is not supported. @@ -131,7 +131,7 @@ As the next step, continue with xref:#preparing-data-migration[Preparing Data Mi ==== Migrate Local Users to IDM -Migrate OC10 users and groups to oCIS internal IDM, no extrernal LDAP server used. As a prerequisite, run the steps in xref:#preparing-data-migration[Preparing Data Migration] first. +Migrate OC10 users and groups to oCIS internal IDM, no external LDAP server used. As a prerequisite, run the steps in xref:#preparing-data-migration[Preparing Data Migration] first. Migrate Users:: +