Skip to content

Commit 6f0bf3e

Browse files
fix version in template expression
1 parent 914ab9b commit 6f0bf3e

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

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

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ applies_to:
77

88
# Microsoft Graph Authz [ms-graph-authz]
99

10-
The Microsoft Graph Authz plugin uses [Microsoft Graph](https://learn.microsoft.com/en-us/graph/api/user-list-memberof) to look up group membership information from Microsoft Entra ID.
10+
The Microsoft Graph Authz plugin uses [Microsoft Graph](https://learn.microsoft.com/en-us/graph/api/user-list-memberof)
11+
to look up group membership information from Microsoft Entra ID.
1112

12-
This is primarily intended to work around the Microsoft Entra ID maximum group size limit (see [Group overages](https://learn.microsoft.com/en-us/security/zero-trust/develop/configure-tokens-group-claims-app-roles#group-overages)).
13+
This is primarily intended to work around the Microsoft Entra ID maximum group
14+
size limit (see [Group overages](https://learn.microsoft.com/en-us/security/zero-trust/develop/configure-tokens-group-claims-app-roles#group-overages)).
1315

1416
## Installation [ms-graph-authz-install]
1517

@@ -19,10 +21,15 @@ This plugin can be installed using the plugin manager:
1921
sudo bin/elasticsearch-plugin install microsoft-graph-authz
2022
```
2123

22-
The plugin must be installed on every node in the cluster, and each node must be restarted after installation.
23-
24-
You can download this plugin for [offline install](/reference/elasticsearch-plugins/plugin-management-custom-url.md) from [https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version}}.zip](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version}}.zip). To verify the `.zip` file, use the [SHA hash](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version}}.zip.sha512) or [ASC key](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version}}.zip.asc).
24+
The plugin must be installed on every node in the cluster, and each node must be
25+
restarted after installation.
2526

27+
You can download this plugin
28+
for [offline install](/reference/elasticsearch-plugins/plugin-management-custom-url.md)
29+
from [https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version.stack}}.zip](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version.stack}}.zip).
30+
To verify the `.zip` file, use
31+
the [SHA hash](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version.stack}}.zip.sha512)
32+
or [ASC key](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version.stack}}.zip.asc).
2633

2734
## Removal [ms-graph-authz-remove]
2835

0 commit comments

Comments
 (0)