Skip to content

Commit 1fe55fc

Browse files
committed
🚚 [#521] Move example data.yaml
1 parent 9acb993 commit 1fe55fc

File tree

1 file changed

+25
-0
lines changed
  • backend/src/openarchiefbeheer/config/setup_configuration/fixtures

1 file changed

+25
-0
lines changed

backend/docker-services/setup-configuration/data.yaml backend/src/openarchiefbeheer/config/setup_configuration/fixtures/data.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,28 @@ zgw_consumers:
3838
api_configuration_enabled: True
3939
api_configuration:
4040
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"

0 commit comments

Comments
 (0)