Skip to content

Commit

Permalink
Localicious
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 12, 2024
1 parent 29a0766 commit 986646e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions environments/vm/group_vars/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ myconext:
feature_warning_educational_email_domain: false
feature_id_verify: true
feature_remote_creation_api: true
feature_send_js_exceptions: true
feature_deny_disposable_email_providers: true
feature_create_eduid_institution_enabled: true
feature_create_eduid_institution_landing: true
Expand Down
3 changes: 3 additions & 0 deletions roles/myconext/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ springdoc:

email:
from: eduID <noreply@{{ myconext_base_domain }}>
error_mail: info@surfconext.nl
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 }}
Expand Down Expand Up @@ -100,6 +101,8 @@ feature:
id_verify: {{ myconext.feature_id_verify}}
# Do we support the remote creation API (e.g. for studielink)
remote_creation_api: {{ myconext.feature_remote_creation_api }}
# Do we send error mails for reported errors by the JS UI
send_js_exceptions: {{ myconext.feature_send_js_exceptions }}


secure_cookie: true
Expand Down

0 comments on commit 986646e

Please sign in to comment.