Skip to content

Commit

Permalink
🚚 [#521] Move example data.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Dec 5, 2024
1 parent 9acb993 commit 1fe55fc
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,28 @@ zgw_consumers:
api_configuration_enabled: True
api_configuration:
selectielijst_service_identifier: selectielijst


oidc_db_config_enable: True
oidc_db_config_admin_auth:
enabled: true
oidc_rp_client_id: "openarchiefbeheer-dev"
oidc_rp_client_secret: "very-secret-bla"
oidc_rp_sign_algo: "RS256"
oidc_token_use_basic_auth: false
username_claim:
- preferred_username
groups_claim:
- resource_access
- openarchiefbeheer-dev
- roles
superuser_group_names:
- Superuser
userinfo_claims_source: userinfo_endpoint
oidc_op_jwks_endpoint: "http://localhost:28080/realms/openarchiefbeheer-dev/protocol/openid-connect/certs"
oidc_op_logout_endpoint: "http://localhost:28080/realms/openarchiefbeheer-dev/protocol/openid-connect/logout"
oidc_rp_idp_sign_key: ""
endpoint_config:
oidc_op_authorization_endpoint: "http://localhost:28080/realms/openarchiefbeheer-dev/protocol/openid-connect/auth"
oidc_op_token_endpoint: "http://localhost:28080/realms/openarchiefbeheer-dev/protocol/openid-connect/token"
oidc_op_user_endpoint: "http://localhost:28080/realms/openarchiefbeheer-dev/protocol/openid-connect/userinfo"

0 comments on commit 1fe55fc

Please sign in to comment.