|
| 1 | +zgw_consumers_config_enable: true |
| 2 | +zgw_consumers: |
| 3 | + services: |
| 4 | + - identifier: zaken-test |
| 5 | + label: Open Zaak - Zaken API |
| 6 | + api_root: http://localhost:8003/zaken/api/v1/ |
| 7 | + api_type: zrc |
| 8 | + auth_type: zgw |
| 9 | + client_id: test-vcr |
| 10 | + secret: test-vcr |
| 11 | + - identifier: documenten-test |
| 12 | + label: Open Zaak - Documenten API |
| 13 | + api_root: http://localhost:8003/documenten/api/v1/ |
| 14 | + api_type: drc |
| 15 | + auth_type: zgw |
| 16 | + client_id: test-vcr |
| 17 | + secret: test-vcr |
| 18 | + - identifier: catalogi-test |
| 19 | + label: Open Zaak - Catalogi API |
| 20 | + api_root: http://localhost:8003/catalogi/api/v1/ |
| 21 | + api_type: ztc |
| 22 | + auth_type: zgw |
| 23 | + client_id: test-vcr |
| 24 | + secret: test-vcr |
| 25 | + - identifier: besluiten-test |
| 26 | + label: Open Zaak - Besluiten API |
| 27 | + api_root: http://localhost:8003/besluiten/api/v1/ |
| 28 | + api_type: brc |
| 29 | + auth_type: zgw |
| 30 | + client_id: test-vcr |
| 31 | + secret: test-vcr |
| 32 | + - identifier: selectielijst |
| 33 | + label: Open Zaak (public) - Selectielijst API |
| 34 | + api_root: https://selectielijst.openzaak.nl/api/v1/ |
| 35 | + api_type: orc |
| 36 | + auth_type: no_auth |
| 37 | + |
| 38 | +api_configuration_enabled: true |
| 39 | +api_configuration: |
| 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" |
0 commit comments