1
0

authentication.asciidoc 468 B

123456789101112
  1. [[authentication]]
  2. == Authentication plugins
  3. Authentication plugins extend the functionality provided by the built-in {ref}/realms.html[authentication realms].
  4. [discrete]
  5. === Core authentication plugins
  6. <<ms-graph-authz,Microsoft Graph Authz>>::
  7. 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
  8. include::ms-graph-authz.asciidoc[]