Skip to content

Commit 9f9aaec

Browse files
committed
fix build
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
1 parent ae3c9a4 commit 9f9aaec

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

modules/authentication/proc-enabling-user-authentication-with-github.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,10 @@ Enter the configured secret variable name: `$\{GITHUB_CLIENT_SECRET}`.
142142
Enter `github` to enable the GitHub provider as your {product-short} sign-in provider.
143143
+
144144
Optional: Consider adding optional fields.
145-
ifeval::[{optional-steps} == 'disable']
145+
ifeval::["{optional-steps}" == "disable"]
146146
See {configuring-book-link}[{configuring-book-title}].
147147
endif::[]
148-
ifeval::[{optional-steps} == 'enable']
149-
+
148+
ifeval::["{optional-steps}" == "enable"]
150149
[source,yaml,subs="+quotes"]
151150
----
152151
auth:

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ In a large organization, user provisioning might take a long time, therefore avo
145145
Enter the schedule initial delay in the ISO duration or human duration format.
146146
+
147147
Optional: Consider adding optional fields.
148-
ifeval::[{optional-steps} == 'disable']
148+
ifeval::["{optional-steps}" == "disable"]
149149
See {configuring-book-link}[{configuring-book-title}].
150150
endif::[]
151-
ifeval::[{optional-steps} == 'enable']
151+
ifeval::["{optional-steps}" == "enable"]
152152
[id=authority]
153153
`authority`::
154154
Enter your link:https://learn.microsoft.com/en-us/graph/deployments#app-registration-and-token-service-root-endpoints[{azure-short} authority URL], when different from the default: `\https://login.microsoftonline.com`.
@@ -384,11 +384,10 @@ Enter the configured secret variable name: `$\{AUTHENTICATION_AZURE_TENANT_ID}`.
384384
Enter `microsoft` to set the {azure-short} provider as your {product-short} sign-in provider.
385385
+
386386
Optional: Consider adding optional fields.
387-
ifeval::[{optional-steps} == 'disable']
387+
ifeval::["{optional-steps}" == "disable"]
388388
See {configuring-book-link}[{configuring-book-title}].
389389
endif::[]
390-
ifeval::[{optional-steps} == 'enable']
391-
390+
ifeval::["{optional-steps}" == "enable"]
392391
`domainHint`::
393392
Optional for single-tenant applications.
394393
You can reduce login friction for users with accounts in multiple tenants by automatically filtering out accounts from other tenants.

modules/authentication/proc-enabling-user-authentication-with-rhbk.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ Enter the realm name to provision users, such as `master`.
8383
Enter the realm name to authenticate users, such as `master`.
8484
+
8585
Optional: Consider adding optional fields.
86-
ifeval::[{optional-steps} == 'disable']
86+
ifeval::["{optional-steps}" == "disable"]
8787
See {configuring-book-link}[{configuring-book-title}].
8888
endif::[]
89-
ifeval::[{optional-steps} == 'enable']
89+
ifeval::["{optional-steps}" == "enable"]
9090
`userQuerySize`::
9191
Enter the user count to query simultaneously.
9292
Default value: `100`.
@@ -198,10 +198,10 @@ If `prompt: auto` is not set, the identity provider defaults to `prompt: none`,
198198
====
199199
+
200200
Optional: Consider adding optional fields.
201-
ifeval::[{optional-steps} == 'disable']
201+
ifeval::["{optional-steps}" == "disable"]
202202
See {configuring-book-link}[{configuring-book-title}].
203203
endif::[]
204-
ifeval::[{optional-steps} == 'enable']
204+
ifeval::["{optional-steps}" == "enable"]
205205
`callbackUrl`::
206206
{rhbk} callback URL.
207207
+

0 commit comments

Comments
 (0)