We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6560481 commit e2cd7acCopy full SHA for e2cd7ac
1 file changed
roles/openaccess/templates/serverapplication.yml.j2
@@ -91,6 +91,9 @@ config:
91
base-url: "{{ base_domain }}"
92
edu_id_schac_home_organization: "eduid.nl"
93
discovery: "https://connect.test2.surfconext.nl/oidc/.well-known/openid-configuration"
94
+ invite: "https://invite.{{ base_domain }}"
95
+ sram: "https://{{ env }}.sram.surf.nl/"
96
+ serviceDesk: "https://servicedesk.surf.nl/jira/plugins/servlet/desk/user/requests?reporter=all"
97
98
eduid-idp-entity-id: "https://login.{{ myconext_base_domain }}"
99
@@ -114,6 +117,7 @@ email:
114
117
115
118
manage:
116
119
enabled: True
120
+ activeManage: TEST
121
test:
122
url: {{ openconextaccess.managetest.url }}
123
user: {{ openconextaccess.managetest.user }}
0 commit comments