-
Notifications
You must be signed in to change notification settings - Fork 25.5k
backport ms graph plugin docs to 8.19 #130823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backport ms graph plugin docs to 8.19 #130823
Conversation
Documentation preview: |
2ffc5a0
to
f1d59ee
Compare
f1d59ee
to
669ca6b
Compare
Pinging @elastic/es-security (Team:Security) |
Pinging @elastic/core-docs (Team:Docs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a couple of comments to mirror my feedback on the other pr. looks good otherwise 👍 thanks for doing the backport.
=== Core authentication plugins | ||
|
||
<<ms-graph-authz,Microsoft Graph Authz>>:: | ||
The Microsoft Graph Authz plugin uses https://learn.microsoft.com/en-us/graph/api/user-list-memberof/[Microsoft Graph] to look up group membership information from Microsoft Entra ID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Microsoft Graph Authz plugin uses https://learn.microsoft.com/en-us/graph/api/user-list-memberof/[Microsoft Graph] to look up group membership information from Microsoft Entra ID | |
The Microsoft Graph Authz plugin uses https://learn.microsoft.com/en-us/graph/api/user-list-memberof/[Microsoft Graph] to look up group membership information from Microsoft Entra ID. |
docs/plugins/ms-graph-authz.asciidoc
Outdated
This is primarily intended to work around the Microsoft Entra ID maximum group size limit (see https://learn.microsoft.com/en-us/security/zero-trust/develop/configure-tokens-group-claims-app-roles#group-overages[Group overages]). | ||
|
||
:plugin_name: microsoft-graph-authz | ||
include::install_remove.asciidoc[] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be nice to apply the same "how to install for other platforms" edits here.
also would be good to have the link down to the config pages on this page.
docs/plugins/ms-graph-authz.asciidoc
Outdated
This is needed later, and is only displayed once. | ||
+ | ||
image::images/04-create-client-secret.png[get your client secret] | ||
. Under Manage > API permissions, do the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
. Under Manage > API permissions, do the following: | |
. Under **Manage** > **API permissions**, do the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a couple of comments to mirror my feedback on the other pr. looks good otherwise 👍 thanks for doing the backport.
Backport this 9.0 docs PR to 8.19
#130703