CINXE.COM
Community Portal - SWITCH
<!DOCTYPE html> <html lang="en"> <head> <title>Community Portal - SWITCH</title> <link rel="stylesheet" type="text/css" href="/export/system/modules/ch.SWITCH.ocms.www/resources/css/slim.css" /> <link rel="stylesheet" type="text/css" href="/export/system/modules/ch.SWITCH.ocms.subsite/resources/css/sub.css" /> <script src="/export/system/modules/ch.SWITCH.ocms.subsite/resources/js-slim/sub-slim.js" type="text/javascript" ></script> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="UTF-8"> <link rel="shortcut icon" href="/export/system/modules/ch.SWITCH.ocms.www/resources/images/site_icons/favicon.ico" type="image/x-icon" /> <link rel="apple-touch-icon" href="/export/system/modules/ch.SWITCH.ocms.www/resources/images/site_icons/apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="57x57" href="/export/system/modules/ch.SWITCH.ocms.www/resources/images/site_icons/apple-touch-icon-57x57.png" /> <link rel="apple-touch-icon" sizes="72x72" href="/export/system/modules/ch.SWITCH.ocms.www/resources/images/site_icons/apple-touch-icon-72x72.png" /> <link rel="apple-touch-icon" sizes="76x76" href="/export/system/modules/ch.SWITCH.ocms.www/resources/images/site_icons/apple-touch-icon-76x76.png" /> <link rel="apple-touch-icon" sizes="114x114" href="/export/system/modules/ch.SWITCH.ocms.www/resources/images/site_icons/apple-touch-icon-114x114.png" /> <link rel="apple-touch-icon" sizes="120x120" href="/export/system/modules/ch.SWITCH.ocms.www/resources/images/site_icons/apple-touch-icon-120x120.png" /> <link rel="apple-touch-icon" sizes="144x144" href="/export/system/modules/ch.SWITCH.ocms.www/resources/images/site_icons/apple-touch-icon-144x144.png" /> <link rel="apple-touch-icon" sizes="152x152" href="/export/system/modules/ch.SWITCH.ocms.www/resources/images/site_icons/apple-touch-icon-152x152.png" /> </head> <body> <div class="container"> <div class="swi-subsite-logo-container"> <a href="https://www.switch.ch/en/"><img height="46" width="180" src="/export/system/modules/ch.SWITCH.ocms.www/resources/images/logoHi.png" alt=""></a> <!-- language navigation --><!--stopindex--> <ul class="nav nav-pills pull-right swi-nav-pills-app-meta hidden-xs"> <li><a href="/vip/"> Login</a></li> </ul> <!--startindex--> </div> <nav class="navbar navbar-default swi-navbar-subsite" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/pub/">Community Portal</a> </div> <!--stopindex--> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class=" "> <a href="/pub/dns-firewall/">DNS Firewall</a> </li> <li class=" "> <a href="/pub/open-data/">Open Data</a> </li> <li class=" "> <a href="/pub/public-dns/">Public DNS</a> </li> </ul> </div><!--startindex--><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </div> <div id="jumbotron" > <div> <!-- jumbotron img --> <div class="jumbotron swi-jumbotron swi-jumbotron-dark-text swi-jumbotron-www swi-jumbotron-noimg"> <div class="container swi-jumbotron-content"> <div class="swi-inner"> <h1 >Community Portal</h1> </div> </div> </div></div> </div> <div class="container swi-container"> <div class="row"> <div class="col-xs-12 col-sm-8"> <div id="content" > <div><script type="text/javascript">// To use this JavaScript, please access: // https://wayf.switch.ch/SWITCHaai/WAYF/embedded-wayf.js/snippet.html // and copy/paste the resulting HTML snippet to an unprotected web page that // you want the embedded WAYF to be displayed //////////////////// ESSENTIAL SETTINGS //////////////////// // URL of the WAYF to use // Examples: "https://wayf.example.org/SWITCHwayf/WAYF" // [Mandatory] var wayf_URL = "https://wayf.switch.ch/SWITCHaai/WAYF"; // EntityID of the Service Provider that protects this Resource // Value will be overwritten automatically if the page where the Embedded WAYF // is displayed is called with a GET argument 'entityID' as automatically set by Shibboleth // Examples: "https://econf.switch.ch/shibboleth", "https://dokeos.unige.ch/shibboleth" // [Mandatory] var wayf_sp_entityID = "https://www.switch.ch/shibboleth"; // Shibboleth Service Provider handler URL // Examples: "https://point.switch.ch/Shibboleth.sso", "https://rr.aai.switch.ch/aaitest/Shibboleth.sso" // [Mandatory, if wayf_use_discovery_service = false] var wayf_sp_handlerURL = "https://portal.switch.ch/Shibboleth.sso"; // URL on this resource that the user should be returned to after authentication // Examples: "https://econf.switch.ch/aai/home", "https://olat.uzh.ch/my/courses" // [Mandatory] var wayf_return_url = "https://portal.switch.ch/vip/"; //////////////////// RECOMMENDED SETTINGS //////////////////// // Width of the embedded WAYF in pixels or "auto" // This is the width of the content only (without padding and border). // Add 2 x (10px + 1px) = 22px for padding and border to get the actual // width of everything that is drawn. // [Optional, default: "auto"] // var wayf_width = 250; // Height of the embedded WAYF in pixels or "auto" // This is the height of the content only (without padding and border). // Add 2 x (10px + 1px) = 22px for padding and border to get the actual // height of everything that is drawn. // [Optional, default: "auto"] // Example for fixed size: // var wayf_height = 150; // Whether to show the checkbox to remember settings for this session // [Optional, default: true] //var wayf_show_remember_checkbox = true; // Hide the Logo // If true, no logo is shown // [Optional, default: false] // var wayf_hide_logo = false; // Logo size // Choose whether the small or large logo should be used // [Optional, default: true] //var wayf_use_small_logo = true; // Font size // [Optional, default: 12] //var wayf_font_size = 12; // Font color as CSS color value, e.g. 'black' or '#000000' // [Optional, default: #000000] //var wayf_font_color = '#000000'; // Border color as CSS color value, e.g. 'black' or '#000000' // [Optional, default: #848484] //var wayf_border_color = '#848484'; // Background color as CSS color value, e.g. 'black' or '#000000' // [Optional, default: #F0F0F0] //var wayf_background_color = '#F0F0F0'; // Whether to automatically log in user if he has a session/permanent redirect // cookie set at central wayf // [Optional, default: true] //var wayf_auto_login = true; // Whether to hide the WAYF after the user was logged in // This requires that the _shib_session_* cookie is set when a user // could be authenticated, which is the default case when Shibboleth is used. // For other Service Provider implementations have a look at the setting // wayf_check_login_state_function that allows you to customize this // [Optional, default: true] // var wayf_hide_after_login = true; // Whether or not to show the categories in the drop-down list // Possible values are: true or false // [Optional, default: true] // var wayf_show_categories = true; // Most used Identity Providers will be shown as top category in the drop down // list if this feature is used. // Will not be shown if wayf_show_categories is false // [Optional, default: none] // var wayf_most_used_idps = new Array("https://aai-logon.unibas.ch/idp/shibboleth", "https://aai.unil.ch/idp/shibboleth"); // Categories of Identity Provider that should not be shown // Possible values are: "university","uas","hospital","library","tertiaryb","uppersecondary","vho","others", "all" // Example of how to hide categories // var wayf_hide_categories = new Array("other", "library"); // [Optional, default: none] var wayf_hide_categories = new Array("uppersecondary"); // EntityIDs of Identity Provider whose category is hidden but that should be shown anyway // Example of how to unhide certain Identity Providers // var wayf_unhide_idps = new Array("https://aai-login.uzh.ch/idp/shibboleth"); // [Optional, default: none] // var wayf_unhide_idps = new Array(); var wayf_unhide_idps = new Array(); // EntityIDs of Identity Provider that should not be shown at all // Example of how to hide certain Identity Provider // var wayf_hide_idps = new Array("https://idp.unige.ch/idp/shibboleth", "https://aai-logon.switch.ch/idp/shibboleth"); // [Optional, default: none] // var wayf_hide_idps = new Array(); var wayf_hide_idps = new Array(); </script></div> <div><script type="text/javascript" src="https://wayf.switch.ch/SWITCHaai/WAYF/embedded-wayf.js"></script> </div> <div> <div> <div ><h2>About</h2> <p>SWITCH uses the community portal to provide a range of special information and services, and also to offer a platform for technological exchange. SWITCH customers can engage in networking here, discussing technological topics and exploiting synergy effects. </p></div></div></div></div> </div><!-- /.col.. --> <div class="col-xs-12 col-sm-4 swi-subsite-sidebar"> <div id="context" ></div> </div><!-- /.col.. --> </div><!-- /.row --> </div><!-- /.container --> <footer class="swi-footer-bottom swi-footer-bottom-subsite hidden-print"> <div class="container clearfix"> <div class="swi-footer-breadcrumb pull-left"> <ol class="breadcrumb"> <li><a href="https://www.switch.ch/en/about/disclaimer/">Legal notice</a></li> <li><a href="https://www.switch.ch/en/about/imprint/">Imprint</a></li> </ol> </div> <div class="swi-footer-copyright-subsite pull-right"> © 2025 for content at SWITCH </div> </div><!-- /.container --> </footer> <!-- Piwik --> <script type="text/javascript"> var _paq = _paq || []; _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u=(("https:" == document.location.protocol) ? "https" : "http") + "://www.switch.ch/tracker/"; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', 6]); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })(); </script> <noscript><p><img src="https://www.switch.ch/tracker/piwik.php?idsite=6" style="border:0;" alt="" /></p></noscript> <!-- End Piwik Code --> </body> </html>