Project

General

Profile

Actions

Task #3890

open

Identity management module

Added by Peter Gusev over 7 years ago. Updated over 7 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
12/14/2016
Due date:
% Done:

0%

Estimated time:

Description

Identity management module is responsible for providing signing identities for NDN applications upon request. Signing identity is then used by application to generate long-lived application identity and short-lived instance identities. The module also stores application identity certificate and serves it upon incoming interest.

For example, in the context of the Flume application, once launched for the first time, application makes an API call for requesting signing identity. The Identity Management Module asks user to choose either existing installed identity or to request a new identity from a list of identity providers.
Let’s assume, Flume application received signing identity /ndn/edu/ucla/remap/peter as a result of API call to NFDcc. Application then generates long-lived app identity /ndn/edu/ucla/remap/peter/flume and short-lived instance identity /ndn/edu/ucla/remap/peter/flume/. App identity certificate is then passed back to the Identity Management Module (via API call) which stores it locally and answers incoming interests that correspond to this certificate name. Instance identity certificate is served by the running application.

REQUIREMENTS

  1. Provide local API calls for applications for:

    1.1. requesting new signing identity;
    1.2. storing application identity certificate in NFDcc;
    1.3. updating application identity certificate.

  2. Provide user interface for application identity setup:

    2.1. allow user to select identity provider for a new identity;
    2.2. allow user to select identity from the list of already installed identities.

Actions #1

Updated by Alex Afanasyev over 7 years ago

  • Subject changed from IDENTITY MANAGEMENT MODULE to Identity management module
Actions

Also available in: Atom PDF