File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
cas-server-webapp/src/main/resources Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 22
33We follow the CalVer (https://calver.org/ ) versioning scheme: YY.MINOR.MICRO.
44
5+ 21.0.0 (2021-01-06)
6+ ===================
7+
8+ - Updated institutions-auth.xsl for kuleuven
9+ - Updated copyright year 2021
10+
51120.3.0 (2020-11-23)
612===================
713
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ screen.general.link.signIn=Sign in
4343screen.general.link.signOut =Sign out
4444screen.general.link.backToOsf =Back to OSF
4545screen.general.link.forgotPassword =Forgot your password?
46- screen.general.osf.copyright =Copyright © 2011-2020 <a style="white-space: nowrap" href="https://cos.io">Center for Open Science</a> | <a style="white-space: nowrap" href="https://github.com/CenterForOpenScience/centerforopenscience.org/blob/master/TERMS_OF_USE.md">Terms of Use</a> | <a style="white-space: nowrap" href="https://github.com/CenterForOpenScience/centerforopenscience.org/blob/master/PRIVACY_POLICY.md">Privacy Policy</a>
46+ screen.general.osf.copyright =Copyright © 2011-2021 <a style="white-space: nowrap" href="https://cos.io">Center for Open Science</a> | <a style="white-space: nowrap" href="https://github.com/CenterForOpenScience/centerforopenscience.org/blob/master/TERMS_OF_USE.md">Terms of Use</a> | <a style="white-space: nowrap" href="https://github.com/CenterForOpenScience/centerforopenscience.org/blob/master/PRIVACY_POLICY.md">Privacy Policy</a>
4747
4848screen.cookies.disabled.title =Browser cookies disabled
4949screen.cookies.disabled.message =Your browser does not accept cookies. Single sign on WILL NOT WORK.
Original file line number Diff line number Diff line change 8484 <suffix />
8585 </user >
8686 </xsl : when >
87+ <!-- KU Leuven Libraries (KULEUVEN)-->
88+ <xsl : when test =" $idp='urn:mace:kuleuven.be:kulassoc:kuleuven.be'" >
89+ <id >kuleuven</id >
90+ <user >
91+ <username ><xsl : value-of select =" //attribute[@name='mail']/@value" /></username >
92+ <fullname ><xsl : value-of select =" //attribute[@name='displayName']/@value" /></fullname >
93+ <familyName ><xsl : value-of select =" //attribute[@name='sn']/@value" /></familyName >
94+ <givenName ><xsl : value-of select =" //attribute[@name='givenName']/@value" /></givenName >
95+ <middleNames />
96+ <suffix />
97+ </user >
98+ </xsl : when >
8799 <!-- Princeton University (PU) -->
88100 <!--
89101 The departmentRaw and eduPerson attributes are for local testing purpose only.
You can’t perform that action at this time.
0 commit comments