File tree 1 file changed +25
-0
lines changed
backend/src/openarchiefbeheer/config/setup_configuration/fixtures
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -38,3 +38,28 @@ zgw_consumers:
38
38
api_configuration_enabled : True
39
39
api_configuration :
40
40
selectielijst_service_identifier : selectielijst
41
+
42
+
43
+ oidc_db_config_enable : True
44
+ oidc_db_config_admin_auth :
45
+ enabled : true
46
+ oidc_rp_client_id : " openarchiefbeheer-dev"
47
+ oidc_rp_client_secret : " very-secret-bla"
48
+ oidc_rp_sign_algo : " RS256"
49
+ oidc_token_use_basic_auth : false
50
+ username_claim :
51
+ - preferred_username
52
+ groups_claim :
53
+ - resource_access
54
+ - openarchiefbeheer-dev
55
+ - roles
56
+ superuser_group_names :
57
+ - Superuser
58
+ userinfo_claims_source : userinfo_endpoint
59
+ oidc_op_jwks_endpoint : " http://localhost:28080/realms/openarchiefbeheer-dev/protocol/openid-connect/certs"
60
+ oidc_op_logout_endpoint : " http://localhost:28080/realms/openarchiefbeheer-dev/protocol/openid-connect/logout"
61
+ oidc_rp_idp_sign_key : " "
62
+ endpoint_config :
63
+ oidc_op_authorization_endpoint : " http://localhost:28080/realms/openarchiefbeheer-dev/protocol/openid-connect/auth"
64
+ oidc_op_token_endpoint : " http://localhost:28080/realms/openarchiefbeheer-dev/protocol/openid-connect/token"
65
+ oidc_op_user_endpoint : " http://localhost:28080/realms/openarchiefbeheer-dev/protocol/openid-connect/userinfo"
You can’t perform that action at this time.
0 commit comments