diff --git a/roles/openaccess/templates/serverapplication.yml.j2 b/roles/openaccess/templates/serverapplication.yml.j2
index 94d4a72f3..a923182c4 100644
--- a/roles/openaccess/templates/serverapplication.yml.j2
+++ b/roles/openaccess/templates/serverapplication.yml.j2
@@ -94,6 +94,17 @@ 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"
+ # TODO decide if we need this and if so, then move it to the env 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
eduid-idp-entity-id: "https://login.{{ myconext_base_domain }}"