Skip to content

Commit 0d299e3

Browse files
committed
fix: replace macros with bold text for UI labels
1 parent 863846a commit 0d299e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,16 +192,16 @@ NOTE: The Entra backend was marked as non-experimental in SDP 26.3.0.
192192
Fetch groups but not roles for a user from Entra.
193193

194194
The client in Entra must use the `client_credentials` flow and requires the `User.Read.All` and `GroupMember.Read.All` permissions.
195-
To grant these, open your app registration in the Entra portal and, under menu:API permissions[Add a permission > Microsoft Graph], select *Application permissions* (not *Delegated permissions*).
196-
Add `User.Read.All` and `GroupMember.Read.All`.
195+
To grant these, open your app registration in the Entra portal and go to *API permissions*, then *Add a permission* and *Microsoft Graph*.
196+
Select *Application permissions* (not *Delegated permissions*) and add `User.Read.All` and `GroupMember.Read.All`.
197197

198-
IMPORTANT: Application permissions require administrator consent. After adding the permissions, click btn:[Grant admin consent for <tenant>]. Without this, the `client_credentials` flow fails with an authorization error even though the permissions are listed.
198+
IMPORTANT: Application permissions require administrator consent. After adding the permissions, click *Grant admin consent for <tenant>*. Without this, the `client_credentials` flow fails with an authorization error even though the permissions are listed.
199199

200200
The values used in the configuration below can be found in the Entra portal as follows:
201201

202202
* `tenantId`: the *Directory (tenant) ID* on the app registration's *Overview* page.
203203
* `clientId`: the *Application (client) ID* on the app registration's *Overview* page.
204-
* `clientSecret`: create one under menu:Certificates & secrets[Client secrets > New client secret] and copy its *Value* (not the *Secret ID*).
204+
* `clientSecret`: create one under *Certificates & secrets*, then *Client secrets*, then *New client secret*, and copy its *Value* (not the *Secret ID*).
205205
206206
[source,yaml]
207207
----

0 commit comments

Comments
 (0)