mirror of
https://github.com/minio/docs.git
synced 2025-08-08 01:43:18 +03:00
Closes #1090 Simple enough - document that which was previously only on github. Doing a minimal pass here, no core tutorial, just basics. Staged: - http://192.241.195.202:9000/staging/DOCS-1090/linux/administration/identity-access-management/pluggable-authorization.html - http://192.241.195.202:9000/staging/DOCS-1090/linux/reference/minio-server/settings/iam/minio-access-plugin.html# --------- Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com> Co-authored-by: Andrea Longo <feorlen@users.noreply.github.com>
28 lines
1.0 KiB
ReStructuredText
28 lines
1.0 KiB
ReStructuredText
.. _minio-server-envvar-iam:
|
|
|
|
=======================================
|
|
Identity and Access Management Settings
|
|
=======================================
|
|
|
|
.. default-domain:: minio
|
|
|
|
.. contents:: Table of Contents
|
|
:local:
|
|
:depth: 2
|
|
|
|
The pages in this section document settings for configuring MinIO to work with identity and access management (IAM) solutions.
|
|
There is a page of settings for each of the IAM methods MinIO supports.
|
|
|
|
- :ref:`Active Directory / LDAP <minio-server-envvar-external-identity-management-ad-ldap>`
|
|
- :ref:`OpenID <minio-server-envvar-external-identity-management-openid>`
|
|
- :ref:`MinIO Identity Management Plugin <minio-server-envvar-external-identity-management-plugin>`
|
|
- :ref:`MinIO Access Management Plugin <minio-server-envvar-external-identity-management-plugin>`
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:hidden:
|
|
|
|
/reference/minio-server/settings/iam/ldap
|
|
/reference/minio-server/settings/iam/openid
|
|
/reference/minio-server/settings/iam/minio-identity-plugin
|
|
/reference/minio-server/settings/iam/minio-access-plugin |