Skip to content

Commit 773f008

Browse files
jmagakGitHub Actions
and
GitHub Actions
authored
RHIDP-6560: Fix unterminated open blocks (redhat-developer#1020)
* Fix unterminated open blocks --------- Co-authored-by: GitHub Actions <[email protected]>
1 parent 92b444e commit 773f008

2 files changed

+1
-3
lines changed

modules/authentication/proc-enabling-authentication-with-microsoft-azure.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ To grant administrator consent, a directory administrator must go to the link:ht
5151

5252
. Set up the Microsoft Azure authentication provider in your `{my-app-config-file}` file:
5353
+
54-
--
5554
.`{my-app-config-file}` file fragment
5655
[source,yaml,subs="+quotes,+attributes"]
5756
----

modules/authentication/proc-provisioning-users-from-microsoft-azure-to-the-software-catalog.adoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:_mod-docs-content-type: PROCEDURE
12
[id="provisioning-users-from-microsoft-azure-to-the-software-catalog"]
23
= Provisioning users from Microsoft Azure to the software catalog
34

@@ -9,7 +10,6 @@ To authenticate users with Microsoft Azure, after xref:enabling-authentication-w
910
.Procedure
1011
* 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:
1112
+
12-
--
1313
[id=microsoftGraphOrgProviderId]
1414
.`{my-app-config-file}` fragment with mandatory `microsoftGraphOrg` fields
1515
[source,yaml]
@@ -272,7 +272,6 @@ catalog:
272272
schedule:
273273
initialDelay: { seconds: 15}
274274
----
275-
--
276275

277276
.Verification
278277
. Check the console logs to verify that the synchronization is completed.

0 commit comments

Comments
 (0)