Skip to content

Commit

Permalink
📝[#114] add setup configuration command example to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Coperh committed Nov 29, 2024
1 parent da8600b commit d8ac68e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/setup_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The setup configuration source must contain the following base keys to use this
* ``oidc_db_config_admin_auth``: Dictionary that maps OIDC fields to their values.


Example:
Example: *setup_config.yml*

.. code-block:: YAML
Expand All @@ -52,6 +52,12 @@ Example:
oidc_op_discovery_endpoint: https://keycloak.local/protocol/openid-connect/
...
This is file is then used with the setup configuration command setup the OIDC admin:

.. code-block:: Bash
python manage.py setup_configuration --yaml-file path/to/setup_config.yml
Any field from the ``OpenIDConnectConfig`` can be added to ``oidc_db_config_admin_auth`` (except endpoints, see below)

Expand Down

0 comments on commit d8ac68e

Please sign in to comment.