Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Merge branch 'feature/guest2SwissEdu'
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Schihin committed Aug 27, 2015
2 parents 07ff27f + 7bd1d6b commit 8690c47
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 53 deletions.
4 changes: 2 additions & 2 deletions themes/sbvfrdjus/templates/Auth/Shibboleth/login.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$encodedProviderID = urlencode($this->serverUrl() . "/" . "shibboleth");
$encodedTarget = urlencode($this->serverUrl() . "/MyResearch/Home");
$encodedGuestURL = "https://aai.guest-login.ch/idp/profile/SAML2/Unsolicited/SSO?providerId=" . $encodedProviderID . "&target=" . $encodedTarget;
$encodedprivateUserURL ="https://edu-id.ch/idp/profile/SAML2/Unsolicited/SSO?providerId=" . $encodedProviderID . "&target=" . $encodedTarget;
?>


Expand Down Expand Up @@ -108,7 +108,7 @@ $encodedGuestURL = "https://aai.guest-login.ch/idp/profile/SAML2/Unsolicited/SSO
<input type="button" onclick="window.location = 'https://aai.guest-login.ch/idp/profile/SAML2/Unsolicited/SSO?providerId=https%3A%2F%2Ftestvf.swissbib.ch%2Fshibboleth&target=https%3A%2F%2Ftestvf.swissbib.ch%2FMyResearch%2FHome&shire=https%3A%2F%2Ftestvf.swissbib.ch%2FShibboleth.sso%2FSAML2%2FPOST'" value="Guest Login"/>
-->

<input type="button" onclick="window.location = '<?= $encodedGuestURL ?>'"
<input type="button" onclick="window.location = '<?= $encodedprivateUserURL ?>'"
value="<?= $this->transEsc('login.guest') ?>"/>
</p>
</td>
Expand Down
7 changes: 4 additions & 3 deletions themes/sbvfrdjus/templates/HelpPage/de/about_jusbib.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@
(<a href="https://www.switch.ch/services/aai/" target="_blank" title="Info zu switchAAI">Mehr Informationen</a>).
</li>
<li>
<strong>switch Guest Login:</strong> Der Zugang für Private steht speziell jenen Nutzerinnen und Nutzern zur Verfügung, die sich
nicht über switchAAI anmelden können, da sie bei keiner Hochschule eingeschrieben sind. Er wird ebenfalls von switch bereitgestellt
(<a href="https://www.switch.ch/aai/support/tools/guest-login/" target="_blank" title="Info zum Guest Login">Mehr Informationen</a>).
<strong>swiss edu-ID:</strong> Dieser Zugang steht speziell jenen Nutzerinnen und Nutzern zur Verfügung, die sich
nicht über switchAAI anmelden können, da sie nicht bei einer Hochschule eingeschrieben sind. Dieser neue Dienst
wird ebenfalls von switch bereitgestellt
(<a href="https://projects.switch.ch/eduid/" target="_blank" title="Info zur Swiss edu-ID">Mehr Informationen</a>).
</li>
</ul>

Expand Down
6 changes: 3 additions & 3 deletions themes/sbvfrdjus/templates/HelpPage/en/about_jusbib.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
(<a href="https://www.switch.ch/services/aai/" target="_blank" title="Info zu switchAAI">More information</a>).
</li>
<li>
<strong>switch Guest Login:</strong> This access is for private users, who are not students and therefor can not log
in with switchAAI. This service is also provided by switch
(<a href="https://www.switch.ch/aai/support/tools/guest-login/" target="_blank" title="Info zum Guest Login">More information</a>).
<strong>swiss edu-ID:</strong> This account for private individuals is offered for users who do not have a
switchAAI login. It is a new switch service
(<a href="https://projects.switch.ch/eduid/" target="_blank" title="swiss edu-ID">more information</a>).
</li>
</ul>

Expand Down
8 changes: 4 additions & 4 deletions themes/sbvfrdjus/templates/HelpPage/fr/about_jusbib.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
(<a href="https://www.switch.ch/fr/services/aai/" target="_blank" title="Info switchAAI">davantage d’informations</a>).
</li>
<li>
<strong>switch Guest Login:</strong> Pour les particuliers qui ne disposent pas d’un accès switchAAI l’inscription peut
avoir lieu au moyen de ce service, vu qu’ils n’appartiennent pas à une haute école. Ce service est aussi mis à disposition
par switch
(<a href="https://www.switch.ch/aai/support/tools/guest-login/" target="_blank" title="Info zum Guest Login">davantage d’informations</a>).
<strong>swiss edu-ID:</strong> Ce service nouveau de switch est conçu pour les utilisatrices et utilisateurs qui
ne sont pas affiliés à une haute école ou université et qui ne peuvent donc pas se connecter en utilisant
switchAAI
(<a href="https://projects.switch.ch/eduid/" target="_blank" title="Info sur swiss edu-ID">plus d'informations</a>).
</li>
</ul>

Expand Down
6 changes: 3 additions & 3 deletions themes/sbvfrdjus/templates/HelpPage/it/about_jusbib.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
(<a href="https://www.switch.ch/it/services/aai/" target="_blank" title="Info switchAAI">Ulteriori informazioni</a>).
</li>
<li>
<strong>switch Guest Login:</strong> E’ l’accesso per coloro che non possono identificarsi via switchAAI poiché non
appartenenti ad alcun ateneo. Anche questo tipo d’identificazione viene messo a disposizione da switch
(<a href="https://www.switch.ch/aai/support/tools/guest-login/" target="_blank" title="Info Guest Login">Ulteriori informazioni</a>).
<strong>swiss edu-ID:</strong> Questo accesso switch è concepito per gli utenti che non sono affiliati a un
istituto di studi superiori e che dunque non potrebbero autenticarsi utilizzando switchAAI
(<a href="https://projects.switch.ch/eduid/" target="_blank" title="Info swiss edu-ID">ulteriori informazioni</a>).
</li>
</ul>

Expand Down
4 changes: 2 additions & 2 deletions themes/sbvfrdsingle/templates/Auth/Shibboleth/login.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$encodedProviderID = urlencode($this->serverUrl() . "/" . "shibboleth");
$encodedTarget = urlencode($this->serverUrl() . "/MyResearch/Home");
$encodedGuestURL = "https://aai.guest-login.ch/idp/profile/SAML2/Unsolicited/SSO?providerId=" . $encodedProviderID . "&target=" . $encodedTarget;
$encodedprivateUserURL ="https://edu-id.ch/idp/profile/SAML2/Unsolicited/SSO?providerId=" . $encodedProviderID . "&target=" . $encodedTarget;
?>


Expand Down Expand Up @@ -110,7 +110,7 @@ $encodedGuestURL = "https://aai.guest-login.ch/idp/profile/SAML2/Unsolicited/SSO
<input type="button" onclick="window.location = 'https://aai.guest-login.ch/idp/profile/SAML2/Unsolicited/SSO?providerId=https%3A%2F%2Ftestvf.swissbib.ch%2Fshibboleth&target=https%3A%2F%2Ftestvf.swissbib.ch%2FMyResearch%2FHome&shire=https%3A%2F%2Ftestvf.swissbib.ch%2FShibboleth.sso%2FSAML2%2FPOST'" value="Guest Login"/>
-->

<input type="button" onclick="window.location = '<?= $encodedGuestURL ?>'"
<input type="button" onclick="window.location = '<?= $encodedprivateUserURL ?>'"
value="<?= $this->transEsc('login.guest') ?>"/>
</p>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@
(<a href="https://www.switch.ch/services/aai/" target="_blank" title="Info zu switchAAI">Mehr Informationen</a>).
</li>
<li>
<strong>switch Guest Login:</strong> Der Zugang für Private steht speziell jenen Nutzerinnen und Nutzern zur Verfügung, die sich
nicht über switchAAI anmelden können, da sie bei keiner Hochschule eingeschrieben sind. Er wird ebenfalls von switch bereitgestellt
(<a href="https://www.switch.ch/aai/support/tools/guest-login/" target="_blank" title="Info zum Guest Login">Mehr Informationen</a>).
<strong>swiss edu-ID:</strong> Dieser Zugang steht speziell jenen Nutzerinnen und Nutzern zur Verfügung, die sich
nicht über switchAAI anmelden können, da sie nicht bei einer Hochschule eingeschrieben sind. Dieser neue Dienst
wird ebenfalls von switch bereitgestellt
(<a href="https://projects.switch.ch/eduid/" target="_blank" title="Info zur Swiss edu-ID">Mehr Informationen</a>).
</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
(<a href="https://www.switch.ch/services/aai/" target="_blank" title="switchAAI information">more information</a>).
</li>
<li>
<strong>switch Guest Login:</strong> Access for private person is offered for users who do not have a switchAAI login. It is also a
switch service
(<a href="https://www.switch.ch/aai/support/tools/guest-login/" target="_blank" title="Guest Login information">more information</a>).
<strong>swiss edu-ID:</strong> This account for private individuals is offered for users who do not have a
switchAAI login. It is a new switch service
(<a href="https://projects.switch.ch/eduid/" target="_blank" title="swiss edu-ID">more information</a>).
</li>
</ul>

Expand Down
14 changes: 8 additions & 6 deletions themes/sbvfrdsingle/templates/HelpPage/fr/about_swissbib.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,17 @@
</p>
<ul class="list">
<li>
<strong>switchAAI:</strong> Les étudiants et le personnel des universités, hautes écoles spécialisées et autres institutions d'enseignement
et de recherche peuvent se connecter grâce au service national de switch. L'accès est fourni par ces institutions et est utilisé également
pour les services tels que VPN ou les plates-formes d'apprentissage en ligne
<strong>switchAAI:</strong> Les étudiants et le personnel des universités, hautes écoles spécialisées et autres
institutions d'enseignement et de recherche peuvent se connecter grâce au service national de switch. L'accès
est fourni par ces institutions et est utilisé également pour les services tels que VPN ou les plates-formes
d'apprentissage en ligne
(<a href="https://www.switch.ch/services/aai/" target="_blank" title="Info sur switchAAI">plus d'informations</a>).
</li>
<li>
<strong>switch Guest Login:</strong> Cet accès switch est conçu pour les utilisatrices et les utilisateurs qui ne sont pas affiliés
à une haute école et qui ne peuvent donc pas se connecter en utilisant switchAAI
(<a href="https://www.switch.ch/aai/support/tools/guest-login/" target="_blank" title="Info sur Guest Login">plus d'informations</a>).
<strong>swiss edu-ID:</strong> Ce service nouveau de switch est conçu pour les utilisatrices et utilisateurs qui
ne sont pas affiliés à une haute école ou université et qui ne peuvent donc pas se connecter en utilisant
switchAAI
(<a href="https://projects.switch.ch/eduid/" target="_blank" title="Info sur swiss edu-ID">plus d'informations</a>).
</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
(<a href="https://www.switch.ch/services/aai/" target="_blank" title="Info switchAAI">ulteriori informazioni</a>).
</li>
<li>
<strong>switch Guest Login:</strong> Questo accesso switch è concepito per gli utenti che non sono affiliati a un
<strong>swiss edu-ID:</strong> Questo accesso switch è concepito per gli utenti che non sono affiliati a un
istituto di studi superiori e che dunque non potrebbero autenticarsi utilizzando switchAAI
(<a href="https://www.switch.ch/aai/support/tools/guest-login/" target="_blank" title="Info Guest Login">ulteriori informazioni</a>).
(<a href="https://projects.switch.ch/eduid/" target="_blank" title="Info swiss edu-ID">ulteriori informazioni</a>).
</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<div class="home-content-box">
<h2 class="lead">Entwicklungen</h2>
<h2 class="lead">Swiss edu-ID</h2>
<p>
Als nationaler Katalog weist swissbib die Bestände von gut 20 Verbünden, Repositories und digitalen Bibliotheken nach.
Die Datenbasis wird weiter ausgebaut werden.
Für nicht an einer Hochschule eingeschriebene Benutzerinnen und Benutzer stand die letzten Jahre "switch Guest
Login" zur Verfügung. Die Konten dieses Dienstes werden am 28. August 2015 auf den neuen Dienst "Swiss edu-ID"
migriert. Sie haben damit weiterhin Zugriff auf Ihr Konto bei swissbib.
</p>
<a href="<?= $this->redirectProtocolWrapper()->getWrappedURL('http://www.swissbib.blogspot.ch/') ?>" target="_blank"
class="btn btn-link" title="Link zum Blog">Mehr erfahren</a>
<a href="<?= $this->redirectProtocolWrapper()->getWrappedURL('http://projects.switch.ch/eduid/help/swissbib-migration/') ?>"
target="_blank" class="btn btn-link" title="Link zum Blog">Mehr Informationen</a>
</div>

Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<div class="home-content-box">
<h2 class="lead">Development</h2>
<p>
As a national catalogue, swissbib contains the collections of over 20 library networks, repositories and digital libraries.
swissbib will continue to grow.
</p>
<a href="<?= $this->redirectProtocolWrapper()->getWrappedURL('http://www.swissbib.blogspot.ch/') ?>" target="_blank"
class="btn btn-link" title="Blog">Read more</a>
<h2 class="lead">Swiss edu-ID</h2>
<p>
For users without a switchAAI login, over the last years, swissbib relied on "switch Guest Login". This service
will be replaced by "swiss edu-ID" at 28th August 2015. Your account will be migrated and you will be able
to access your account in swissbib afterwards.
</p>
<a href="<?= $this->redirectProtocolWrapper()->getWrappedURL('http://projects.switch.ch/eduid/help/swissbib-migration/') ?>"
target="_blank" class="btn btn-link" title="swiss edu-ID">Read more</a>
</div>
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<div class="home-content-box">
<h2 class="lead">Évolutions</h2>
<h2 class="lead">Swiss edu-ID</h2>
<p>
Catalogue national, swissbib recense les collections d'environ 20 réseaux de bibliothèques, archives institutionelles
et bibliothèques numériques. Et la base des données ira croissante.
Pour les utilisateurs non-affiliés à une haute école ou université, swissbib a offert le service "switch guest
login". Ce service sera transposer en "swiss edu-ID" le 28 août 2015. Votre compte swissbib sera accessible par
ce service nouveau.
</p>
<a href="<?= $this->redirectProtocolWrapper()->getWrappedURL('http://www.swissbib.blogspot.ch/') ?>" target="_blank"
class="btn btn-link" title="Lien vers le blog">Lire plus</a>
<a href="<?= $this->redirectProtocolWrapper()->getWrappedURL('http://projects.switch.ch/eduid/help/swissbib-migration/') ?>"
target="_blank" class="btn btn-link" title="swiss edu-ID">Lire plus</a>
</div>
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<div class="home-content-box">
<h2 class="lead">Nouvelles</h2>
<h2 class="lead">Swiss edu-ID</h2>
<p>
Catalogue national, swissbib recense les collections d'environ 20 réseaux de bibliothèques, archives institutionelles
et bibliothèques numériques. Et la base des données ira croissante.
For users without a switchAAI login, over the last years, swissbib relied on "switch Guest Login". This service
will be replaced by "swiss edu-ID" at 28th August 2015. Your account will be migrated and you will be able
to access your account in swissbib afterwards.
</p>
<a href="<?= $this->redirectProtocolWrapper()->getWrappedURL('http://www.swissbib.blogspot.ch/') ?>" target="_blank"
class="btn btn-link" title="Lien vers le blog">Lire plus</a>
<a href="<?= $this->redirectProtocolWrapper()->getWrappedURL('http://projects.switch.ch/eduid/help/swissbib-migration/') ?>"
target="_blank" class="btn btn-link" title="swiss edu-ID">Read more</a>
</div>

0 comments on commit 8690c47

Please sign in to comment.