You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/src/locale/en.js
+31-4Lines changed: 31 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -692,10 +692,37 @@ const en = {
692
692
connect: {
693
693
title: "How to connect",
694
694
subTitle: "Connecting to SURF Access is not complicated. It requires a formal and a technical part.",
695
-
howTo: "Formal part",
696
-
formal: "Applications on SURF Access are either provided by commercial entities or by SURF members for the benefit of their peers within the network. Our agreements vary based on the ownership of the application and the intended audience. For instance, if you intend to offer your service to a large number of users, you will need to enter into a formal contract with us. If your service is developed within your institution and is intended for a smaller research group, a shorter terms of service will do.",
697
-
698
-
provisions: "With these provisions, we aim to ensure a smooth and secure integration for all parties involved."
695
+
formal: "Formal part",
696
+
formalInfo: "Applications on SURF Access are either provided by commercial entities or by SURF members for the benefit of their peers within the network. Our agreements vary based on the ownership of the application and the intended audience. For instance, if you intend to offer your service to a large number of users, you will need to enter into a formal contract with us. If your service is developed within your institution and is intended for a smaller research group, a shorter terms of service will do.",
697
+
agreementTypes: "Agreement types",
698
+
testIdps: "Test IdP’s",
699
+
collaborations: "Collaborations",
700
+
enterprises: "Enterprises",
701
+
accessTestIdps: "access for test IdP’s",
702
+
accessGroups: "access for diverse groups",
703
+
accessStudent: "e.g. access for all students",
704
+
commercial: "Commercial entity",
705
+
fairUse: "<a href='https://www.surf.nl/en/services/identity-access-management/surfconext' target='_blank'>Fair Use Policy</a>",
provisions: "With these provisions, we aim to ensure a smooth and secure integration for all parties involved.",
713
+
technical: "Technical part",
714
+
technicalInfo: "Whenever a user logs in through SURF Access, their information flows from their home-institution (Identity provider), via SURF Access, directly to your service.",
715
+
serviceInfo: "Your service can receive a variety of data, including:",
716
+
serviceBullets: [
717
+
"<strong>Authentication Data</strong>: Proof that the user has been authenticated by the Identity Provider.",
718
+
"<strong>Authorisation Information</strong>: Details necessary for making authorisation decisions within your service.",
719
+
"<strong>Group Membership Information</strong>: Data about a user’s group memberships.",
720
+
"<strong>Additional User Data</strong>: Any other data relevant to the service you provide."
721
+
],
722
+
samlOidc: "SAML & OpenID Connect",
723
+
samlOidcInfo: "We use these open standards as they are used in most countries and many sectors.",
724
+
attributes: "Attributes and claims",
725
+
attributesInfo: "Learn more about use these open standards as they are used in most countries and many sectors."
0 commit comments