From 61167659203ad19d343f71b2792adf507ff7a990 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 26 Mar 2025 10:16:39 +0100 Subject: [PATCH 1/2] Fix unterminated open blocks --- .../proc-enabling-authentication-with-microsoft-azure.adoc | 1 - ...g-users-from-microsoft-azure-to-the-software-catalog.adoc | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/authentication/proc-enabling-authentication-with-microsoft-azure.adoc b/modules/authentication/proc-enabling-authentication-with-microsoft-azure.adoc index f3d2cde132..864d4258ff 100644 --- a/modules/authentication/proc-enabling-authentication-with-microsoft-azure.adoc +++ b/modules/authentication/proc-enabling-authentication-with-microsoft-azure.adoc @@ -51,7 +51,6 @@ To grant administrator consent, a directory administrator must go to the link:ht . Set up the Microsoft Azure authentication provider in your `{my-app-config-file}` file: + --- .`{my-app-config-file}` file fragment [source,yaml,subs="+quotes,+attributes"] ---- diff --git a/modules/authentication/proc-provisioning-users-from-microsoft-azure-to-the-software-catalog.adoc b/modules/authentication/proc-provisioning-users-from-microsoft-azure-to-the-software-catalog.adoc index 662eb29447..e4d9ebf7b2 100644 --- a/modules/authentication/proc-provisioning-users-from-microsoft-azure-to-the-software-catalog.adoc +++ b/modules/authentication/proc-provisioning-users-from-microsoft-azure-to-the-software-catalog.adoc @@ -1,5 +1,6 @@ +:_mod-docs-content-type: PROCEDURE [id="provisioning-users-from-microsoft-azure-to-the-software-catalog"] -= Provisioning users from Microsoft Azure to the software catalog += Provisioning Users from Microsoft Azure to the Software Catalog To authenticate users with Microsoft Azure, after xref:enabling-authentication-with-microsoft-azure[Enabling authentication with Microsoft Azure], provision users from Microsoft Azure to the {product-short} software catalog. @@ -9,7 +10,6 @@ To authenticate users with Microsoft Azure, after xref:enabling-authentication-w .Procedure * To enable Microsoft Azure member discovery, edit your custom {product-short} ConfigMap, such as `app-config-rhdh`, and add following lines to the `{my-app-config-file}` content: + --- [id=microsoftGraphOrgProviderId] .`{my-app-config-file}` fragment with mandatory `microsoftGraphOrg` fields [source,yaml] @@ -272,7 +272,6 @@ catalog: schedule: initialDelay: { seconds: 15} ---- --- .Verification . Check the console logs to verify that the synchronization is completed. From a2e54773ff33b47f86f5a2e8288ade9e89c0b9c7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 26 Mar 2025 10:22:31 +0100 Subject: [PATCH 2/2] Fix unterminated open blocks --- ...ning-users-from-microsoft-azure-to-the-software-catalog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/authentication/proc-provisioning-users-from-microsoft-azure-to-the-software-catalog.adoc b/modules/authentication/proc-provisioning-users-from-microsoft-azure-to-the-software-catalog.adoc index e4d9ebf7b2..2d09a0021e 100644 --- a/modules/authentication/proc-provisioning-users-from-microsoft-azure-to-the-software-catalog.adoc +++ b/modules/authentication/proc-provisioning-users-from-microsoft-azure-to-the-software-catalog.adoc @@ -1,6 +1,6 @@ :_mod-docs-content-type: PROCEDURE [id="provisioning-users-from-microsoft-azure-to-the-software-catalog"] -= Provisioning Users from Microsoft Azure to the Software Catalog += Provisioning users from Microsoft Azure to the software catalog To authenticate users with Microsoft Azure, after xref:enabling-authentication-with-microsoft-azure[Enabling authentication with Microsoft Azure], provision users from Microsoft Azure to the {product-short} software catalog.