-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#294] update configuration & documentation
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,6 @@ Create a (single) YAML configuration file with your settings: | |
.. code-block:: yaml | ||
tokens_config_enable: true | ||
tokens_config: | ||
group: | ||
- identifier: token-1 | ||
|
@@ -46,6 +45,26 @@ Create a (single) YAML configuration file with your settings: | |
contact_person: Person 2 | ||
email: [email protected] | ||
Mozilla-django-oidc-db | ||
---------------------- | ||
|
||
Create or update the (single) YAML configuration file with your settings: | ||
|
||
.. code-block:: yaml | ||
... | ||
oidc_db_config_enable: true | ||
oidc_db_config_admin_auth: | ||
oidc_rp_client_id: client-id | ||
oidc_rp_client_secret: secret | ||
endpoint_config: | ||
oidc_op_discovery_endpoint: https://keycloak.local/protocol/openid-connect/ | ||
... | ||
More details about configuring mozilla-django-oidc-db through ``setup_configuration`` | ||
can be found at the _`documentation`: https://mozilla-django-oidc-db.readthedocs.io/en/latest/setup_configuration.html. | ||
|
||
Execution | ||
========= | ||
|
||
|