Skip to content

Commit

Permalink
Mark OIDC feature as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Aug 6, 2020
1 parent 3d5ea7b commit 312f9cb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion admin-manual/security/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,15 @@ identity verification, authentication and basic information about the end user.
feature allows administrators to deploy both the Archivematica Dashboard and Storage
Service Django applications with OIDC authentication.

It is based on `mozilla-django-oidc <mozilla-django-oidc-docs_>`_. In addition
to the instructions below, please refer to their documentation for more
details.

.. important::

The OIDC backend is an experimental feature that you can turn on to test
(see instructions below). Please share your feedback!

OIDC backend configuration in Archivematica Dashboard
+++++++++++++++++++++++++++++++++++++++++++++++++++++

Expand All @@ -231,7 +240,7 @@ OIDC backend configuration in Archivematica Dashboard
#. Restart the Archivematica Dashboard.

OIDC backend configuration in Storage Service
+++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++

#. Enable the authentication backend using the environment variable
``SS_OIDC_AUTHENTICATION``. Assign a string value ``true`` to enable
Expand Down Expand Up @@ -336,3 +345,4 @@ This will create a new :file:`/etc/ssl/certs/ca-certificates.crt` file.
.. _requests-cas: https://requests.readthedocs.io/en/master/user/advanced/#ca-certificates
.. _elasticsearch-security-external: https://www.elastic.co/guide/en/x-pack/current/elasticsearch-security.html
.. _Storage Service application-specific-environment-variables: https://github.com/artefactual/archivematica-storage-service/blob/18b9a77ce1a6789be00159289fb48f4edc46065e/install/README.md#application-specific-environment-variables
.. _mozilla-django-oidc-docs: https://mozilla-django-oidc.readthedocs.io/en/stable/

0 comments on commit 312f9cb

Please sign in to comment.