ScholarshipsEditor
A Vue microservice responsible for the Scholarships editor.
Local deployment
The internal SSO session uses cookies defined on the studyportals.eu
domain. These session is needed to sign private requests towards the back-end. In order for the local deployment to access these cookies, it must be hosted on the studyportals.eu
domain.
Open the C:\Windows\System32\drivers\etc\hosts
file in Notepad (with administrative rights). Append the following configuration 127.0.0.1 scholarships-editor.dev.studyportals.eu
and save.