index.rst 564 B

123456789101112131415161718192021
  1. .. _security_auth:
  2. Authentication
  3. ==============
  4. There are three sets of GeoServer resources involved in authentication:
  5. * The :ref:`web_admin` (also known as web admin)
  6. * :ref:`OWS <services>` services (such as WFS and WMS)
  7. * :ref:`REST <rest>` services
  8. The following sections describe how each set of GeoServer resources administers authentication. To configure the authentication settings and providers, please see the section on :ref:`security_webadmin_auth` in the :ref:`web_admin`.
  9. .. toctree::
  10. :maxdepth: 2
  11. chain
  12. web
  13. owsrest
  14. providers