Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleArchived

This board has been created in GN4-3 and was archived at the end of the project.

Please visit the new GN5-1 Incubator Dashboard to view all Incubator activities.



HTML
<!-- Hide Confluence sidebar -->
<script>
AJS.toInit(function(){
  if (AJS.$("div.ia-fixed-sidebar").width() > 55){
    AJS.Confluence.Sidebar.toggle();
  }
});
</script>


HTML
<!-- Bootstrap CSS -->
<link
  rel="stylesheet"
  href="https://stackpathcdn.bootstrapcdnjsdelivr.comnet/bootstrapnpm/4bootstrap@4.56.20/dist/css/bootstrap.min.css"
  integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0ZB0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
  crossorigin="anonymous"
/>

<!-- Remove elements for PDF export -->
<style>
  @media print {
    .noprint.collapse:not(.show) {
      display: noneunset;
    }
    .printcard-timelinecolumns {
      heightcolumn-count: 10em1;
    }
  }
</style>
HTML
<div class="container-fluid">

  .color-completed {
  <!-- Banner background-color: goldenrod;
  }

  .color-ongoing {
    background-color: #c2adeb;
  }

  .color-pending {
    background-color: lightyellow;
  }
</style>


HTML
<!-- Content -->
<div class="container-fluid">
  <!-- Banner -->
  <div
    class="row pt-4 pr-4 pb-5"
    style="background: linear-gradient(#4051a3ff, white); height: 15em"
  -->
  <div class="row mb-4">
    <img
      src="https://wiki.geant.org/download/attachments/148090083/incubatordashboard-logobanner.jpgsvg"
      class="mlmx-auto"
      style="max-height: 12em100%; width: 100%"
    />
  </div>

  <!-- Head -->
  <div class="card-deck mb-3">
    <div class="card">
      <div class="row no-gutters">
        <div class="col-md-4 p-2" style="background-color: goldenrod;color-completed">
          <img
            src="https://wiki.geant.org/download/attachments/148090083/trophy.svg"
            class="card-img"
          />
        </div>
        <div class="col-md-8" style="background-color: #e6e6e6;">
          <div class="card-body text-center">
            <div class="card-text font-weight-bold" style="font-size: xx-large;">13<>30</div>
            <p class="card-text"><small class="text-muted">Completed activities</small></p>
          </div>
        </div>
      </div>
    </div>
    <div class="card">
      <div class="row no-gutters">
        <div class="col-md-4" style="background-color: #c2adeb;color-ongoing">
          <img
            src="https://wiki.geant.org/download/attachments/148090083/gears.pngsvg"
            class="card-img p-2"
          />
        </div>
        <div class="col-md-8" style="background-color: #e6e6e6;">
          <div class="card-body text-center">
            <div class="card-text font-weight-bold" style="font-size: xx-large;">4<>0</div>
            <p class="card-text"><small class="text-muted">Ongoing activities</small></p>
          </div>
        </div>
      </div>
    </div>
    <div class="card">
      <div class="row no-gutters">
        <div class="col-md-4" style="background-color: lightyellow;color-pending">
          <img
            src="https://wiki.geant.org/download/attachments/148090083/idea.svg"
            class="card-img p-2"
          />
        </div>
        <div class="col-md-8" style="background-color: #e6e6e6;">
          <div class="card-body text-center">
            <div class="card-text font-weight-bold" style="font-size: xx-large;">10<>0</div>
            <p class="card-text"><small class="text-muted">Pending ideas</small></p>
          </div>
        </div>
      </div>
    </div>
    <div class="card">
      <div class="row no-gutters">
        <div class="col-md-4" style="background-color: lightblue;">
          <img
            src="https://wiki.geant.org/download/attachments/148090083/student.svg"
            class="card-img p-2"
          />
        </div>
        <div class="col-md-8" style="background-color: #e6e6e6;">
          <div class="card-body text-center">
            <div class="card-text font-weight-bold" style="font-size: xx-large;">2<>6</div>
            <p class="card-text"><small class="text-muted">Student>TIM projects<students</small></p>
          </div>
        </div>
      </div>
    </div>
    <div class="card">
      <div class="row no-gutters">
        <div class="col-md-4" style="background-color: lightsalmon;">
          <img
            src="https://wiki.geant.org/download/attachments/148090083/team.pngsvg"
            class="card-img p-2"
          />
        </div>
        <div class="col-md-8" style="background-color: #e6e6e6;">
          <div class="card-body text-center">
            <div class="card-text font-weight-bold" style="font-size: xx-large;">13<>0</div>
            <p class="card-text"><small class="text-muted">Active members</small></p>
          </div>
        </div>
      </div>
    </div>
  </div>

  <!-- Timeline -->
  <div class="col-9 offset-3 p-0">
    <div class="card border-0">
      <div class="row no-gutters">
        <div class="col-9 offset-1">
          <img
            src="https://wiki.geant.org/download/attachments/148090083/timeline.svg"
            class="card-img print-timeline"
          />
        </div>
        <div class="col-2" style="background-color: #e6e6e6;">
          <div class="card-body text-center">
            <div class="card-text font-weight-bold" style="font-size: xx-large;">3>6 / 6</div>
            <p class="card-text"><small class="text-muted">Iterations</small></p>
          </div>
        </div>
      </div>
    </div>
  </div>
  <hr />

  <!-- Overview section -->
  <div class="accordion d-print-none" id="overview-panel">
    <div class="row no print">
      <div class="btn-group col-4" role="group">
        <button
          class="btn btn-outline-primary"
          id="tab-main-head"
          type="button"
          data-toggle="collapse"
          data-target="#tab-incubator-body"
        >
          Incubator
        </button>
        <button
          class="btn btn-outline-primary"
          id="tab-topics-head"
          type="button"
          data-toggle="collapse"
          data-target="#tab-topics-body"
        >
          Topics
        </button>
        <button
          class="btn btn-outline-primary"
          id="tab-deliverable-head"
          type="button"
          data-toggle="collapse"
          data-target="#tab-deliverable-body"
        >
          Handover
        </button>
        <button
          class="btn btn-outline-primary"
          id="tab-timeline-head"
          type="button"
          data-toggle="collapse"
          data-target="#tab-timeline-body"
        >
          TimelineInnovation
        </button>
      </div>
    </div>
    <!-- Incubator tab -->
    <div class="row collapse show" id="tab-incubator-body" data-parent="#overview-panel">
      <div class="col-4">
        <div class="list-group" role="tablist">
          <a
            class="btn btn-outline-primary list-group-item list-group-item-action active"
            id="incubator-vision-head"
            data-toggle="list"
            href="#incubator-vision"
            role="tab"
            >Vision & Mission</a
          >
          <a
            class="btn btn-outline-primary list-group-item list-group-item-action"
            id="incubator-process-head"
            data-toggle="list"
            href="#incubator-process"
            role="tab"
            >Process Methodology</a
          >
          <a
            class="btn btn-outline-primary list-group-item list-group-item-action"
            id="incubator-roles-head"
            data-toggle="list"
            href="#incubator-roles"
            role="tab"
            >Community Engagement
          </a>
        </div>
      </div>
      <div class="col-8">
        <div class="tab-content" id="incubator-content">
          <div class="tab-pane fade show active" id="incubator-vision" role="tabpanel">
            <p>
              The GN4-3 WP5 T2 Trust and Identity Incubator (“T&I Incubator”) aims to develop,
              foster and mature new ideas in the Trust and Identity space in Research and Education.
              The incubator will investigate new technologies that currently have no place (yet) in
              the services ecosystem of the GÉANT project. This may include to test and experiment
              with potential new features for existing GÉANT services. In addition also business
              case development for potential new services and developments that would improve data
              protection and privacy aspects in services or software are in scope.
            </p>
            <div>
              <a
                href="https://wiki.geant.org/x/wbAuBw" class="btn btn-outline-primary"
                >Activity Process</atarget="_blank"
              >
  class="btn btn-outline-primary"
                >Activity Process</a
              >
            </div>
          </div>
          <div class="tab-pane fade" id="incubator-process" role="tabpanel">
            <p>
              The T&I incubator runs four to eight incubator activities per project year in
              parallel. These incubators typically take about 6 months and employ an agile
              methodology to enable rapid development of ideas. Preferably at least two subject
              matter experts work together with support from the project team. Subject matter
              experts are recruited from within the team or, preferred, sponsored by their NRENs. In
              addition, the project team facilitates the incubator track by providing a scrum master
              and dedicated developers.
            </p>
            <div>
              <a
                href="https://wiki.geant.org/x/O4LYBw"
                target="_blank"
                class="btn btn-outline-primary"
                >Development Process</a
              >
            </div>
          </div>
          <div class="tab-pane fade" id="incubator-roles" role="tabpanel">
            <p>
              Main Incubator Board (MIB) aims to represent a broad view on Trust and Identity
              related developments in R&E. MIB members are senior subject matter experts from the
              European NREN trust and identity community. They evaluate new ideas and provide advice
              to the work package lead. They are also responsible for reviewing activities at the
              end of each incubator cycle and providing recommendations on how to proceed. The
              incubator team presents their results regularly to the the MIB's and the wider
              community. In the middle and at the end of a cycle there are two events public events,
              so called sprint demos.
            </p>
            <div>
              <a
                href="https://wiki.geant.org/x/sbAuBw"
                target="_blank"
                class="btn btn-outline-primary"
                >Selection Process</a
              >
            </div>
          </div>
        </div>
      </div>
    </div>
    <!-- Topics tab -->
    <div class="row collapse" id="tab-topics-body" data-parent="#overview-panel">
      <div class="col-4">
        <div class="list-group" role="tablist">
          <a
            class="btn btn-outline-primary list-group-item list-group-item-action active"
            id="topics-identity-head"
            data-toggle="list"
            href="#topics-identity"
            role="tab"
            >Identity and Access Management</aManagement
          ></a>
          <a
            class="btn btn-outline-primary list-group-item list-group-item-action"
            id="topics-standards-head"
            data-toggle="list"
            href="#topics-standards"
            role="tab"
            >Standards and Protocols</aProtocols
          ></a>
          <a
            class="btn btn-outline-primary list-group-item list-group-item-action"
            id="topics-security-head"
            data-toggle="list"
            href="#topics-security"
            role="tab"
            >Security and Privacy</aPrivacy
          ></a>
        </div>
      </div>
      <div class="col-8 tab-content" id="topics-content">
        <div class="tab-pane fade show active" id="topics-identity" role="tabpanel">
          <div class="row mb-2">
            Identity and Access Management (IAM) is about creating and managing digital identity for
            users, which can be used to represent a person in the digital world. Using state of the
            art authentication and authorization methods ensures that only the owner can access his
            identity and only entitled can access a resource. In this area, it is all about Identity
            Providers, Identity Federation, Service Providers and Discovery Services. Your project may
          improve  may improve existing software solutions or create new applications for a global
            community.
          </div>
        </div>
        <div class="tab-pane fade" id="topics-standards" role="tabpanel">
          <div class="row">
            Building on top of existing infrastructure and applications, Standards and Protocols is
            about creating new ways to for applications and users to communicate. This area is all
            about protocols and standards used or being developed in the global Trust and Identity
            community, like the Security Assertion Markup Language (SAML) and Open ID Connect
 (OIDC),
           (OIDC), which will be used to integrate new capabilities in an already existing large
            infrastructure.
          </div>
        </div>
        <div class="tab-pane fade" id="topics-security" role="tabpanel">
          <div class="row">
            Security is an integral part of most applications and infrastructures. Ensuring data
            protection, privacy and safety by using measures like encryption and cryptography is
            nowadays mandatory. In this area, you may investigate, test and integrate new security
            features in existing Trust & Identity applications or to create new services that help
            secure our community, by working on for example multi factor authentication or HSM
            technologies.
          </div>
        </div>
      </div>
    </div>
    <!-- TimelineDeliverable tab -->
    <div class="row collapse" id="tab-timelinedeliverable-body" data-parent="#overview-panel">
      <div class="col-4">
        <div class="list-group" role="tablist">
          <a
            class="btn btn-outline-primary list-group-item list-group-item-action active"
            id="timelinedeliverable-c1service-head"
            data-toggle="list"
            href="#timeline#deliverable-c1service"
            role="tab"
            >Cycle>T&I 1 (05 Mar 2019 - 12 Nov 2019)<Service Task</a
          >
          <a
            class="btn btn-outline-primary list-group-item list-group-item-action"
            id="timelinedeliverable-c2community-head"
            data-toggle="list"
            href="#timeline#deliverable-c2community"
            role="tab"
            >Cycle 2 (15 Nov 2019 - 30 Jun 2020)<>R&E Community</a
          >
          <a
            class="btn btn-outline-primary list-group-item list-group-item-action"
            id="timelinedeliverable-c3external-head"
            data-toggle="list"
            href="#timeline#deliverable-c3external"
            role="tab"
            >Cycle>External Parties
 3 (03 Jul 2020 - 09 Feb 2021)  </a
          >a>
        </div>
      </div>
      <div class="col-8">
        <div class="tab-content" id="timelineincubator-content">
          <div class="tab-pane fade show active" id="timelinedeliverable-c1service" role="tabpanel">
            <div class="row col-11">
<p>
              The service task operates and <a href="#idp-service" class="btn btn-outline-info col-3 m-1">IdP as a Service</a>

maintains the T&I services in the GÉANT project (WP5
              T1). The <a href="#distributed-vetting" class="btn btn-outline-info col-3 m-1"
     incubator works closely with the responsible service owner on activities that
           >SFA - Distributed Vetting</a
have an impact on an existing service. They are already involved in the selection >of
              <a href="#discovery-pilot" class="btn btn-outline-info col-3 m-1">Discovery Pilot</a>
     new activities to ensure that the topic is appropriately supported. Once the activity
         <a href="#shibboleth-oidc" class="btn btn-outline-info col-3 m-1"
                >Shibboleth OIDC Extension</a
  is completed, all results are handed over to the service owner, who will take care of
              further development.
   >
         </p>
     <a href="#orcid" class="btn btn-outline-info col-3 m-1" </div>
          <div class="tab-pane fade" id="deliverable-community" role="tabpanel">
  >ORCID as IdP of last resort</a
     <p>
         >
     Some of the Incubator's outputs are not handed over <a href="#cryptech-hsm" class="btn btn-outline-info col-3 m-1">Cryptech HSM</a>to a specific party, but are made
              <a href="#commmunity-tagging" class="btn btn-outline-info col-3 m-1"
       available to the wider community. These are, for example, the results of studies and
         >Community Tagging</a
    research that are published or software that is publicly released >
as open source. All
         </div>
     results are publicly available and </div>
announced via the project's news channels to inform
   <div class="tab-pane fade" id="timeline-c2" role="tabpanel">
       as many community members as <div class="row col-11">
possible.
            </p>
    <a href="#metadata-push" class="btn btn-outline-info col-3 m-1">Metadata push MDQ<</a>div>

          <div class="tab-pane   <a hreffade" id="#communitydeliverable-trustexternal" classrole="btn btn-outline-info col-3 m-1"tabpanel">
            <p>
    >Community-Based Trust</a
         In addition to the general >
       R&E community, the Incubator sometimes works with external
       <a href="#service-report" class="btn btn-outline-info col-3 m-1"
  partners. These can be other communities, projects or groups that develop software
   >Service Status Reporting</a
         products or provide services.  >
Examples are institutions, individual NRENS or groups
              such as <a href="#win-connector" class="btn btn-outline-info col-3 m-1"
the Shibboleth Consortium.
            </p>
        >Connector for Windows<</adiv>
        </div>
      ></div>
    </div>
    <!-- Timeline tab -->
    <a<div hrefclass="#webauthnrow collapse" classid="btn btntab-outlinetimeline-infobody" col-3 m-1">WebauthN</a>
data-parent="#overview-panel">
      <div class="col-4">
        <a<div hrefclass="#feudallist-group" classrole="btn btn-outline-info col-3 m-1">Instant User Provisioning</a>
tablist">
          <a
          <a href="#status-reporting" class="btn btn-outline-infoprimary collist-group-3 m-1item list-group-item-action active"
            id="timeline-head"
    >Status Reporting & Notification</a
     data-toggle="list"
         >
     href="#timeline"
       </div>
     role="tab"
     </div>
       >Incubator Timeline
  <div class="tab-pane fade" id="timeline-c3" role="tabpanel">
    </a>
        <div class="row col-11">
    <a
           <a href="#status-reporting" class="btn btn-outline-infoprimary collist-group-3 m-1item list-group-item-action"
                >Status Reporting & Notification</aid="timeline-c2-head"
              >

   data-toggle="list"
           <a href="#edulnk" class="btn btn-outline-info col-3 m-1">eduLNK</a>#timeline-c2"
              <a hrefrole="#identity-brokertab"
 class="btn btn-outline-info col-3 m-1"
        >How to submit new ideas
    >Identity Validation Broker</a
    </a>
          ><a
              <a href="#pyff-optimization" class="btn btn-outline-infoprimary collist-group-3item m-1list-group-item-action"
            id="timeline-c3-head"
    >pyFF Optimizations</a
       data-toggle="list"
       >     href="#timeline-c3"
            </div>role="tab"
          </div>  >Overview of new ideas and activities
          </div>a>
        </div>
    </div>
  </div>
  <br  />
  <hr /<div class="col-8">

    <!-- Cards -->
  <div class="cardtab-columnscontent" id="cardtimeline-gridcontent">
    <!-- Metadata push -->
    <div class="cardtab-pane fade show active" id="metadata-push"timeline" role="tabpanel">
      <img
      <div  src="https://wiki.geant.org/download/attachments/148090083/metadata-push.png"class="list-group list-group-horizontal">
        class="card-img-top"
      <a
   alt="photo"
      />
      <div classhref="card-body">https://wiki.geant.org/x/sKrTC"
        <div class="tags">
          <span class="badge badge-pill badge-primary">Standards</span>
list-group-item list-group-item-action color-completed"
              <span class="badge badge-pill badge-success">Completed</span>  ><strong>Cycle 1</strong><br />
          <span
      05 Mar 2019 - 12  class="badge badge-pill badge-info"
Nov 2019</a
              data-toggle="tooltip">
            data-placement="top"
  <a
          title="15 Nov 2019 - 30 Jun 2020 href="https://wiki.geant.org/x/s6rTC"
            >Cycle 2</span
   class="list-group-item list-group-item-action color-completed"
     >
        </div>
   ><strong>Cycle 2</strong><br />15 Nov 2019 <h2 class="card-title">Metadata push MDQ</h2>- 30 Jun 2020</a
        <p class="card-text">
     >
     Metadata is at the heart of the trust fabric of<a
 current R&E Identity Federations. For the
          trust to properly propagate, this metadata is first collected from and then distributed by
     href="https://wiki.geant.org/x/QwCeDQ"
                class="list-group-item list-group-item-action color-completed"
     the federation towards the federation members. This activity had investigated a new
><strong>Cycle 3</strong><br />03 Jul 2020 - 09 Feb 2021</a
  proposal called "push MDQ", which introduces a new, potentially highly scalable way of>
          distributing metadata.
        </p>div>
        <button  class="btn btn-info noprint"<div typeclass="button" data-toggle="collapse" data-target="#details-1list-group list-group-horizontal">
           Show   Details<a
        </button>
        <a href="https://wiki.geant.org/x/7AH5BwhoDvF"
                class="btn btn-outline-primary float-rightlist-group-item list-group-item-action color-completed"
          >Activity page</a
     ><strong>Cycle 4</strong><br />05 >
Mar 2021 - 22 Sep  <2021</div>a
      <ul class="list-group list-group-flush collapse" id="details-1">
    >
    <li class="list-group-item">
         <a
 <h5>Results & Deliverables</h5>
          <p>The activity has created...</p> href="https://wiki.geant.org/x/BYDnGw"
          <ul>
      class="list-group-item list-group-item-action color-completed"
    <li>deliverable 1</li>
           ><strong>Cycle <li>...</li>
          </ul>
   5</strong><br />08 Oct 2021 - 03 Mar 2022</a
     </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
  <a
        <p>The results were provided to the eduGAIN service task who took the ownership.</p> href="https://wiki.geant.org/x/bLAuBw"
          <p>The product is used by task/community ...</p>
   class="list-group-item list-group-item-action color-completed"
      </li>
      </ul>
    </div>

    <!-- Community trust -->><strong>Cycle 6</strong><br />20 Mar 2022 - 15 Dec 2022</a
    <div class="card" id="community-trust">
      <img
  >
      src="https://wiki.geant.org/download/attachments/148090083/community-trust.png"
      </div>
  class="card-img-top"
        alt="photo"</div>
      />
      <div class="cardtab-bodypane fade">
        <div class="tags id="timeline-c2" role="tabpanel">
            <span class="badge badge-pill badge-primary">Identity</span>
<p>
              <span class="badge badge-pill badge-success">Completed</span>
          <spanThe Incubator accepts proposals from the entire R&E community as long as they are
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
 suitable to improve the T&I space. All kinds of innovative ideas are welcome,
              data-placement="top"
            title="15 Nov 2019 - 30 Jun 2020"
regardless of whether they are about new products, improving existing services or even
              completely disruptive. The format >Cycle 2</span
       for submitting a proposal is designed to be as
   >
        </div>
   simple as possible. There is <h2a class="card-title">Community-Based Trust</h2>
        <p class="card-text">"Call for Ideas" page in the GÉANT wiki where anyone
          Lorem ipsum dolor sit amet,can consecteturshare adipiscingtheir elitideas. PraesentAll idyou consecteturhave nulla,
to do is create a new row in the table vitaeand
 dapibus urna. Etiam volutpat est sed dui egestas, et posuere felis semper. Morbi sed
describe your own idea. Other community members can comment and aliquetsupport eros,it. idThe consequatmore
 nisi. Aenean interdum turpis quis varius consectetur. Curabitur
      popular an idea is, eleifendthe risusmore aclikely aliquetit molestie.is Prointo dictumbe lectusimplemented sedin tempusthe tinciduntIncubator. PellentesqueNew
          tempus lacinia  posuere. Donecideas metuscan lorem,be rhoncussubmitted bibendumat consecteturany venenatistime,
 but there is a deadline before each cycle so dignissimthat
 molestie ex. Duis sagittis ligula eget nisl tempus, ac hendrerit dolor finibus.
  they can be considered for the next cycle.
 Suspendisse  quam lectus, pharetra at risus sit amet, convallis rhoncus urna.</p>
        </p>    <a
        <button class="btn btn-info noprint" type="button" data-toggle="collapse" data-target="#details-2"> href="https://wiki.geant.org/x/CAE2Cw"
          Show Details
   target="_blank"
     </button>
        <a href="https://wiki.geant.org/x/RQL5Bw" class="btn btn-outline-primary floatm-right1"
          >Activity page<    >Call for Ideas</a
            >
          </div>
      <ul    <div class="listtab-group list-group-flush collapsepane fade" id="details-2timeline-c3" role="tabpanel">
        <li class="list-group-item">    <a href="https://wiki.geant.org/download/attachments/148090083/diagram-ideas.svg"
          <h5>Results   & Deliverables</h5>
><img
             <p>The activity has created...</p> src="https://wiki.geant.org/download/attachments/148090083/diagram-ideas.svg"
          <ul>      class="img-thumbnail"
            <li>deliverable 1</li>/></a>
            <li>...</li>
<a href="https://wiki.geant.org/download/attachments/148090083/diagram-activities.svg"
              </ul>><img
        </li>
        <li classsrc="list-group-item">https://wiki.geant.org/download/attachments/148090083/diagram-activities.svg"
          <h5>Ownership & Utilisation</h5>
    class="img-thumbnail"
      <p>The results were provided to the eduGAIN service task who took the ownership.</p>
     /></a>
      <p>The product is used by task/community ...</p>div>
        </li>div>
      </ul>div>
    </div>

  </div>
  <br />
  <hr class="d-print-none" />

  <h2>Activities</h2>
  <!-- ServiceCard reportfilter -->
    <div class="cardform-row" id="service-report>
    <div class="form-group col-3">
      <img<input
        srctype="https://wiki.geant.org/download/attachments/148090083/service-report.jpgtext"
        classid="card-imgfilter-toptext"
        altclass="photoform-control"
      />
  onkeyup="searchActivities()"
       <div classplaceholder="card-body"Search activity"
      />
    </div>
    <div class="tagsform-group col-3">
      <select    <span id="card-filter-topic" class="badge badge-pill badge-primary">Identity</span>form-control" oninput="searchActivities()">
        <option selected <span classvalue="badge badge-pill badge-success">Completed</span>">All topics</option>
        <option  <span
  value="Identity">Identity and Access Management</option>
        <option  classvalue="Standards"badge>Standards badge-pill badge-info"and Protocols</option>
            data-toggle<option value="tooltipSecurity"
>Security and Privacy</option>
      </select>
    data-placement="top"</div>
    <div class="form-group col-3">
      <select title="15 Nov 2019 - 30 Jun 2020"id="card-filter-cycle" class="form-control" oninput="searchActivities()">
        <option selected   >Cycle 2</spanvalue="">All cycles</option>
        <option>Cycle 1</option>
 >
       <option>Cycle <2</div>option>
        <h2 class="card-title">Service Status Reporting</h2><option>Cycle 3</option>
        <p class="card-text"><option>Cycle 4</option>
        <option>Cycle 5</option>
 Maecenas malesuada dignissim mauris, tristique auctor magna accumsan id. Aliquam erat<option value="Cycle 6">Cycle 6</option>
      </select>
    volutpat. In viverra interdum ultrices. Vestibulum faucibus purus quis magna ultrices, vel</div>
    <div class="form-group col-3">
          fermentum metus pharetra. Sed id risus sit amet lectus pharetra pharetra. Mauris quis<select id="card-filter-deliverable" class="form-control" oninput="searchActivities()">
        <option selected value="">All parties</option>
        <option value="Service">T&I Service</option>
        <option  purus tortor. Quisque quis est eu massa pharetra convallis a a quam.
    value="Community">R&E Community</option>
        <option value="External">External Party</option>
      </select>
    </p>div>
  </div>

  <!-- Cards -->
  <button<div class="btn btn-info noprintcard-columns" typeid="buttoncard-grid" data-toggle="collapse" data-target="#details-3">
    <!-- #include-cards -->
    <!-- AARC BPA -->
   Show Details
  <div class="card" id="aarc-bpa">
      </button><img
        <a hrefsrc="https://wiki.geant.org/download/xattachments/148090083/aarc-wH5Bw" class="btn btn-outline-primary float-right"bpa.jpeg"
          >Activity page</aclass="card-img-top"
        >alt="photo"
      </div>>
      <ul<div class="list-group list-group-flush collapse" id="details-3"card-body">
        <li<div class="list-group-itemtags">
          <span <h5>Results & Deliverables</h5>class="badge badge-pill badge-primary">Identity</span>
          <p>The activity has created...</p><span class="badge badge-pill badge-success">Completed</span>
          <ul><span
             <li>deliverable 1</li>class="badge badge-pill badge-info"
            <li>...</li>
data-toggle="tooltip"
            </ul>data-placement="top"
        </li>
    title="20 Mar 2022 - <li class="list-group-item">15 Dec 2022"
          <h5>Ownership  &>Cycle Utilisation<6</h5>span
          <p>The>
 results were provided to the eduGAIN service task who took the ownership.</p>
          <p>The product is used by task/community ...</p><span class="badge badge-pill bg-dark text-light">Community</span>
        </div>
        </li>
      </ul><h2 class="card-title">Self-sovereign identity and the AARC BPA</h2>
    </div>

    <!-- (De)provisioning connector for Windows -->
    <div<p class="card" id="win-connector-text">
      <img
    The AARC Blueprint  src="https://wiki.geant.org/download/attachments/148090083/win-connector.jpg"
        class="card-img-top"Architecture (BPA) describes a "Community AAI" solution, a set of
        alt="photo"
  software building blocks that />
can be used to implement federated <div class="card-body">access management
        <div class="tags">
 solutions for (inter)national research collaborations. The benefit of the <span class="badge badge-pill badge-primary">Identity</span>BPA is that its
          <span class="badge badge-pill badge-success">Completed</span>
          <span
proxy-based architecture provides both a technical integration point for authentication
          and authorisation, as well class="badge badge-pill badge-info"
     as a centralised point for implementing the research
       data-toggle="tooltip"
   communities' policies. The BPA also identifies a "membership management data-placement="top"service" which
          implements  title="15 Nov 2019 - 30 Jun 2020"
  community-specific onboarding to help establish the researcher's status and may
          >Cycle 2</span
          >be used to issue community-specific attributes to establish roles and rights.
          <span class="badge badge-pill badge-secondary"> TIM </span>
        </div>
Implementations of the BPA, like eduTEAMS and SRAM, have greatly improved the capability
          <h2 class="card-title">(De)provisioning connector for Windows</h2>
to use FIM for research communities.
          <p class="card-text"<br />
          IdentityAt provisioningfirst andglance, deprovisioninga areSSI abased necessitymodel formay buildingoffer modern
similar benefits as the AARC BPA model, while
   authentication and authorization infrastructures. They are straightforward yetreducing technically
the number of impediments as a wallet model may take complicatedaway part of identity and access management. The basic idea is to deliver identitythe need to have a
          andproxy authorizationas information to the managedcentral services,authentication whichgateway. isThis complicatedactivity bywill afurther lackexplored ofthe
          applicablepotential use standardsof inSSI thistechnology area.in Therefore,the mostcontext of the IdentityAARC andBPA. accessIt management
will describing where
        solutions rely onSSI atechnology custommay solution for provisioning. To overcome this obstacle, this
          project extends existing IAM capabilities by implementing a connector to easily provision
          data to services hosted on Windows OS based on SSH.be leveraged, explore benefits and challenges and describe how that may
          be implement. A number of technical pilots will test the assumptions.
        </p>
        </p><button
         <button class="btn btn-info noprint"d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details#aarc-bpa-4"details"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/bA75BwsgATIQ"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="aarc-bpa-details-4">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a
                href="https://wiki.geant.org/download/displayattachments/gn43wp5/Installation"
472711298/Decentralised%20identity%20for%20GÉANT%2C%20NRENs%20and%20institutions%20-%20use%20cases%20and%20opportunities.pdf?api=v2"
                >Report on Decentralised identity >Windows Connector Installation Guide<for GÉANT, NRENs and institutions</a
              >
            </li>
            <li>
              <a href="https://githubwiki.geant.comorg/CESNET/perun-services-windows"
      x/UoDDH">AARC BPA SSI Expert group landing page</a>
          >Public source code</li>
          </ul>
      <small>including test automation</li>
 and a windows installation package</small></a
   <li class="list-group-item">
          >
<h5>Ownership & Utilisation</h5>
          </li><p>
            <li>
Based on multiple workshops with representatives from the wider community, a report on
  <a href="https://wiki.geant.org/display/gn43wp5/Test+Environment"
         decentralised identity management was published. It is >eduTEAMSpublicly integratedavailable testto environment</athe
            <strong>community</strong>
   >
       </p>
        </li>
      </ul>
      <li></div>
    <!-- Account Linking -->
    <div   <aclass="card" id="account-linking">
      <img
          hrefsrc="https://wiki.geant.org/download/displayattachments/gn43wp5/Provisioning+of+AD+for+the+lab+on+the+university148090083/account-linking.jpg"
        class="card-img-top"
        >Windows Connecter Case Study</aalt="photo"
      />
        <div class="card-body">
        <div class="tags">
   </li>
       <span class="badge  </ul>badge-pill badge-primary">Identity</span>
        </li>
  <span class="badge     <li class="list-group-item">badge-pill badge-success">Completed</span>
          <h5>Ownership<span
 & Utilisation</h5>
          <p>
  class="badge badge-pill badge-info"
          The aim of this project was to create an easy to use, adoptable software solution to data-toggle="tooltip"
            data-placement="top"
            provision server users and provide this tool to the <strong>community</strong> As part
title="08 Oct 2021 - 03 Mar 2022"
            >Cycle 5</span
    of a case study the solution was>
 implemented for a
       <span class="badge badge-pill badge-secondary"> TIM <strong>Czech</span>
 University (Faculty of informatics MU)</strong> which will continue to use
    <span class="badge badge-pill bg-dark text-light">External</span>
        the</div>
 solution afterwards. <strong>CESNET</strong> will continue to use and maintain the<h2 class="card-title">Account Linking</h2>
        <p class="card-text">
   software for the foreseeable future. Besides this, theAccount solutionlinking shallis, bein adjustedprinciple, toa the
simple process of joining users digital identities.
      needs of eduTEAMS. The solutionUsers willhave beto providedprove tothat the
they own two or more digital identities, which are consecutively
   <strong>eduTEAMS service task</strong> to be integrated into thelinked GÉANTtogether service.
in the identity management system. CESNET has very positive feedback </p>on
        </li>
  ELIXIR workflow for  </ul>
    </div>

    <!-- WebauthN -->account linking. User signs in with one identity, then with a second
    <div class="card" id="webauthn">
    one, and <img
the identities are linked. The positive feedback  src="https://wiki.geant.org/download/attachments/148090083/webauthn.jpg"
    is coming not only from the
    class="card-img-top"
      ELIXIR  alt="photo"
      />
      <div class="card-body">
community but also from users from other communities, even outside the life-science
          area. <div class="tags">
          <span class="badge badge-pill badge-primary">Security</span>The significant issue of the workflow is its user interface, which is still too
          <span class="badge badge-pill badge-success">Completed</span>
          <span
complicated for users to navigate through smoothly. Because the process consists of
          several steps, skipping one class="badge badge-pill badge-info"
       step or leaving the linking process unfinished makes it even
     data-toggle="tooltip"
     more prone to errors. Users need  data-placement="top"
     a straightforward interface that will guide them
       title="15 Nov 2019 step-by-step 30through the Junwhole 2020"process.
          <br  >Cycle 2</span>
          >
The goal of the topic is to develop a new <span class="badge badge-pill badge-secondary"> TIM </span>web application for account linking, test it
        </div>
  with  end-users and improve it <h2 class="card-title">WebauthN</h2>
        <p class="card-text">
based on user feedback. The application has to support a
          recommendation Nullasystem dignissimthat rutrumtries mi,to necguess bibendumlinkable estidentities. tinciduntIt sed.also Pellentesquehas variusto exdeal euwith
          laoreetall pellentesque.possible Crassituations accumsanin magnaa ac tristique facilisis. In egestas dolor eget
user-friendly way. The situations include linking identities
          that aliquetalready varius.belong Integerto luctusdifferent elementumregistered enim,users acor malesuadalinking loremidentities laoreetneither ac.of Vivamuswhich
          fermentumbelongs ligulato vitaea feugiatregistered dapibususer.
   Pellentesque suscipit nunc tellus, in bibendum</p>
        <button
  lorem pellentesque in. Donec tempus dolor vel viverra tempus. Aliquam erat volutpat. class="btn btn-info d-print-none"
        </p>
  type="button"
      <button class="btn btn-info noprint" type="button" data-toggle="collapse" data-target="#details-5">
          data-target="#account-linking-details"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/YQ75BwawD6F"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="account-linking-details-5">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following activityresults haswere created... and delivered:</p>
          <ul>
            <li>deliverable 1</li>
<li>
               <li>...</li>
  <a href="https://gitlab.geant.org/matteo/idp-sp_testbed">Source Code</a>
        </ul>
        </li>
        <li class="list-group-item">
   <li>
       <h5>Ownership & Utilisation</h5>
     <a
     <p>The results were provided to the eduGAIN service task who took the ownership.</p> href="https://wiki.geant.org/download/attachments/351928427/Account%20linking%20documentation.pdf?api=v2"
          <p>The product is used by task/community ...</p> >Documentation</a
        <      >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>The source code was submitted upstream to the Perun developers.</p>
        </li>
      </ul>
    </div>

    <!-- InstantAlternative User Provisioning and Deprovisioning MDX -->
    <div class="card" id="feudalalternative-mdx">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/feudalalternative-mdx.png"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="1508 NovOct 20192021 - 3003 JunMar 20202022"
            >Cycle 2<5</span
          >
        </div>
        <h2 <span class="card-title">Instant User Provisioning</h2>
badge badge-pill bg-dark text-light">Community</span>
          <p<span class="card-text">badge badge-pill bg-dark text-light">External</span>
         </div>
 Some systems, like non-web services, cannot be federated easily because they need user
<h2 class="card-title">Alternative MetaData eXchange</h2>
        <p class="card-text">
   accounts to be provisioned before they can login.With Athe prototypegrowth of anthe instantmetadata deployment
feeds all over the world, together with the increased need
 tool  called FEUDAL was developed by KIT. It facilitatesfor provisioningcatering offor usermultiple accounts
federations at once, Service Providers are increasingly reliant
   using virtual organisations (VO). Feudal is based on OIDC:the ItMetaData isQuery an OIDC client(MDQ) protocol, andfor it
Relying Party metadata lookup. (MDQ is also
    simply transports the information of the /userinfocommonly endpiontreferred along.to Feudalas isMDX based(MetaData oneXchange) the
for historical reasons: the name of a
    concept of VOs (or authorisation Groups), i.e. the end services provide the information
          which VOs it supports. Feudal web fronted will only display services for provisioning to a
          given user based on his VO membership.
        </p>
        <button class="btn btn-info noprint" type="button" data-toggle="collapse" data-target="#details-6">
 mailing list where the spec was discussed.) This protocol is however not widely deploy at
          this time, due to technical complexity In addition, for MDQ there is only one
          implementation in common use: pyFF. This is a risk as it creates a high dependence on that
          piece of technology.
  Show Details
       <br </button>>
        <a href="https://wiki.geant.org/x/-QH5Bw" class="btn btn-outline-primary float-right"
          >Activity page</a This activity seeks to simplify the scalable use of MDQ, both for federations that
        >
  currently operate a MDQ as well </div>
as for federations tat do not <ul class="list-group list-group-flush collapse" id="details-6">provide an MDQ service. In
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>  addition it wants to create an alternative implementation, next to pyFF, for creating and
          <p>Themanaging followingXML resultsmetadata. wereThe createdaim and delivered:</p>
          <ul>is to deliver EntityDescriptors as flat files in such a way
          this mimics <li>
MDQ protocol and combine that with Global DNS to create a super fast  <aand
          highly redundant distribution mechanism   href="https://docs.google.com/document/d/1jgnqCiyZUpD1urtnpKGfRoxwN8ZIAq57h1Cj4YByh-w/edit#"for MDQ.
        </p>
        <button
  >Architecture document</a
       class="btn btn-info d-print-none"
     >
     type="button"
       </li>
   data-toggle="collapse"
         <li><a hrefdata-target="#">Publicly available source code</a></li>#alternative-mdx-details"
        >
          Show Details
        <li>
</button>
        <a
         <a href="https://feudalwiki.scc.kit.edu/geant.org/x/i4DvF"
          class="btn btn-outline-primary float-right"
          target="_blank"
     >Test   environment <small>including eduTEAMS>Activity integration</small></apage</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="alternative-mdx-details">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</li>p>
          <ul>
            <li>
              <a href="https://wikigitlab.geant.org/pages/viewpage.action?pageId=148078632"TI_Incubator/alternate-mdx">Source Code</a>
            </li>
          >Promoted demo videos</a<li>
              <a href="https://wiki.geant.org/x/XACWFg">MDX pilot >architecture</a>
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The design, aimsource ofcode thisand projectdocumentation was be made available to the
 create an easy to use, adoptable software solution to
   <strong>community</strong>
         provision server</p>
 users and provide this tool to the <strong>community<</strong>.li>
 The
     </ul>
    </div>
   solution is ready to be picked up and further developed and used by
<!-- AUP Service -->
    <div class="card" id="aup-service">
      <img
        <strong>KIT</strong>. They plan to use this software in twosrc="https://wiki.geant.org/download/attachments/148090083/aup-service.jpg"
        class="card-img-top"
        alt="photo"
    <strong>"Helmholtz" projects HDF/>
 and HIFIS</strong> in Germany for the foreseeable<div class="card-body">
        <div class="tags">
   future. Besides this, the solution was adjusted to the needs of eduTEAMS. The solution<span class="badge badge-pill badge-primary">Identity</span>
          <span  was provided to the <strong>eduTEAMS service task</strong> to be integrated into theclass="badge badge-pill badge-success">Completed</span>
            GÉANT service.<span
          </p>
  class="badge      </li>badge-pill badge-info"
      </ul>
    </div>

    <!-- Second Factor Authentication - Distributed Vetting -->
data-toggle="tooltip"
          <div class="card" id="distributed-vetting">
   data-placement="top"
    <img
        srctitle="https://wiki.geant.org/download/attachments/148090083/sfa.jpg"
        class="card-img-top"20 Mar 2022 - 15 Dec 2022"
        alt="photo"
    >Cycle  6</>span
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity<secondary"> TIM </span>
          <span class="badge badge-pill badge-success">Completed<bg-dark text-light">Community</span>
          <span
            class="badge badge-pill badge-info"
bg-dark text-light">External</span>
        </div>
        <h2 data-toggleclass="tooltipcard-title"
>Acceptable Use Policy Service</h2>
        <p data-placementclass="topcard-text">
          The primary title="05 Mar 2019 - 12 Nov 2019"
   goal of the Authentication and Authorization Infrastructure (AAI) is to
         >Cycle 1</span
provide centralized authentication and authorization mechanisms. In an environment  >based
        </div>
  on the AAI, one of such <h2 class="card-title">SFA - Distributed Vetting</h2>
   authorization rules might be fulfilling the policy requirements,
     <p class="card-text">
    set i.e. in an AUP document Loremdefined ipsumby dolorthe sit ametcommunity, consecteturservice adipiscingprovider, elit.or Praesentorganizational
 id consectetur nulla,
       unit. In general, vitaewhen dapibusthe urna.resource Etiamowner volutpator estprovider seddecides duithat egestas,a etspecific posuerepolicy felishas
 semper. Morbi sed
       to be enforced aliquetwhen eros,the idresource consequat nisi. Aenean interdum turpis quis varius consectetur. Curabitur
is used, AAI needs to provide a mechanism for both sides
          to eleifendmanage risusand acfulfill aliquetthis molestierequirement. These rules Proinneed dictumto lectuscover sedseveral tempus tinciduntcases, i.e. Pellentesquea
          tempussituation laciniaof posuere.actively Donecusing metusthe lorem, rhoncus bibendum consectetur venenatis,
   resource (i.e. web-based service login), as well as
       dignissim molestie ex. Duis sagittis ligula eget nisl tempus, ac hendrerit dolor finibus just-in-case scenarios, like the data provisioning.
          Suspendisse<br quam/>
 lectus, pharetra at risus sit amet, convallis rhoncus urna.
 This topic aims to explore the area </p>
of enforcing acceptance of Acceptable Use Policies as
 <button class="btn btn-info noprint" type="button" data-toggle="collapse" data-target="#details-7">
   an activity of managing access to resources. ShowWe Details
like to understand which parties (e.g.
   </button>
       user <a href="https://wiki.geant.org/x/zLAuBw" class="btn btn-outline-primary float-right"
          >Activity page</a
communities, e-infrastructures, resource owners, …) need to be involved in the
          process >
and how to combine their  </div>
      <ul class="list-group list-group-flush collapse" id="details-7">
requirements together. Based on the analysis we will
          develop <li class="list-group-item">
          <h5>Results & Deliverables</h5>a web-based application which will provide tools to manage AUPs on a central level
          <p>The activity has created...</p>
          <ul>
(within the AAI) and let users approve (whilst recording this act) such a policy document.
        </p>
       <li>deliverable 1</li><button
          class="btn  <li>...</li>btn-info d-print-none"
          </ul>
type="button"
          </li>data-toggle="collapse"
        <li  classdata-target="list#aup-groupservice-itemdetails">
          <h5>Ownership & Utilisation</h5>>
          <p>TheShow resultsDetails
 were provided to the eduGAIN service task who</button>
 took the ownership.</p>
     <a
     <p>The product is used by task/community ...</p> href="https://wiki.geant.org/x/GwD2HQ"
          class="btn  </li>btn-outline-primary float-right"
      </ul>    target="_blank"
    </div>

    <!-- IdP as>Activity page</a
 Service -->
    <div class="card" id="idp-service">
      <img</div>
      <ul  src="https://wiki.geant.org/download/attachments/148090083/idpaas.jpg"
class="list-group list-group-flush collapse" id="aup-service-details">
        <li class="cardlist-imggroup-topitem">
          <h5>Results  alt="photo"& Deliverables</h5>
      />
    <p>The following <div class="card-body">results were created and delivered:</p>
        <div class="tags">  <ul>
          <span class="badge badge-pill badge-primary">Identity</span>
  <li>
              <span<a class="badge badge-pill badge-success">Completed</span>
href="https://gitlab.ics.muni.cz/perun-proxy-aai/python/aup-manager"
                >AUP Manager <spansource code
            class="badge badge-pill badge-info" </a>
            data-toggle="tooltip"</li>
            data-placement="top"<li>
            title="05 Mar 2019<a
 - 12 Nov 2019"
            >Cycle 1</spanhref="https://drive.google.com/drive/folders/1wjrt3qJ6SgK4ir-HXGDjMuXe9q7wc6EW?usp=sharing"
          >
      >Demo  <videos</div>a
        <h2 class="card-title">IdP as a Service</h2>
  >
      <p class="card-text">
     </li>
     Nulla dignissim rutrum mi, nec bibendum est tincidunt sed. Pellentesque varius ex eu
 </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership laoreet pellentesque. Cras accumsan magna ac tristique facilisis. In egestas dolor eget& Utilisation</h5>
          <p>
          aliquet varius. Integer luctus elementum enim, ac malesuada lorem laoreet ac. Vivamus  The source code is publicly available to the <strong>community</strong> and will be
          fermentum ligula vitaemaintained feugiatby dapibus. Pellentesque suscipit nunc tellus, in bibendum<strong>CESNET</strong>. The final product will be tested as a part of the
          lorem pellentesque in.Life DonecSciences tempusAAI dolor vel viverra tempus. Aliquam erat volutpat.
   (LS AAI), utilising the Proxy Identity Provider (SaToSa) and the
     </p>
       Identity <button class="btn btn-info noprint" type="button" data-toggle="collapse" data-target="#details-8">Management System (Perun) as the integration points.
          Show Details</p>
        </button>li>
      </ul>
  <a href="https://wiki.geant.org/x/doSRBw" class="btn btn-outline-primary float-right"  </div>
    <!-- Community Tagging (a.k. Pixie  >Activity page</aDust) -->
    <div    class="card" id="community-tagging">
      </div><img
      <ul class="list-group list-group-flush collapse" idsrc="details-8">
 https://wiki.geant.org/download/attachments/148090083/community-tagging.jpg"
       <li class="listcard-groupimg-itemtop">
          <h5>Results & Deliverables</h5>alt="photo"
      />
    <p>The activity has created...</p><div class="card-body">
          <ul><div class="tags">
          <span  <li>deliverable 1</li>
class="badge badge-pill badge-primary">Standards</span>
          <span class="badge  <li>...</li>badge-pill badge-success">Completed</span>
          </ul><span
        </li>
        <li classclass="list-group-item">badge badge-pill badge-info"
          <h5>Ownership & Utilisation</h5> data-toggle="tooltip"
          <p>The results were provided to the eduGAIN service task who took the ownership.</p>
          <p>The product is used by task/community ...</p>
 data-placement="top"
            title="05 Mar 2019 - 12 Nov 2019"
            >Cycle <1</li>span
      </ul>
    </div>
>
    <!-- Discovery Pilot -->
    <div<span class="card" id="discovery-pilot">badge badge-pill bg-dark text-light">Community</span>
      <img  </div>
        src="https://wiki.geant.org/download/attachments/148090083/discovery-service.jpg"
<h2 class="card-title">Community Tagging</h2>
        <p class="card-img-toptext">
        alt="photo"
      />
      <div class="card-body">  Research communities have a need to express and potentially share certain trust marks on
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>  IdPs and SPs. These trust marks may differ from existing trust marks issued by identity
          <span class="badge badge-pill badge-success">Completed</span>
          <span
  federations. This is why this activity implemented a proof of concept based on a given set
          class="badge badge-pill badge-info"
       of community requirements and investigated in potential scenarios and impacts.
     data-toggle="tooltip"
   </p>
         data-placement="top"<button
            titleclass="05btn Mar 2019 - 12 Nov 2019btn-info d-print-none"
            >Cycle 1</spantype="button"
          >data-toggle="collapse"
        </div>
        <h2 class="card-title">Discovery Pilot</h2>  data-target="#details-12"
        <p class="card-text">
          LoremShow ipsumDetails
 dolor sit amet, consectetur adipiscing elit. Praesent id</button>
 consectetur nulla,
      <a
    vitae dapibus urna. Etiam volutpat est sed dui egestas, et posuere felis semper. Morbi sed     href="https://wiki.geant.org/x/Z7AuBw"
          class="btn btn-outline-primary float-right"
          aliquet eros, id consequat nisi. Aenean interdum turpis quis varius consectetur. Curabiturtarget="_blank"
          >Activity page</a
        >
    eleifend risus ac aliquet molestie. Proin dictum lectus sed tempus tincidunt. Pellentesque
  </div>
      <ul class="list-group list-group-flush collapse" id="details-12">
        <li class="list-group-item">
   tempus lacinia posuere. Donec metus lorem, rhoncus bibendum<h5>Results consectetur venenatis,
& Deliverables</h5>
          <p>The dignissimfollowing results molestiewere ex.created Duis sagittis ligula eget nisl tempus, ac hendrerit dolor finibus.
  and delivered:</p>
          <ul>
        Suspendisse quam lectus, pharetra at<li>
 risus sit amet, convallis rhoncus urna.
        </p><a
         <button class="btn btn-info noprint" type="button" data-toggle="collapse" data-target="#details-9">
          Show Details
        </button>
        <a href="https://wiki.geant.org/download/attachments/x/0bAuBw" class="btn btn-outline-primary float-right120500327/Community%20tagging%20-%20GAP%20analysis.pdf?version=1&modificationDate=1574693562199&api=v2"
          >Activity page</a
     >Community Tagging  >
      </div>GAP analysis</a
      <ul class="list-group list-group-flush collapse" id="details-9">
        <li class="list-group-item">
          <h5>Results & Deliverables<</h5>li>
          <p>The activity has created...</p>
          <ul><li>Proof of concept using Access Check Tool in conjunction with Jagger</li>
            <li>deliverable 1</li><li>
            <li>...</li>
  <a
        </ul>
        </li>
        <li class="list-group-item">href="https://wiki.geant.org/download/attachments/126983709/Video1-Jagger_create_fed_and_end_cat.mp4?version=1&modificationDate=1573558150477&api=v2"
          <h5>Ownership & Utilisation</h5>
    >Video: create a federation and new <p>The results were provided to the eduGAIN service task who took the ownership.</p>
entity catergory</a
              >
      <p>The product is used by task/community ...</p>li>
        </li>
      </ul><li>
    </div>

    <!-- Shibboleth OIDC Extension -->
  <a
  <div class="card" id="shibboleth-oidc">
      <img
        srchref="https://wiki.geant.org/download/attachments/148090083/shibboleth.png126983709/Video2-Access_Check.webm?version=1&modificationDate=1573558175315&api=v2"
        class="card-img-top"
        >Video:  alt="photo"
Access Check</a
       />
      <div class="card-body">
        <div class="tags">    </li>
          <span class="badge badge-pill badge-primary">Standards</span>
 <li>
           <span class="badge badge-pill badge-success">Completed</span> <a
          <span
            class="badge badge-pill badge-infohref="https://wiki.geant.org/download/attachments/126983709/Video3-Jagger_after_Access_check.webm?version=1&modificationDate=1573558184817&api=v2"
            data-toggle="tooltip"
    >Video: Jagger after      data-placement="top"Access Check</a
            title="05 Mar 2019 - 12 Nov 2019" >
            >Cycle 1<</spanli>
          ></ul>
        </div>li>
        <h2<li class="cardlist-group-titleitem">Shibboleth>
  OIDC Extension</h2>
       <h5>Ownership <p class="card-text">& Utilisation</h5>
          Maecenas<p>
 malesuada dignissim mauris, tristique auctor magna accumsan id. Aliquam erat
  The work has been concluded. Documentation on the volutpat.prototype Inis viverrapublicly interdum ultrices. Vestibulum faucibus purus quis magna ultrices, vel
available and
            the results were provided to the <strong>SIRTFI fermentumcommunity metus pharetra. Sed id risus sit amet lectus pharetra pharetra. Mauris quis
</strong> to further pursue
            this POC.
     purus tortor. Quisque quis est eu</p>
 massa pharetra convallis a a quam.
  </li>
      </p>ul>
    </div>
    <!-- <button class="btn btn-info noprint" type="button" data-toggle="collapse" data-target="#details-10Community trust -->
    <div class="card" id="community-trust">
          Show Details<img
        </button>
        <a hrefsrc="https://wiki.geant.org/download/attachments/x/WLAuBw" class="btn btn-outline-primary float-right148090083/community-trust.png"
          >Activity page</aclass="card-img-top"
        >alt="photo"
      </div>>
      <ul<div class="list-group list-group-flush collapse" id="details-10"card-body">
        <li<div class="list-group-itemtags">
          <h5>Results & Deliverables</h5> <span class="badge badge-pill badge-primary">Identity</span>
          <p>The activity has created...</p><span class="badge badge-pill badge-success">Completed</span>
          <ul><span
            <li>deliverable 1</li>class="badge badge-pill badge-info"
            <li>...</li>
data-toggle="tooltip"
           </ul> data-placement="top"
        </li>
    title="15 Nov 2019 - <li class="list-group-item">
30 Jun 2020"
           <h5>Ownership &>Cycle Utilisation<2</h5>span
          >
 <p>The  results were provided to the eduGAIN service task who took the ownership.</p><span class="badge badge-pill bg-dark text-light">Service</span>
          <p>The product is used by task/community ...</p><span class="badge badge-pill bg-dark text-light">Community</span>
        </li>div>
      </ul>
  <h2  </div>

class="card-title">Community-Based Trust</h2>
      <!-- ORCID as IdP of last resort -->
    <div <p class="card" id="orcid"-text">
      <img
    This activity examined  src="https://wiki.geant.org/download/attachments/148090083/orcid.png"
        class="card-img-top"how identity vetting and token registration can be scaled for
        alt="photo"
  second-factor authentication scenarios where />
participants are distributed over EU and
 <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>beyond. As part of this activity a specific flow - based on a community-based approach -
          <span class="badge badge-pill badge-success">Completed</span>
          <spanwas investigated. It takes into account the concept of the Web of Trust. While this
          mechanism typically does class="badge badge-pill badge-info"
            data-toggle="tooltip"
not work well in broad user groups, it is very well suited to
          distribute trust between  data-placement="top"
        small groups where a pre-existing trust fabric is already in
    title="05 Mar 2019 - 12 Nov 2019"
place, as we typically have in research communities. What was missing is >Cycle 1</span
  a means to make
        >
  this trust network auditable and  </div>
        <h2 class="card-title">ORCID as IdP of last resort</h2>
        <p class="card-text">
   transparent. In order to make the trust network
          transparent, this activity identified and developed tools to support this flow.
       Cras non</p>
 sagittis mi. Nulla volutpat magna turpis. Vivamus aliquet<button
 condimentum lacus,
        class="btn  efficitur tempus lectus tempus vitae. Mauris lobortis sollicitudin aliquet. Sed elementumbtn-info d-print-none"
          type="button"
          vulputate nisi quis pellentesque. Ut pharetra facilisis pretium. Sed commodo ut ipsumdata-toggle="collapse"
          data-target="#details-2"
        >
  hendrerit placerat.  Pellentesque ac laoreet neque, nec ultricesShow augue.Details
        </p>button>
        <button class="btn btn-info noprint" type="button" data-toggle="collapse" data-target="#details-11"><a
          Show Details
        </button>
        <a href="https://wiki.geant.org/x/WbAuBw" RQL5Bw"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-112">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The activityfollowing results haswere created... and delivered:</p>
          <ul>
            <li>
  <li>deliverable 1</li>
            <li>...</li>
   <a href="https://wiki.geant.org/x/lxj5Bw">Community based trust architecture</a>
       </ul>
        </li>
        <li class="list-group-item">
   <li>
       <h5>Ownership & Utilisation</h5>
     <a
     <p>The results were provided to the eduGAIN service task who took the ownership.</p>
 href="https://wiki.geant.org/download/attachments/133759557/vetting%20flow%20with%20readid.pdf?api=v2"
             <p>The product is used by task/community ...</p>   >Identity validation service design <small>using readID</small></a
        </li>
      </ul>>
    </div>

        <!-- Community Tagging (a.k. Pixie Dust) -->
/li>
          <div class="card" id="community-tagging"> <li>
      <img
        src<a href="https://wiki.geant.org/download/attachments/148090083/community-tagging.jpg"
        class="card-img-top"x/jwG7C">Fully integrated test environment</a>
        alt="photo"
      </>li>
      <div class="card-body">
     <li>
   <div class="tags">
          <span<a classhref="badge badge-pill badge-primary">Standards</span>https://github.com/mrvanes/commtrust">Publicly available source code</a>
          <span class="badge badge-pill badge-success">Completed</span> </li>
          <span</ul>
         </li>
        <li class="badge badge-pill badge-info"list-group-item">
          <h5>Ownership  data-toggle="tooltip"
& Utilisation</h5>
          <p>
    data-placement="top"
        The outcome is intended title="05 Mar 2019 - 12 Nov 2019"to be used in the scope of
            >Cycle<strong>research 1<communities</span
strong>. In collaboration with the
      >
       <strong>eduTEAMS <task</div>
strong> the results can be used to provision <h2 class="card-title">Community Tagging</h2>
and improve the
         <p class="card-text">
  Stepup solution of the GÉANT service.
   Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent id consectetur nulla,
 </p>
        </li>
      vitae</ul>
 dapibus urna. Etiam volutpat</div>
 est sed dui egestas, et posuere felis semper. Morbi sed <!-- Cryptech HSM - Preparation phase -->
    <div class="card" id="cryptech-hsm">
    aliquet eros, id<img
 consequat nisi. Aenean interdum turpis quis varius consectetur. Curabitur
 src="https://wiki.geant.org/download/attachments/148090083/cryptech.png"
        class="card-img-top"
   eleifend risus ac aliquet molestie. Proin dictum lectus sed tempus tincidunt. Pellentesque alt="photo"
      />
      <div class="card-body">
   tempus lacinia posuere. Donec metus lorem, rhoncus bibendum consectetur venenatis,<div class="tags">
          dignissim molestie ex. Duis sagittis ligula eget nisl tempus, ac hendrerit dolor finibus.
    <span class="badge badge-pill badge-primary">Security</span>
          <span class="badge badge-pill badge-success">Completed</span>
      Suspendisse quam lectus, pharetra at<span
 risus sit amet, convallis rhoncus urna.
      class="badge  </p>badge-pill badge-info"
        <button class="btn btn-info noprint" type="button" data-toggle="collapsetooltip" data-target="#details-12">

           Show Details data-placement="top"
        </button>
    title="05 Mar 2019 - <a href="https://wiki.geant.org/x/Z7AuBw" class="btn btn-outline-primary float-right"
12 Nov 2019"
            >Activity>Cycle page<1</aspan
          >
        </div>
        <ul<h2 class="list-group list-group-flush collapse" id="details-12">card-title">Cryptech HSM</h2>
        <li<p class="listcard-group-itemtext">
          In many of <h5>Resultsthe T&I Deliverables</h5>
services in the R&E sector, there is a need to <p>Thesecurely activity has created...</p>store sensitive
          <ul>
data like key material. Currently, this is rarely done using Hardware Security <li>deliverable 1</li>Modules
          (HSM)  <li>...</li>
          </ul>
   as they are associated with high costs. The goal of this activity was to evaluate
     </li>
     the capability and <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
applicability of affordable devices from the Cryptech project for use
          cases within the GÉANT project and to <p>Theset up resultsdevices werefor providedtesting topurposes.
 the eduGAIN service task who took the ownership.</p>
        <button
      <p>The product is used by task/community ...</p>class="btn btn-info d-print-none"
        </li>  type="button"
      </ul>
    data-toggle="collapse"
      </div>

    <!-- Cryptech HSM - Preparation phase -->
data-target="#details-13"
        >
          Show Details
      <div class="card" id="cryptech-hsm"> </button>
      <img  <a
         src href="https://wiki.geant.org/download/attachments/148090083/cryptech.pngx/brAuBw"
          class="card-img-topbtn btn-outline-primary float-right"
        alt  target="photo_blank"
      />
      <div class="card-body">
 >Activity page</a
       <div class="tags">
      </div>
    <span  <ul class="badge badge-pill badge-primary">Security</span>list-group list-group-flush collapse" id="details-13">
        <li  <span class="badge badge-pill badge-success">Completed</span>list-group-item">
          <span<h5>Results & Deliverables</h5>
          <p>The following class="badge badge-pill badge-info"
  results were created and delivered:</p>
          data-toggle="tooltip"<ul>
            data-placement="top"
       <li>Evaluated usage of Diamond Key appliances and capabilities</li>
     title="05  Mar 2019 - 12 Nov 2019"<li>
             >Cycle 1</span
<a
             >   href="https://docs.google.com/document/d/18Am5R3MypAuiZyNoEmPVhLLrvrKby3CUlUpnzIDfyZw/edit"
        </div>
        >Detailed <h2 class="card-title">Cryptechcommunity use-cases for HSM</h2>a
          <p class="card-text"    >
          Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent id consectetur nulla,  </li>
          </ul>
        </li>
  vitae dapibus urna. Etiam volutpat est sed dui egestas, et posuere felis semper. Morbi sed
     <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
     aliquet eros, id consequat nisi. Aenean<p>
 interdum turpis quis varius consectetur. Curabitur
      The work could not eleifendbe risusconcluded acas aliquetDiamondkey molestie.seased Proinoperations dictumduring lectus sed tempus tincidunt. Pellentesquethe evaluation
          tempus lacinia posuereperiod.
 Donec metus lorem, rhoncus bibendum consectetur venenatis,
   </p>
       dignissim molestie ex. Duis sagittis ligula eget nisl tempus, ac hendrerit dolor finibus. </li>
      </ul>
    </div>
    <!-- DI revisited -->
   Suspendisse quam lectus, pharetra at risus sit amet, convallis rhoncus urna.<div class="card" id="di-revisited">
      <img
        </p>
 src="https://wiki.geant.org/download/attachments/148090083/di-revisited.png"
       <button class="btn btn-info noprint" type="button" data-toggle="collapse" data-target="#details-13">
"card-img-top"
        alt="photo"
      />
      Show Details<div class="card-body">
        </button>
<div class="tags">
         <a href="https://wiki.geant.org/x/brAuBw" <span class="btnbadge btnbadge-outlinepill badge-primary float-right"
">Identity</span>
          <span  >Activity page</a
class="badge badge-pill badge-success">Completed</span>
          ><span
      </div>
      <ul class="list-groupbadge listbadge-group-flush collapse" id="details-13">
pill badge-info"
           <li classdata-toggle="list-group-itemtooltip">
          <h5>Results & Deliverables</h5> data-placement="top"
          <p>The activity has created...</p>  title="08 Oct 2021 - 03 Mar 2022"
          <ul>
  >Cycle 5</span
         <li>deliverable 1</li>>
          <span class="badge  <li>...</li>badge-pill bg-dark text-light">Community</span>
          </ul>div>
        <h2 class="card-title">Distributed Identity <Revisited</li>h2>
        <li<div class="listcard-group-itemtext">
          <h5>Ownership<p>
 & Utilisation</h5>
          <p>TheDistributed resultsIdentity were(DI) providedpresents toan theinteresting eduGAINparadigm servicefor taskthe whoT&I tookNREN the ownership.</p>
community.
            <p>TheIts productconcepts isare usedvery byappealing task/community ...</p>
        </li>
 and align well with public values in our community. At
     </ul>
    </div>

   the <!-- Automated notificationsame time many of issuesthe technical and overallfunctional statusproperties forare federationsstill enin entities -->
development
     <div class="card" id="status-reporting">
     and <img
present numerous questions and challenges, as was  src="https://wiki.geant.org/download/attachments/148090083/status-report.jpg"
        class="card-img-top"
shown in recent work in NRENs and
           alt="photo"
 in the Incubator. The activity />
proposed builds on earlier work and <div class="card-body">investigates the
        <div class="tags">
       following aspects of DI:
       <span class="badge badge-pill badge-primary">Security</span> </p>
          <span class="badge badge-pill badge-warning">Ongoing</span>
<ul>
            <li>
  <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"What roles could/should GEANT and NRENs play in a DI ecosystem, and what are the
            data-placement="top"
  associated benefits, challenges and risks?
      title="15 Nov 2019 - 30 Jun 2020"</li>
            >Cycle 2</span<li>
          >
    Which current services in the GEANT <span
portfolio would benefit from the use of DI, and
    class="badge badge-pill badge-info"
        what would that  data-toggle="tooltip"look like?
            data-placement="top"</li>
            title="03 Jul 2020 - 09 Feb 2021"
<li>
              To what extent can existing initiatives implementing distributed ledgers >Cycletechnology 3</spanbe
          >
    used to act as </div>
a Verifyable Data Registry to satisfy the above <h2 class="card-title">Status Reporting & Notification</h2>
use cases and
          <p class="card-text">
   requirements? We should test with for example CrasEBSI, nonetherium sagittisor miSovrin. Nulla volutpat magna turpis. Vivamus aliquet condimentum lacus,
How do these
              compare to the efficiturIRMA tempussolution lectuswe tempuspreviously vitaetested. Mauris lobortis sollicitudin aliquet. Sed elementum
(IRMA does not use DLT).
            </li>
 vulputate nisi quis pellentesque. Ut pharetra facilisis pretium. Sed commodo ut ipsum<li>
          hendrerit  placerat. Pellentesque acInitial laoreettesting neque,with necIRMA ultricesrevealed augue.
a wallet based approach may not always provide </p>an
         <button class="btn btn-info noprint" type="button" data-toggle="collapse" data-target="#details-14">
 optimal user experience. What requirements do we have for the User interface
              Show Details
        </button>
(wallet/app) and can we implement or mock these to test these requirements with
          <a href="https://wiki.geant.org/x/_gH5Bw" class="btn btn-outline-primary float-right"
 stakeholders.
           >Activity page<</ali>
        >
  </ul>
        </div>
      <ul class="list-group list-group-flush collapse" id="details-14">
 <button
          <li class="list-group-item">btn btn-info d-print-none"
          <h5>Results & Deliverables</h5>type="button"
          <p>The activity has created...</p>
data-toggle="collapse"
          data-target="#di-revisited-details"
   <ul>
     >
       <li>deliverable 1</li>
  Show  Details
        <li>...</li>button>
        <a
    </ul>
        </li>
href="https://wiki.geant.org/x/i4DvF"
         <li class="list-group-item">btn btn-outline-primary float-right"
          <h5>Ownership & Utilisation</h5>
target="_blank"
          >Activity page</a
  <p>The results were provided to the eduGAIN>
 service task who took the ownership.</p>div>
      <ul class="list-group list-group-flush collapse"  <p>The product is used by task/community ...</p>
  id="di-revisited-details">
        <li class="list-group-item">
      </li>
    <h5>Results & <Deliverables</ul>h5>
    </div>

    <!-- eduLNK -->
<p>The following results were <div class="card" id="edulnk">created and delivered:</p>
      <img
    <ul>
    src="https://wiki.geant.org/download/attachments/148090083/edulnk.jpg"
        class="card-img-top"
<li>
           alt="photo"
      />
      <div class="card-body">
        <div class="tags"><a href="#">Report on DI for GÉANT, NRENs and institutions</a>
          <span class="badge badge-pill badge-primary">Security</span> </li>
          <span class="badge badge-pill badge-warning">Ongoing</span>
   <li>
        <span
      <a
      class="badge badge-pill badge-info"
            data-toggle="tooltiphref="https://wiki.geant.org/download/attachments/351240335/TII%20Public%20Demo%205.3%20Feb%202022.pdf?version=1&modificationDate=1650873704224&api=v2"
            data-placement="top"
    >Demo video</a
        title="03 Jul 2020 - 09 Feb 2021">
            >Cycle 3<</spanli>
          >
        </div><li>
        <h2 class="card-title">eduLNK</h2>
        <p class="card-text"> <a
          Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent id consectetur nulla,
 href="https://wiki.geant.org/download/attachments/351240335/Self%20Sovereign%20Identity%20use%20cases.pdf?version=1&modificationDate=1650873830567&api=v2"
                >SSI use vitaecases</a
 dapibus urna. Etiam volutpat est sed dui egestas, et posuere felis semper. Morbi sed>
          aliquet eros, id consequat nisi. Aenean interdum turpis quis varius consectetur. Curabitur  </li>
          </ul>
        </li>
  eleifend risus ac aliquet molestie. Proin dictum lectus sed tempus tincidunt. Pellentesque
<li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
  tempus lacinia posuere. Donec metus lorem, rhoncus bibendum consectetur<p>
 venenatis,
          dignissim molestieThe ex.investigation Duisof sagittisDI ligulause egetcases nislfor tempusGÉANT, NRENs acand hendreritinstitutions dolorwas finibuscompleted. The
          Suspendisse quam lectus,results pharetrawere atpublished risusas sit amet, convallis rhoncus urna.
a report.
          </p>
        <button class="btn btn-info noprint" type="button" data-toggle="collapse" data-target="#details-15"></li>
      </ul>
    </div>
    <!-- Discovery ShowPilot Details-->
    <div class="card"   </button>id="discovery-pilot">
      <img
        <a hrefsrc="https://wiki.geant.org/x/V5HTC" class="btn btn-outline-primary float-rightdownload/attachments/148090083/discovery-service.png"
          >Activity page</aclass="card-img-top"
        >alt="photo"
      </div>>
      <ul<div class="list-group list-group-flush collapse" id="details-15"card-body">
        <li<div class="list-group-itemtags">
          <h5>Results & Deliverables</h5><span class="badge badge-pill badge-primary">Identity</span>
          <p>The activity has created...</p><span class="badge badge-pill badge-success">Completed</span>
          <ul><span
            <li>deliverable 1</li>class="badge badge-pill badge-info"
            <li>...</li>data-toggle="tooltip"
          </ul>
  data-placement="top"
      </li>
        <li classtitle="list-group-item">
      05 Mar 2019 - 12 Nov 2019"
    <h5>Ownership & Utilisation</h5>
      >Cycle 1</span
   <p>The results were provided to the eduGAIN service task who took the ownership.</p> >
          <p>The product is used by task/community ...</p><span class="badge badge-pill bg-dark text-light">Service</span>
        </li>div>
      </ul>
  <h2  </div>

class="card-title">Discovery Pilot</h2>
    <!-- Identity Validation Broker Service Business Case -->
    <div  <p class="card" id="identity-broker-text">
      <img
    Discovery is used  src="https://wiki.geant.org/download/attachments/148090083/identity-validation.jpg"
        class="card-img-top"in Federated Identity Management to locate the users home organization.
        alt="photo"
  This activity evaluated the  />
      <div class="card-body">pilot discovery service ran in the previous GÉANT project and
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
  investigated if/how the implementation technology Seamless Access developed within the RA1
          project can be used for <span class="badge badge-pill badge-warning">Ongoing</span>an implementation in eduGAIN.
        </p>
    <span
    <button
          class="badgebtn badgebtn-pillinfo badged-print-infonone"
            data-toggletype="tooltipbutton"
            data-placementtoggle="topcollapse"
            titledata-target="03#details-9"
 Jul 2020 - 09 Feb 2021"
  >
          >CycleShow 3</spanDetails
          ></button>
        </div><a
        <h2  classhref="card-title">Identity Validation Broker</h2>
https://wiki.geant.org/x/0bAuBw"
          <p class="card-text">btn btn-outline-primary float-right"
          Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent id consectetur nulla,target="_blank"
          >Activity page</a
        >
  vitae dapibus urna. Etiam volutpat</div>
 est sed dui egestas, et posuere felis semper. Morbi sed<ul class="list-group list-group-flush collapse" id="details-9">
        <li  aliquet eros, id consequat nisi. Aenean interdum turpis quis varius consectetur. Curabiturclass="list-group-item">
          <h5>Results & Deliverables</h5>
          eleifend<p>The risusfollowing acresults aliquetwere molestie.created Proin dictum lectus sed tempus tincidunt. Pellentesque
and delivered:</p>
          <ul>
     tempus lacinia posuere. Donec metus lorem, rhoncus bibendum consectetur venenatis, <li>
          dignissim molestie ex. Duis sagittis<a
 ligula eget nisl tempus, ac hendrerit dolor finibus.
        href="https://wiki.geant.org/download/attachments/120500433/eduTEAMS%20Discovery%20Service%20Feedback%20Report.pdf?version=1&modificationDate=1556205985146&api=v2"
  Suspendisse quam lectus, pharetra at risus sit amet, convallis rhoncus urna.
    >DSX Discovery Service Feedback <Report</p>a
        <button class="btn btn-info noprint" type="button" data-toggle="collapse" data-target="#details-16">
          Show Details
        </button>li>
        <a href="https://wiki.geant.org/x/WZHTC" class="btn btn-outline-primary float-right"
          >Activity page</a <li>Preparation of handover to eduGAIN service activity</li>
        >
      </div>ul>
      <ul class="list-group list-group-flush collapse" id="details-16"> </li>
        <li class="list-group-item">
          <h5>Results<h5>Ownership & Deliverables<Utilisation</h5>
          <p>The<p>
 activity has created...</p>
         The <ul>
work has been concluded in the Incubator and was handed over to <li>deliverable 1</li>
the
            <strong>eduGAIN service <li>...</li>task</strong>
          </ul>
  for the purpose of making a production </li>service.
         <li class="list-group-item"> </p>
        </li>
  <h5>Ownership & Utilisation</h5>
          <p>The results were provided to the eduGAIN service task who took the ownership.</p>ul>
          <p>The product is used by task/community ...</p>div>
        </li>
      </ul>
    </div>

    <!-- pyFF Optimizations --<!-- Using Distributed Identity for managing researcher access -->
    <div class="card" id="pyffdistributed-optimizationidentity">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/pyffdistributed-identity.jpgpng"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Standards<>Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="0305 JulMar 20202021 - 0914 FebSep 2021"
            >Cycle 3<4</span
          >
          <span class="badge badge-pill bg-dark text-light">Community</span>
        </div>
        <h2 class="card-title">pyFF Optimizations<>Distributed Identity for researchers</h2>
        <p class="card-text">
          CrasA nonnew sagittisparadigm, mi.Distributed NullaIdentity, volutpattries magnato turpis.let Vivamususer aliquetbe condimentumin lacus,
direct control of the
       efficitur tempus lectus tempusprofile vitae.information Mauristhey lobortisshare sollicitudinwith aliquet. Sed elementumservices. Rather then letting others provide claims
          towards a service, the users collects claim themselves from various sources and
          vulputateindependently nisiprovides quisthese pellentesque.when Utso pharetrarequested facilisisby pretiumservices. SedThe services commodocan utcheck ipsum
the
          validity of these claims against a central verifiable hendreritclaims placerat. Pellentesque ac laoreet neque, nec ultrices augueregistry. This activity
          investigates the functional requirements for such a system by interviewing key
          stakeholders.
        </p>
        <button
          class="btn btn-info noprintd-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-17"23"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/UZHTCUACeDQ" class
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-1723">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The activityfollowing results haswere created... and delivered:</p>
          <ul>
            <li>deliverable 1</li>
<li>
               <li>...</li>
<a href="https://wiki.geant.org/display/gn43wp5/DI4R+Report">DIR4R Report</a>
            </ul>li>
          </li>
  <li>
         <li class="list-group-item">
     <a href="https://wiki.geant.org/display/gn43wp5/Evolution+to+DI4R"
                <h5>Ownership>Evolution &to Utilisation<DI4R</h5>a
              <p>The>
 results were provided to the eduGAIN service task who took the ownership.</p>li>
            <li>
          <p>The product is used by task/community ...</p><a href="https://gitlab.geant.org/TI_Incubator/di4r">Source Code</a>
            </li>
      </ul>
     </div>
  </div>
</div>

HTML
<!-- JS -->

<!-- Bootstrap -->
<script
  src <li>
              <a href="https://codewiki.jquery.com/jquery-3.5.1.slim.min.js"
  integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
  crossorigin="anonymous"
></script>
<script
  srcgeant.org/display/gn43wp5/MFA+Options+for+SmartPhone+wallets"
                >MFA Options for SmartPhone wallets</a
              >
            </li>
            <li>
              <a href="https://cdnwiki.jsdelivrgeant.netorg/display/gn43wp5/CAMP+presentation%2C+Oct+5%2C+2021"
                >Demo video</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            This activity explored the applicability of distributed identity for research use cases.
            The results were published in a report and made available to the entire
            <strong>community</strong>.
          </p>
        </li>
      </ul>
    </div>
    <!-- Second Factor Authentication - Distributed Vetting -->
    <div class="card" id="distributed-vetting">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/sfa.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="05 Mar 2019 - 12 Nov 2019"
            >Cycle 1</span
          >
        </div>
        <h2 class="card-title">SFA - Distributed Vetting</h2>
        <p class="card-text">
          Several research communities, especially in the life sciences domain, have a need to use
          second factor authentication to improve the quality of their authentication. One of the
          challenges identified was how to securely vet the second factor tokens of the participants
          of a collaboration in a case where the members of the collaboration are very distributed,
          as is the case in most pan-EU research collaborations. This activity investigated,
          together with research communities, how the token registration can be scaled for scenarios
          where participants are distributed over the EU and beyond. The aim of this task was to
          identify ways this vetting can be done.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-7"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/zLAuBw"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-7">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a
                href="https://wiki.geant.org/display/gn43wp5/Second+Factor+Authentication+-+Distributed+Vetting?preview=/120500428/133771754/DV-MFA%20Report.pdf2"
                >Final Distributed Vetting Report</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            A final report was delivered. The activity will continue for another
            <strong>Incubator</strong> cycle.
          </p>
        </li>
      </ul>
    </div>
    <!-- eduLNK -->
    <div class="card" id="edulnk">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/edulnk.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Security</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="03 Jul 2020 - 09 Feb 2021"
            >Cycle 3</span
          >
          <span class="badge badge-pill bg-dark text-light">Service</span>
        </div>
        <h2 class="card-title">eduLNK</h2>
        <p class="card-text">
          eduLNK aims to provide software and potentially a servcie for a secure, persistent and
          privacy preserving link shortener for research and education. Link shorteners reduce a
          lengthy URL on the internet to something short and snappy, and sometimes easy to remember.
          As such it is a very well used and liked functionality within our community. Many ‘free’
          link shorteners exist, however, their free nature comes with a number of challenges,
          including serving advertisements and data mining the users behaviour and interests. Next
          to privacy concerns, many free link shorteners have a limited lifetime for the links they
          present. eduLNK aspires to deliver a product from and for the community which can be
          trusted and used securely in a privacy preserving way.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-15"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/V5HTC"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-15">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li><a href="#"></a>eduLNK source code</li>
            <li><a href="https://test.edulnk.org/">eduLNK prototype</a></li>
            <li><a href="#"></a>Onboarding documentation</li>
            <li><a href="#"></a>New Idea Form</li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/148089097/eduLNK.mp4?version=1&modificationDate=1617046085217"
              ></a
              >Final presentation
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            A prototype of the eduLNK software was created and a public test instance was made
            available. With the submission of the official new idea form, eduLNK may become a
            potential new service in the GÉANT project.
          </p>
        </li>
      </ul>
    </div>
    <!-- Instant User Provisioning and Deprovisioning -->
    <div class="card" id="feudal">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/feudal.png"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="15 Nov 2019 - 30 Jun 2020"
            >Cycle 2</span
          >
          <span class="badge badge-pill bg-dark text-light">Service</span>
          <span class="badge badge-pill bg-dark text-light">Community</span>
          <span class="badge badge-pill bg-dark text-light">External</span>
        </div>
        <h2 class="card-title">Instant User Provisioning</h2>
        <p class="card-text">
          Some systems, like non-web services, cannot be federated easily because they need user
          accounts to be provisioned before they can login. A prototype of an instant deployment
          tool called FEUDAL was developed by KIT. It facilitates provisioning of user accounts
          using virtual organisations (VO). Feudal is based on OIDC: It is an OIDC client, and it
          simply transports the information of the /userinfo endpoint along. Feudal is based on the
          concept of VOs (or authorisation Groups), i.e. the end services provide the information
          which VOs it supports. Feudal web fronted will only display services for provisioning to a
          given user based on his VO membership.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-6"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/-QH5Bw"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-6">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a href="https://wiki.geant.org/x/-4VgBw">Architecture document</a>
            </li>
            <li><a href="https://git.scc.kit.edu/feudal">Publicly available source code</a></li>
            <li>
              <a
                href="https://git.scc.kit.edu/feudal/feudalAdapterLdf/-/blob/incubator-uros-ldap/ldf_adapter/backend/ldap.py"
                >LDAP integration POC</a
              >
            </li>
            <li>
              <a href="https://feudal.scc.kit.edu/"
                >Test environment <small>including eduTEAMS integration</small></a
              >
            </li>
            <li>
              <a href="https://wiki.geant.org/pages/viewpage.action?pageId=148078632"
                >Promoted demo videos</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The aim of this project was to create an easy to use, adoptable software solution to
            provision server users and provide this tool to the <strong>community</strong>. The
            solution is ready to be picked up and further developed and used by
            <strong>KIT</strong>. They plan to use this software in two
            <strong>"Helmholtz" projects HDF and HIFIS</strong> in Germany for the foreseeable
            future. Besides this, the solution was adjusted to the needs of eduTEAMS. The solution
            was provided to the <strong>eduTEAMS service task</strong> to be integrated into the
            GÉANT service.
          </p>
        </li>
      </ul>
    </div>
    <!-- Identity Validation Broker Service Business Case -->
    <div class="card" id="identity-broker">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/identity-validation.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="03 Jul 2020 - 09 Feb 2021"
            >Cycle 3</span
          >
          <span class="badge badge-pill bg-dark text-light">Community</span>
        </div>
        <h2 class="card-title">Identity Validation Broker</h2>
        <p class="card-text">
          Both research communities as well as institutions have a need for proper proof of the
          identity of their users. This ranges from cases where e.g. new students living abroad need
          to be identified as part of the boarding into an institution, to scenarios where access to
          (medical) data puts regulatory demands on the research community. Identity proofing is
          however expensive and scales very poorly, especially in cases where the users are (very)
          distributed. This activity investigates, based on requirements collected from multiple
          stakeholders, if and in which way this situation may be improved.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-16"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/WZHTC"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-16">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/148083033/Identity%20verification%20Requirements%20Gathering.pptx"
                >Identity verification requirements</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/148083033/Stakeholder%20Report%20on%20Identity%20Verification%20for%20R%26E_v1.pdf"
                >Stakeholder Report on Identity Verification for R&E</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/148083033/Identity%20Proofing%20for%20RE_v1.pdf"
                >Identity Proofing for R&E</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/148089097/Identity_Broker.mp4?version=1&modificationDate=1617046433871"
              ></a
              >Final presentation
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            Our findings indicated a strong desire for information about the capabilities of the
            various document-based identity verification solutions, which would help in defining
            what the requirements and suitable deployment model for an R&E focused solution could
            be. In particular we concluded that further work would be needed to reach a definitive
            conclusion and recommended: Establishment of a platform for information capture and
            exchange on document-based identity verification solutions Comparative analysis of
            available commercial solutions should be performed and made available Surveying of the
            broader R&E community based on the findings so far to see the level of interest and
            support more generally Constructing a preliminary business case for a community-operated
            service following the broader survey It is hoped that an interested party or parties can
            take this work forward, as further work on this topic is currently outside the scope of
            the Incubator.
          </p>
        </li>
      </ul>
    </div>
    <!-- IdP as a Service -->
    <div class="card" id="idp-service">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/idpaas.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="05 Mar 2019 - 12 Nov 2019"
            >Cycle 1</span
          >
          <span class="badge badge-pill bg-dark text-light">Community</span>
        </div>
        <h2 class="card-title">IdP as a Service</h2>
        <p class="card-text">
          The former GN4-2 project developed a solution to offer an IdP as a Service solution
          (IdPaaS) for hosted IdPs. This activity aimed at investigating the business case of this
          solution and to create a reference design and implementation for an easy to use software
          solution to enable NRENS to provide an IdPaaS offering.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-8"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/doSRBw"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-8">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li><a href="https://wiki.geant.org/x/h4fYBw">IdPaaS Reference Design</a></li>
            <li>
              <a href="https://wiki.geant.org/x/7wr5Bw">IDPaaS Reference Implementation</a>
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/126977142/IdPaaS%20Screencast.webm?api=v2"
                >IdPaaS Screencast</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The work has been concluded within the Incubator. samlidp.io is available as an open
            source software for the <strong>community</strong> and may be used by commercial vendors
            as well.
          </p>
        </li>
      </ul>
    </div>
    <!-- Metadata push -->
    <div class="card" id="metadata-push">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/metadata-push.png"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Standards</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="15 Nov 2019 - 30 Jun 2020"
            >Cycle 2</span
          >
          <span class="badge badge-pill bg-dark text-light">Service</span>
          <span class="badge badge-pill bg-dark text-light">External</span>
        </div>
        <h2 class="card-title">Metadata push MDQ</h2>
        <p class="card-text">
          Metadata is at the heart of the trust fabric of current R&E Identity Federations. For the
          trust to properly propagate, this metadata is first collected from and then distributed by
          the federation towards the federation members. This activity had investigated a new
          proposal called "push MDQ", which introduces a new, potentially highly scalable way of
          distributing metadata.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-1"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/7AH5Bw"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse .d-print-inline-block" id="details-1">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a href="https://github.com/mrvanes/pyFF/tree/websub"
                >Publicly available source code</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/133759468/Using%20public%20websub%20hubs%20for%20PushMDQ.pdf?api=v2"
                >Use of public websub hubs</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/133759468/PushMDQ%20implementation%20guidance%20for%20Federations.pdf?api=v2"
                >Implementation guidance for federations</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            All changes made to the pyFF software were uploaded to the official software project to
            be maintained by the <strong>IdentityPython group</strong>. Furthermore, all results of
            the push MDQ analysis and the POC were transferred to the
            <strong>eduGAIN service task</strong> for further improvement of the GÉANT service.
          </p>
        </li>
      </ul>
    </div>
    <!-- Porting oidc-agent to Windows -->
    <div class="card" id="oidc-agent">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/oidc-agent.png"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Standards</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="05 Mar 2021 - 14 Sep 2021"
            >Cycle 4</span
          >
          <span class="badge badge-pill bg-dark text-light">Community</span>
          <span class="badge badge-pill bg-dark text-light">External</span>
        </div>
        <h2 class="card-title">Porting oidc-agent to Windows</h2>
        <p class="card-text">
          <a href="https://indigo-dc.gitbook.io/oidc-agent/">oidc-agent</a> is a command line set of
          tools that enables the users to manage and obtain (mostly) OIDC tokens on command line. It
          follows the design of the ssh-agent and, as such, it can be easily integrated in the
          user's flow. However, current version only covers Linux and MacOS users. This activity
          would port the oidc-agent to Windows OS. The expected impact is potentially large, since
          users from many communities that may use this tool (such as HPC, or any community that
          need constant access to computing and storage resources as part of their work) typically
          rely on Windows as their main operating system. This activity investigates the best
          approach to porting the oidc-agent.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-21"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/SgCeDQ"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-21">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a href="https://github.com/indigo-dc/oidc-agent">Source Code</a>
            </li>
            <li>
              <a href="https://indigo-dc.gitbook.io/oidc-agent/">Technical documentation</a>
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/247431187/OIDC-Agent.mp4?version=1&modificationDate=1622630166361&api=v2"
                >Demo video</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The source code was submitted to the upstream repository and is publicly available to
            the community. The <strong>Karlsruhe Institute of Technology (KIT)</strong> will
            maintain the software.
          </p>
        </li>
      </ul>
    </div>
    <!-- Add OIDC OP support to SimpleSAMLphp -->
    <div class="card" id="oidc-op-ssp">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/oidc-op-ssp.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Standards</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="05 Mar 2021 - 14 Sep 2021"
            >Cycle 4</span
          >
          <span class="badge badge-pill bg-dark text-light">Community</span>
          <span class="badge badge-pill bg-dark text-light">External</span>
        </div>
        <h2 class="card-title">SimpleSAMLphp OIDC OP</h2>
        <p class="card-text">
          SimpleSAMLphp (SSP) is a commonly used software product for both SP and IdP deployments in
          Research and Education. In addition it may also be deployed as a proxy. Next to SAML,
          various other authentication protocols are supported.While SSP already supports the OpenID
          Connect (OIDC) Relaying Party (RP) interface, an OIDC OpenID Provider (OP) implementation
          is missing.
          <br />
          This activity seeks to implement an OIDC OP in accordance with the OIDC specification into
          SSP. There is an existing module available at Github. It needs to be investigated whether
          this is suitable for this activity.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-18"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/RQCeDQ"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-18">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a href="https://github.com/simplesamlphp/simplesamlphp-module-oidc"
                >SimpleSAMLphp OIDC module</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/320471174/SSP-OIDC_demo.mp4?version=1&modificationDate=1632930580727&api=v2"
                >OIDC demo video</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The work has been concluded and the results were provided to the
            <strong>SimpleSAMLphp developers</strong>. The source code is publicly available and
            will be maintained by the upstream maintainers.
          </p>
        </li>
      </ul>
    </div>
    <!-- ORCID as IdP of last resort -->
    <div class="card" id="orcid">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/orcid.png"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="05 Mar 2019 - 12 Nov 2019"
            >Cycle 1</span
          >
          <span class="badge badge-pill bg-dark text-light">Service</span>
          <span class="badge badge-pill bg-dark text-light">External</span>
        </div>
        <h2 class="card-title">ORCID as IdP of last resort</h2>
        <p class="card-text">
          Many research collaborations as well as campus services need a solution to deal with guest
          identity, as in many cases not all users are members of the academic Identity Federations.
          As a result, several federation operators as well as research collaborations operate IdPs
          or proxies to allow users to authenticate through external identity providers like social
          ones. This has led to serious reinventing of the wheel. This pilot aimed to bring the
          widely used ORCID service into the GÉANT IDhub as Identity Provider of last resort.
          Furthermore organisational and legal aspects as well as technical improvements were
          investigated.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-11"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/WbAuBw"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-11">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/120500313/ORCID%20IdP%20as%20last%20resort.pdf?api=v2"
                >Business Case Analysis</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/120500313/Identity%20proxying%20for%20Guest%20Identities%20in%20the%20context%20of%20GDPR.pdf?api=v2"
                >Identity Proxy GDPR Report</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/120500313/Report%20of%20the%20collaboration%20with%20the%20SATOSA%20project.pdf?api=v2"
                >Technical solution based on SaToSa software stack</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/120500313/ORCID%20Screencast.webm?api=v2"
                >ORCID Screencast</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The work has been concluded with the results handed over to be further developed in the
            <strong>IDhub</strong> to improve the GÉANT service.
          </p>
        </li>
      </ul>
    </div>
    <!-- pyFF Optimizations -->
    <div class="card" id="pyff-optimization">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/pyff.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Standards</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="03 Jul 2020 - 09 Feb 2021"
            >Cycle 3</span
          >
          <span class="badge badge-pill bg-dark text-light">External</span>
        </div>
        <h2 class="card-title">pyFF Optimizations</h2>
        <p class="card-text">
          pyFF is an open source and widely used product which is used to provide Discovery and
          Metadata Query services for identity federation. This topic investigates optimizations in
          pyFF operations, including but not limited to, performance and memory consumption. When
          processing the eduGAIN metadata, pyFF memory usage balloons to the gigabytes, hereby
          inflicting some extra cost when running on procured VM's like AWS. The startup/restart
          process speed, and service behavior while being started/restarted may also be improved. In
          particular, the service should never throw 5xx errors while in a normal startup/shutdown
          process.
          <br />The goal of this project is to optimize pyFF memory consumption and (re-)start
          behavior.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-17"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/UZHTC"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-17">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li><a href="#"></a>pyFF test report</li>
            <li><a href="#"></a>Metadata mockup report</li>
            <li><a href="#"></a>Blog post</li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/148089097/pyFF_Optimization-Metadata.mp4?version=1&modificationDate=1617046521186"
                >Final presentation</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The aim of this activity was to investigate whether the existing pyFF software can be
            optimised to reduce memory consumption and improve performance. For this purpose,
            intensive profiling of the software was carried out and a large number of experiments
            were conducted. All tests and results were documented in a report, which was passed on
            to the developer communities of the tools.
          </p>
        </li>
      </ul>
    </div>

    <span
      data-toggle="tooltip"
      data-placement="top"
      title="This activity is work in progress at the time of writing"
    ></span>
    <!-- eduGAIN Service Catalogue -->
    <div class="card" id="service-catalogue">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/service-catalogue.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="05 Mar 2021 - 14 Sep 2021"
            >Cycle 4</span
          >
          <span class="badge badge-pill bg-dark text-light">Community</span>
        </div>
        <h2 class="card-title">eduGAIN Service Catalogue</h2>
        <p class="card-text">
          The eduGAIN Support Team, Secretariat and business development received several requests
          from SPs, IdPs and NRENs for an eduGAIN Service Catalogue. Currently the eduGAIN Entities
          Database tool and REFEDS Metadata Explorer Tool (MET) are the two services closest to a
          service catalogue, but there are inconsistencies between the two tools.
          <br />
          The Incubator attempts to improve the solution based on the outcome of this pilot phase.
          Depending on the requirements and use cases that need to be supported, new features can be
          added in following an iterative process. If there are not enough participants to provide a
          meaningful amount of data, no additional developments will be carried out by the
          Incubator. In this case, the software is decommissioned at the end of the pilot phase and
          the project is terminated.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-19"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/TACeDQ"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-19">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a href="https://surfnet-niels.github.io/">Technical prototype</a>
            </li>
            <li>
              <a href="https://wiki.geant.org/download/attachments/247431187/SC_demo.mp4"
                >Demo video</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/228458572/Service%20Catalogues%20Comparison.pdf?api=v2"
                >Service Catalogues Comparison.pdf</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/228458572/RFC%20-%20The%20eduGAIN%20Service%20Catalogue%20%28REFEDS%20Audience%29.pdf?api=v2"
                >RFC - The eduGAIN Service Catalogue (REFEDS Audience)</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/228458572/RFC%20-%20Service%20catalog%20functional%20design.pdf?api=v2"
                >RFC - Service catalog functional design</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The project has reached a point where engagement from the community is required to take
            the work forward. At this time we have received no offers of engagement and we are
            therefore stopping our work, leaving documentation and existing code available to any
            group who may wish to continue developing the Service Catalogue.
          </p>
        </li>
      </ul>
    </div>
    <!-- Service report -->
    <div class="card" id="service-report">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/service-report.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="15 Nov 2019 - 30 Jun 2020"
            >Cycle 2</span
          >
          <span class="badge badge-pill bg-dark text-light">Service</span>
        </div>
        <h2 class="card-title">Service Status Reporting</h2>
        <p class="card-text">
          The T&I activities of the GEANT project run a multitude of services ranging for eduroam
          and eduGAIN to InAcademia, eduTEAMS and various smaller helper services for eduGAIN
          without a single overview of the state of all these services. The highly distributed
          nature limits our ability to present in a consistent way the status of these services and
          it hinders us in explaining issues when something is wrong. This is relevant both for
          members of the GEANT community as well as other other stakeholders like service owners and
          funding agencies. This activity wanted to create a comprehensive, high level and user
          friendly publicly facing service dashboard for T&I services. Since many freely or
          commercially available services for measuring availability already exist this activity
          investigated and compared them to choose a suitable solution for the GÉANT project.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-3"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/-wH5Bw"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-3">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a href="https://wiki.geant.org/x/PQOMC"
                >Requirements for a GÉANT service reporting tool</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/133759487/Monitoring%20tool%20market%20analysis.pdf?api=v2"
                >Monitoring tool market analysis</a
              >
            </li>
            <li><a href="https://status.inacademia.org">POC based on InAcademia</a></li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The result of the market analysis was provided to the
            <strong>T&I service task</strong>.
          </p>
        </li>
      </ul>
    </div>
    <!-- Shibboleth OIDC Extension -->
    <div class="card" id="shibboleth-oidc">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/shibboleth.png"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Standards</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="05 Mar 2019 - 12 Nov 2019"
            >Cycle 1</span
          >
          <span class="badge badge-pill bg-dark text-light">External</span>
        </div>
        <h2 class="card-title">Shibboleth OIDC Extension</h2>
        <p class="card-text">
          Up to now, R&E federations are predominantly relying on the SAML2 protocol. With upcoming
          needs from industry and commercial service providers the OpenID Connect (OIDC) protocol is
          increasingly moving into focus. This activity supported the development of an Shibboleth
          OIDC Extension to the Shibboleth IdP and was paving the way to make the extension a fully
          sustained product.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-10"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/WLAuBw"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-10">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a href="https://github.com/CSCfi/shibboleth-idp-oidc-extension"
                >Shibboleth IdP OIDC Extension</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The work has been concluded and the results were handed over to the
            <strong>Shibboleth consortium</strong>. The Extension is certified by the OIDC
            Foundation.
          </p>
        </li>
      </ul>
    </div>
    <!-- IdP/SP software testbed -->
    <div class="card" id="software-testbed">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/software-testbed.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="05 Mar 2021 - 14 Sep 2021"
            >Cycle 4</span
          >
        </div>
        <h2 class="card-title">IdP/SP software testbed</h2>
        <p class="card-text">
          It is currently very hard to test new releases of IdP and SP software against other IdP/SP
          products. This activity attempts to design an automated test environment. A suitable
          architecture for an IdP/SP continuous integration platform is to be created. This involves
          creating use cases and identifying technologies that support them. An iterative approach,
          in which use cases are successively implemented and products are integrated one after
          another, is intended to quickly create a functional platform. If the CI approach is
          successful, ready-to-use software packages can be provided using container technologies
          such as Docker, to deploy the entire software locally by NRENs or other parties.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-20"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/TgCeDQ"
          class="btn btn-outline-primary float-right"
          target="_blank"
        ></a>
      </div>
      <ul class="list-group list-group-flush collapse" id="details-20">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a href="https://gitlab.geant.org/matteo/idp-sp_testbed">Source Code</a>
            </li>
            <li>
              <a href="https://wiki.geant.org/display/gn43wp5/Testbed+Design"
                >Technical documentation</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/247431187/testbed.mp4?version=1&modificationDate=1622807769780&api=v2"
                >Demo video</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            A prototype of an IdP/SP software testbed was successfully created. The results were
            presented to the community and made publicly available. No group was identified to
            continue the development of this project.
          </p>
        </li>
      </ul>
    </div>
    <!-- SSH Federated -->
    <div class="card" id="ssh-federated">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/ssh-federated.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="20 Mar 2022 - 15 Dec 2022"
            >Cycle 6</span
          >
          <span class="badge badge-pill bg-dark text-light">Community</span>
        </div>
        <h2 class="card-title">SSH in a Federated World</h2>
        <p class="card-text">
          To allow easy access to SSH based services DeiC has made a SSH Certificate Authority
          proof-of-concept that issues short-lived SSH certificates based on a federated login. The
          system requires no specific client - or service side installed programs and makes it
          possible for the user to use all standard ssh services - as long at the certificate is
          valid. Depending on the configuration of the participating services the CA allows the user
          to use the same username/uid across all services. Optionally it can be combined with
          systemd-userdb services to allow for fully automated user management. The CA can also
          optionally issue host certificates so the users do not have to trust the servers on first
          use (TOFU). Initial goal of the activity is to hold a workshop to gather requirements and
          showcase and discuss existing solutions.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#ssh-federated-details"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/sgATIQ"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="ssh-federated-details">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a href="https://github.com/surfnet-niels/White-paper-on-federated-SSH-solutions"
                >Public white paper</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The information gathered was compiled into a white paper, which was shared with the
            <strong>community</strong> as an opportunity for further collaboration. A user group is
            to be established to deal with this subject long-term.
          </p>
        </li>
      </ul>
    </div>
    <!-- Automated notification of issues and overall status for federations en entities -->
    <div class="card" id="status-reporting">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/status-report.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Security</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="15 Nov 2019 - 30 Jun 2020"
            >Cycle 2</span
          >
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="03 Jul 2020 - 09 Feb 2021"
            >Cycle 3</span
          >
          <span class="badge badge-pill bg-dark text-light">Service</span>
        </div>
        <h2 class="card-title">Status Reporting & Notification</h2>
        <p class="card-text">
          To make the global eduGAIN interfederation scalable and interoperable, it is paramount
          participants adhere to agreed upon standards and community best practices. There are
          currently already several tools that examine the quality of federation metadata, the
          connection status of their IdPs and the attribute release status of their IdPs. This
          activity is about creating a tool to aggregate information from various sources and
          presenting this in an attractive, easy to understand way to put this information readily
          into the hands of the federation operators.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-14"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/_gH5Bw"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-14">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>Source Code (closed source)</li>
            <ul>
              <li>
                <a href="https://gitlab.geant.org/TI_Incubator/ansiblestatrep"
                  >Ansible deployment</a
                >
              </li>
              <li>
                <a href="https://gitlab.geant.org/TI_Incubator/edugain-reporting-web">Web client</a>
              </li>
              <li>
                <a href="https://gitlab.geant.org/TI_Incubator/edugain-reporting-api-client"
                  >Server API</a
                >
              </li>
            </ul>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/133759482/eduGAIN%20Reporting%20User%20Documentation.pdf"
                >User documentation</a
              >
            </li>
            <li><a href="edugain-reporting-beta.incubator.geant.org"></a>Live test environment</li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/148089097/eduGAIN_Reporting.mp4?version=1&modificationDate=1617046296609"
              ></a
              >Final presentation
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            A prototype was developed that meets the expectations of the stakeholders. The tool, in
            future called "eduGAIN Reporting", was handed over to the eduGAIN Task. In order to
            develop this further, an eduGAIN reporting development team was founded. The created
            prototype is used for additional tests with the users and replaced by a productive
            system a few months later.
          </p>
        </li>
      </ul>
    </div>
    <!-- Test IdP -->
    <div class="card" id="test-idp">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/test-idp.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="05 Mar 2021 - 14 Sep 2021"
            >Cycle 4</span
          >
          <span class="badge badge-pill bg-dark text-light">External</span>
        </div>
        <h2 class="card-title">Test IdP</h2>
        <p class="card-text">
          This activity creates a freely available, realistic test IdP for the GÉANT community.
          Based on the needs of the GÉANT community, the solution may offer SAML, OIDC and supports
          all the latest best practices. The requirements and use cases for such a service will be
          defined in collaboration with a group of community representatives. Potential features of
          such a tool are: test for a specific set of attributes, create an account to save a test
          profile, an open (REST) API to configure the IdP using a (web) client. There are different
          potential business cases for deployment: as part of the eduGAIN support tools, by GÉANT
          operations or NREN hosted.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-22"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/SACeDQ"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-22">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a href="https://gitlab.geant.org/TI_Incubator/test_idp"
                >Source Code (GÉANT Gitlab)</a
              >
            </li>
            <li>
              <a href="https://surfdrive.surf.nl/files/index.php/s/xafmVMHQ4KquJno">Demo video</a>
            </li>
            <li>
              <a href="https://wiki.geant.org/display/gn43wp5/RFC%3A+Test+IdP+admin+interface"
                >Test IdP Architecture</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/228458568/Test%20IdP%20Service%20User%20Guide.pdf?version=1&modificationDate=1633079289015&api=v2"
                >Test IdP User Guide</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            A Test IdP based on the SimpleSAMLphp software was created. It supports the following
            tests: R&S Entity category tests, Behavioural tests, Generic attribute profile tests,
            Refeds Assurance Framework tests, Error scenario tests and Experimental profile tests.
            The Test IdP was made available in GÉANT Gitlab.
          </p>
        </li>
      </ul>
    </div>
    <!-- User Profile -->
    <div class="card" id="user-profile">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/user-profile.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="20 Mar 2022 - 15 Dec 2022"
            >Cycle 6</span
          >
          <span class="badge badge-pill bg-dark text-light">External</span>
        </div>
        <h2 class="card-title">IdP User Profile</h2>
        <p class="card-text">
          Currently, there is no way for federated users to know at which service providers their
          account was used to login. This activity developes a mechanism to track federated signing
          in events. That would allow an user to check the recent activity on his account in regards
          of authentication. Users could see the list if authentications containing datetime, ip and
          relying party etc. That would help them to spot suspicious activity.
          <br />
          A user profile page deployed as part of Shibboleth IdP and SimpleSAMLphp would enable end
          users to gain insight into where their personal data is used and when it was last released
          to various services, as far as the IdP is aware. This feature should only release
          information to appropriate user (so after login). It needs to be considered how storing
          user data to facilitate this plugin would impact data retention policy of the IdP.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#user-profile-details"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/sgATIQ"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="user-profile-details">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a href="https://gitlab.geant.org/TI_Incubator/personal-profile-page/simplesamlphp"
                >SimpleSAMLphp module</a
              >
            </li>
            <li>
              <a href="https://gitlab.geant.org/TI_Incubator/personal-profile-page/shibboleth-idp"
                >Shibboleth IdP module</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/download/attachments/351240339/%5BM%5D%20www.figma%20%281%29.webm?version=1&modificationDate=1670516974145&api=v2"
                >Demo video</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The prototype was presented at multiple events to interested parties. It will be
            provided to the SimpleSAMLphp/Shibboleth developers after further improvement. It is
            planned to continue this activity in GN5-1.
          </p>
        </li>
      </ul>
    </div>
    <!-- WebauthN -->
    <div class="card" id="webauthn">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/webauthn.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Security</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="15 Nov 2019 - 30 Jun 2020"
            >Cycle 2</span
          >
          <span class="badge badge-pill badge-secondary"> TIM </span>
          <span class="badge badge-pill bg-dark text-light">Service</span>
          <span class="badge badge-pill bg-dark text-light">External</span>
        </div>
        <h2 class="card-title">WebauthN</h2>
        <p class="card-text">
          WebAuthn​ (Web Authentication), part of the FIDO2 Project, is a web standard published by
          the W3C that enables strong authentication with public-key cryptography, passwordless
          authentication, and secure two-factor authentication. The standard defines a JavaScript
          API which allows token registration and subsequent authentication. This activity
          implemented this API for the open source software SimpleSAMLphp and SATOSA, which enables
          them to provide 2FA functions to the benefit of the R&E community.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-5"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/YQ75Bw"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-5">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a href="https://github.com/CESNET/satosa-module-webauthn"
                >Publicly available source code</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The developed modules were submitted to the upstream repositories to be officially
            maintained by the <strong>simplesamlphp groups</strong> and <strong>CESNET</strong>. The
            software was provided to the <strong>eduTEAMS service task</strong> to include it into
            the GÉANT service.
          </p>
        </li>
      </ul>
    </div>
    <!-- (De)provisioning connector for Windows -->
    <div class="card" id="win-connector">
      <img
        src="https://wiki.geant.org/download/attachments/148090083/win-connector.jpg"
        class="card-img-top"
        alt="photo"
      />
      <div class="card-body">
        <div class="tags">
          <span class="badge badge-pill badge-primary">Identity</span>
          <span class="badge badge-pill badge-success">Completed</span>
          <span
            class="badge badge-pill badge-info"
            data-toggle="tooltip"
            data-placement="top"
            title="15 Nov 2019 - 30 Jun 2020"
            >Cycle 2</span
          >
          <span class="badge badge-pill badge-secondary"> TIM </span>
          <span class="badge badge-pill bg-dark text-light">Service</span>
          <span class="badge badge-pill bg-dark text-light">Community</span>
          <span class="badge badge-pill bg-dark text-light">External</span>
        </div>
        <h2 class="card-title">(De)provisioning connector for Windows</h2>
        <p class="card-text">
          Identity provisioning and deprovisioning are a necessity for building modern
          authentication and authorization infrastructures. They are straightforward yet technically
          complicated part of identity and access management. The basic idea is to deliver identity
          and authorization information to the managed services, which is complicated by a lack of
          applicable standards in this area. Therefore, most of the Identity and access management
          solutions rely on a custom solution for provisioning. To overcome this obstacle, this
          project extends existing IAM capabilities by implementing a connector to easily provision
          data to services hosted on Windows OS based on SSH.
        </p>
        <button
          class="btn btn-info d-print-none"
          type="button"
          data-toggle="collapse"
          data-target="#details-4"
        >
          Show Details
        </button>
        <a
          href="https://wiki.geant.org/x/bA75Bw"
          class="btn btn-outline-primary float-right"
          target="_blank"
          >Activity page</a
        >
      </div>
      <ul class="list-group list-group-flush collapse" id="details-4">
        <li class="list-group-item">
          <h5>Results & Deliverables</h5>
          <p>The following results were created and delivered:</p>
          <ul>
            <li>
              <a href="https://wiki.geant.org/display/gn43wp5/Installation"
                >Windows Connector Installation Guide</a
              >
            </li>
            <li>
              <a href="https://github.com/CESNET/perun-services-windows"
                >Publicly available source code
                <small>including test automation and a windows installation package</small></a
              >
            </li>
            <li>
              <a href="https://wiki.geant.org/display/gn43wp5/Test+Environment"
                >eduTEAMS integrated test environment</a
              >
            </li>
            <li>
              <a
                href="https://wiki.geant.org/display/gn43wp5/Provisioning+of+AD+for+the+lab+on+the+university"
                >Windows Connecter Case Study</a
              >
            </li>
          </ul>
        </li>
        <li class="list-group-item">
          <h5>Ownership & Utilisation</h5>
          <p>
            The aim of this project was to create an easy to use, adoptable software solution to
            provision server users and provide this tool to the <strong>community</strong> As part
            of a case study the solution was implemented for a
            <strong>Czech University (Faculty of informatics MU)</strong> which will continue to use
            the solution afterwards. <strong>CESNET</strong> will continue to use and maintain the
            software for the foreseeable future. Besides this, the solution shall be adjusted to the
            needs of eduTEAMS. The solution will be provided to the
            <strong>eduTEAMS service task</strong> to be integrated into the GÉANT service.
          </p>
        </li>
      </ul>
    </div>
  </div>
</div>


HTML
<!-- Footer -->
<hr />
<div class="row">
  <div class="col-12">
    <small class="font-italic font-weight-light">
      Attribution: Images available at
      <a href="https://pixabay.com/">pixabay</a> and <a href="https://unsplash.com/">Unsplash</a>,
      Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a>,
      <a href="https://www.flaticon.com/authors/good-ware" title="Good Ware">Good Ware</a>,
      <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a>,
      <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> and
      <a href="https://www.flaticon.com/authors/becris" title="Becris">Becris</a>
      from
      <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
    </small>
  </div>
</div>


HTML
<!-- JS -->
<script
  src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
  integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
  crossorigin="anonymous"
></script>
<script
  src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
  integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
  crossorigin="anonymous"
></script>

<!-- Activate tooltips -->
<script>
  $(function () {
    $('[data-toggle="tooltip"]').tooltip();
  });
</script>

<!-- Filter bar -->
<script>
  function searchActivities() {
    const cardContainer = document.getElementById('card-grid');
    const cards = cardContainer.getElementsByClassName('card');

    let filter = [];
    filter[0] = document.getElementById('card-filter-text').value.toUpperCase();
    filter[1] = document.getElementById('card-filter-topic').value;
    filter[2] = document.getElementById('card-filter-cycle').value;
    filter[3] = document.getElementById('card-filter-deliverable').value;

    for (let i = 0; i < cards.length; i++) {
      let card = cards[i];
      let text = card.querySelector('.card-body h2.card-title').innerText;
      let tags = card.querySelector('.card-body .tags').innerText;

      if (
        text.toUpperCase().indexOf(filter[0]) > -1 &&
        tags.indexOf(filter[1]) > -1 &&
        tags.indexOf(filter[2]) > -1 &&
        tags.indexOf(filter[3]) > -1
      ) {
        cards[i].style.display = '';
      } else {
        cards[i].style.display = 'none';
      }
    }
  }npm/popper.js@1.16.1/dist/umd/popper.min.js"
  integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
  crossorigin="anonymous"
></script>
<script
  src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
  integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
  crossorigin="anonymous"
></script>

<!-- Activate tooltips -->
<script>
  $(function () {
    $('[data-toggle="tooltip"]').tooltip();
  });
</script>

<!-- Hide Confluence sidebar -->
<script>
AJS.toInit(function(){
  if (AJS.$("div.ia-fixed-sidebar").width() > 55){
    AJS.Confluence.Sidebar.toggle();
  }
});
</script>