Skip to content

Commit 4157d99

Browse files
address review comments
1 parent 7d13d02 commit 4157d99

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

docs/reference/elasticsearch-plugins/authentication-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ applies_to:
55
stack: ga 9.1
66
---
77

8-
# Authentication Plugins [authentication]
8+
# Authentication plugins [authentication]
99

1010
Authentication plugins extend the functionality provided by the built-in [authentication realms](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/authentication-realms.md).
1111

docs/reference/elasticsearch-plugins/ms-graph-authz-configure-azure.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ applies_to:
1010
To make API calls to Microsoft Graph, Elasticsearch requires Azure credentials
1111
with the correct permissions.
1212

13-
## Create a custom Azure Application
13+
## Create a custom Azure application
1414

1515
1) Log in to the [Azure portal](https://portal.azure.com) and go to Microsoft
1616
Entra ID.
@@ -23,7 +23,7 @@ with the correct permissions.
2323
:alt: "create your own application" page
2424
:::
2525

26-
## Configure the custom Application
26+
## Configure the custom application
2727

2828
1) In the [Azure portal](https://portal.azure.com), go to Microsoft Entra ID.
2929
2) Under **App registrations**, select the **All applications** tab, and then
@@ -51,8 +51,9 @@ with the correct permissions.
5151
3. Choose **Application permissions**.
5252
4. Select `Directory.ReadWrite.All`, `Group.ReadWrite.All`, `User.Read.All`.
5353

54-
Note that an Azure Admin will need to approve these permissions before the
55-
credentials can be used
54+
:::{note}
55+
An Azure Admin must approve these permissions before the credentials can be used.
56+
5657
:::{image} ./images/ms-graph-authz/05-configure-api-permissions.png
5758
:alt: configure api permissions
5859
:::

docs/reference/elasticsearch-plugins/ms-graph-authz.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ size limit (see [Group overages](https://learn.microsoft.com/en-us/security/zero
1515

1616
## Installation [ms-graph-authz-install]
1717

18-
This plugin can be installed using the plugin manager:
18+
If you're using a [self-managed Elasticsearch cluster](docs-content:///deploy-manage/deploy/self-managed.md), then this plugin can be installed using the plugin manager:
1919

2020
```sh
2121
sudo bin/elasticsearch-plugin install microsoft-graph-authz
@@ -31,6 +31,8 @@ To verify the `.zip` file, use
3131
the [SHA hash](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version.stack}}.zip.sha512)
3232
or [ASC key](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version.stack}}.zip.asc).
3333

34+
For all other deployment types, refer to [plugin management](/reference/elasticsearch-plugins/plugin-management.md).
35+
3436
## Removal [ms-graph-authz-remove]
3537

3638
The plugin can be removed with the following command:
@@ -41,4 +43,6 @@ sudo bin/elasticsearch-plugin remove microsoft-graph-authz
4143

4244
The node must be stopped before removing the plugin.
4345

46+
## Configuration
4447

48+
To learn how to configure the Microsoft Graph Authz plugin, refer to [configuration properties](/reference/elasticsearch-plugins/ms-graph-authz-configure-elasticsearch.md).

0 commit comments

Comments
 (0)