Commit f231f36 1 parent 10a36c1 commit f231f36 Copy full SHA for f231f36
File tree 5 files changed +17
-13
lines changed
docker/setup_configuration
5 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,11 @@ openklant_tokens:
11
11
12
12
oidc_db_config_enable : true
13
13
oidc_db_config_admin_auth :
14
- oidc_rp_client_id : client-id
15
- oidc_rp_client_secret : secret
16
- endpoint_config :
17
- oidc_op_authorization_endpoint : https://example.com/realms/test/protocol/openid-connect/auth
18
- oidc_op_token_endpoint : https://example.com/realms/test/protocol/openid-connect/token
19
- oidc_op_user_endpoint : https://example.com/realms/test/protocol/openid-connect/userinfo
14
+ items :
15
+ - identifier : admin-oidc
16
+ oidc_rp_client_id : client-id
17
+ oidc_rp_client_secret : secret
18
+ endpoint_config :
19
+ oidc_op_authorization_endpoint : https://example.com/realms/test/protocol/openid-connect/auth
20
+ oidc_op_token_endpoint : https://example.com/realms/test/protocol/openid-connect/token
21
+ oidc_op_user_endpoint : https://example.com/realms/test/protocol/openid-connect/userinfo
Original file line number Diff line number Diff line change @@ -56,10 +56,12 @@ Create or update the (single) YAML configuration file with your settings:
56
56
...
57
57
oidc_db_config_enable : true
58
58
oidc_db_config_admin_auth :
59
- oidc_rp_client_id : client-id
60
- oidc_rp_client_secret : secret
61
- endpoint_config :
62
- oidc_op_discovery_endpoint : https://keycloak.local/protocol/openid-connect/
59
+ items :
60
+ - identifier : admin-oidc
61
+ oidc_rp_client_id : client-id
62
+ oidc_rp_client_secret : secret
63
+ endpoint_config :
64
+ oidc_op_discovery_endpoint : https://keycloak.local/protocol/openid-connect/
63
65
...
64
66
65
67
More details about configuring mozilla-django-oidc-db through ``setup_configuration ``
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ maykin-2fa==1.0.1
237
237
# via open-api-framework
238
238
mozilla-django-oidc==4.0.1
239
239
# via mozilla-django-oidc-db
240
- mozilla-django-oidc-db[setup-configuration]==0.20.0
240
+ mozilla-django-oidc-db[setup-configuration]==0.21.1
241
241
# via
242
242
# -r requirements/base.in
243
243
# open-api-framework
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ mozilla-django-oidc==4.0.1
423
423
# via
424
424
# -r requirements/base.txt
425
425
# mozilla-django-oidc-db
426
- mozilla-django-oidc-db[setup-configuration]==0.20.0
426
+ mozilla-django-oidc-db[setup-configuration]==0.21.1
427
427
# via
428
428
# -r requirements/base.txt
429
429
# open-api-framework
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ mozilla-django-oidc==4.0.1
432
432
# via
433
433
# -r requirements/base.txt
434
434
# mozilla-django-oidc-db
435
- mozilla-django-oidc-db[setup-configuration]==0.20.0
435
+ mozilla-django-oidc-db[setup-configuration]==0.21.1
436
436
# via
437
437
# -r requirements/base.txt
438
438
# open-api-framework
You can’t perform that action at this time.
0 commit comments