diff --git a/roles/manage/templates/application.yml.j2 b/roles/manage/templates/application.yml.j2 index 8cb960366..9b1bb7354 100644 --- a/roles/manage/templates/application.yml.j2 +++ b/roles/manage/templates/application.yml.j2 @@ -64,6 +64,7 @@ product: metadata_configuration_path: file://{{ manage_dir }}/metadata_configuration metadata_templates_path: file://{{ manage_dir }}/metadata_templates metadata_export_path: classpath:/metadata_export +disabled_metadata_schemas: security: backdoor_user_name: {{ manage.backdoor_api_user }} diff --git a/roles/myconext/templates/application.yml.j2 b/roles/myconext/templates/application.yml.j2 index f84c04e6e..827065468 100644 --- a/roles/myconext/templates/application.yml.j2 +++ b/roles/myconext/templates/application.yml.j2 @@ -38,10 +38,12 @@ springdoc: email: from_deprovisioning: + from: eduID from_code: eduID from_app_nudge: from_new_device: error: {{ error_mail_to }} + error_mail: {{ error_mail_to }} magic-link-url: https://login.{{ myconext_base_domain }}/saml/guest-idp/magic my-surfconext-url: https://mijn.{{ myconext_base_domain }} idp-surfconext-url: https://login.{{ myconext_base_domain }} diff --git a/roles/openaccess/templates/serverapplication.yml.j2 b/roles/openaccess/templates/serverapplication.yml.j2 index 94d4a72f3..7c3f59d58 100644 --- a/roles/openaccess/templates/serverapplication.yml.j2 +++ b/roles/openaccess/templates/serverapplication.yml.j2 @@ -94,6 +94,31 @@ config: invite: "https://invite.{{ base_domain }}" sram: "https://{{ env }}.sram.surf.nl/" serviceDesk: "https://servicedesk.surf.nl/jira/plugins/servlet/desk/user/requests?reporter=all" + # For other environments, move to group_vars + identity_providers: + - name: "SXS IdP" + entityid: "http://mock-idp" + descriptionEN: "Een test-IdP waarmee je zelf attributen-sets kunt simuleren. De metadata vind je hier" + descriptionNL: "Een test-IdP waarmee je zelf attributen-sets kunt simuleren. De metadata vind je hier" + - name: "SXS Dummy" + entityid: "https://idp.diy.surfconext.nl" + descriptionEN: "Een test-IdP met fictieve gebruikersaccounts. De metadata vind je hier" + descriptionNL: "Een test-IdP met fictieve gebruikersaccounts. De metadata vind je hier" + idp_proxy_meta_data: https://metadata.test2.surfconext.nl/idp-metadata.xml + features: + - name: idp + enabled: true + - name: invite + enabled: true + - name: sram + enabled: true + - name: mfa + enabled: true + acr_values: + {% for loa in [stepup_intrinsic_loa] + stepup_loa_values_supported %} + - "{{ loa }}" + {% endfor %} + minimal_stepup_loa_level: "http://{{ base_domain }}/assurance/loa2" eduid-idp-entity-id: "https://login.{{ myconext_base_domain }}" @@ -134,6 +159,12 @@ manage: staticManageDirectory: classpath:/manage # staticManageDirectory: file:///usr/local/etc/manage +invite: + enabled: True + url: "https://invite.{{ base_domain }}" + user: {{ invite.access_user }} + password: "{{ invite.access_secret }}" + s3storage: url: {{ openconextaccess.s3_storage.url }} key: {{ openconextaccess.s3_storage.key }}