Skip to content

Commit

Permalink
📝 [#125] Update setup config format in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Dec 9, 2024
1 parent 21a5dff commit c3a6577
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/setup_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ Example: *setup_config.yml*
...
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/
items:
- identifier: admin-oidc
oidc_rp_client_id: client-id
oidc_rp_client_secret: secret
endpoint_config:
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:
Expand All @@ -65,6 +67,7 @@ Required Fields:
""""""""""""""""


* ``identifier``: a unique identifier for this configuration.
* ``oidc_rp_client_id``: OpenID Connect client ID from the OIDC Provider.
* ``oidc_rp_client_secret``: OpenID Connect secret from the OIDC Provider.
* ``endpoint_config``: Dictionary containing endpoint information
Expand Down

0 comments on commit c3a6577

Please sign in to comment.