Difference between revisions of "State Issued Identifier"

From MgmtWiki
Jump to: navigation, search
(Context)
(Nigeria)
 
(8 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
# [[EID]]
 
# [[EID]]
 
# [[Mobile Driver's License]]
 
# [[Mobile Driver's License]]
Other places are infamous for creating internal passports which are typically used in states with apparthite modes of social control.
+
Other places are infamous for creating internal passports which are typically used in states with apartheid modes of social control.
 +
===Purposes===
 +
There are many reasons for States to issued [[State Mandated Identification]]s including:
 +
* Collecting Revenue ([https://www.linkedin.com/pulse/isnt-goodbye-rather-its-see-you-later-kyle-neuman-y1eee/ a specific example from US Treasury])
 +
* Social Services
 +
* Controlling activity of citizens (professional licensing is one example.)
  
 
==Examples==
 
==Examples==
 +
===Nigeria===
 +
Issuing chip cards (2024-07) through banks, but it is unclear if these are really reaching to the places where it is needed link at their porous borders with neighboring states.  https://nimc.gov.ng/the-new-e-id-card/
  
 
===Finland===
 
===Finland===
  
 
The selective disclosure model of Finnish ID system is quite simple:
 
The selective disclosure model of Finnish ID system is quite simple:
 
+
* There's a relatively small number of claims.
- There's a relatively small number of claims.
+
* Each claim is issued in a separate credential.
- Each claim is issued in a separate credential.
+
* A relying party can request specific claims by using scope or claims parameter.
- A relying party can request specific claims by using scope or claims parameter.
+
* Resulting vp_token contains one or more credentials with the requested claims.
- Resulting vp_token contains one or more credentials with the requested claims.
+
* The wallet app can refresh credentials so that claims such as age_over_18 have valid information.
- The wallet app can refresh credentials so that claims such as age_over_18 have valid information.
 
  
 
Link to more detailed information https://wiki.dvv.fi/display/DHHJD/SIOPv2+POC+-+Guide+for+Relying+Parties  
 
Link to more detailed information https://wiki.dvv.fi/display/DHHJD/SIOPv2+POC+-+Guide+for+Relying+Parties  
  
Petteri
+
Tirsteb It seems from the example the holder binding uses did:web. Are the different credentials bound to the same DID? best regards,Tor
From: Openid-specs-ab <openid-specs-ab-bounces@lists.openid.net> on behalf of Nat Sakimura via Openid-specs-ab <openid-specs-ab@lists.openid.net>
 
Sent: Friday, September 23, 2022 11:36
 
To: Artifact Binding/Connect Working Group <openid-specs-ab@lists.openid.net>
 
Cc: Nat Sakimura <nat@nat.consulting>
 
Subject: Re: [Openid-specs-ab] SIOP Special Topic Call Notes 22-Sep-22
 
 
...
 
 
 
[Message clipped]  View entire message
 
 
 
Torsten Lodderstedt via Openid-specs-ab
 
Mon, Sep 26, 9:25 AM (1 day ago)
 
Hi Petteri, thanks for sharing! It seems from the example the holder binding uses did:web. Are the different credentials bound to the same DID? best regards,Tor
 
  
Petteri Stenius via Openid-specs-ab
+
Petteri Stenius. Yes, the subject value of the different credentials is the same. The subject is also the holder and the vp_token is signed by the subject.
Mon, Sep 26, 11:59 AM (1 day ago)
 
to Petteri, Torsten, Artifact
 
 
 
Yes, the subject value of the different credentials is the same. The subject is also the holder and the vp_token is signed by the subject.
 
 
 
Petteri
 
From: Torsten Lodderstedt <torsten@lodderstedt.net>
 
Sent: Monday, September 26, 2022 19:23
 
To: Artifact Binding/Connect Working Group <openid-specs-ab@lists.openid.net>
 
Cc: Petteri Stenius <Petteri.Stenius@ubisecure.com>
 
  
  
Line 66: Line 49:
 
==References==
 
==References==
  
* [[State Mandated Identification]]
+
* See the wiki pages on [[State Mandated Identification]] and [[Government]].
 +
 
 +
 
 +
[[Category: Legislation]]

Latest revision as of 08:22, 24 September 2024

Full Title or Meme

This is documentation of some of the more common modes of State Issued Identifiers.

Context

The most common forms (which have their own wiki pages) in the Western World are:

  1. EID
  2. Mobile Driver's License

Other places are infamous for creating internal passports which are typically used in states with apartheid modes of social control.

Purposes

There are many reasons for States to issued State Mandated Identifications including:

Examples

Nigeria

Issuing chip cards (2024-07) through banks, but it is unclear if these are really reaching to the places where it is needed link at their porous borders with neighboring states. https://nimc.gov.ng/the-new-e-id-card/

Finland

The selective disclosure model of Finnish ID system is quite simple:

  • There's a relatively small number of claims.
  • Each claim is issued in a separate credential.
  • A relying party can request specific claims by using scope or claims parameter.
  • Resulting vp_token contains one or more credentials with the requested claims.
  • The wallet app can refresh credentials so that claims such as age_over_18 have valid information.

Link to more detailed information https://wiki.dvv.fi/display/DHHJD/SIOPv2+POC+-+Guide+for+Relying+Parties

Tirsteb It seems from the example the holder binding uses did:web. Are the different credentials bound to the same DID? best regards,Tor

Petteri Stenius. Yes, the subject value of the different credentials is the same. The subject is also the holder and the vp_token is signed by the subject.


David Chadwick via Openid-specs-ab 12:50 AM (14 hours ago) How do you address the issue of peer to peer IDs? Do you only use the set of atomic VCs once and get a new set after the first set has been selectively disclose

Kristina Yasuda via Openid-specs-ab 11:42 AM (3 hours ago) to Kristina, Artifact

Hi Petteri,

Why do you need JSON-LD for selective disclosure if you are doing atomic credentials?

In other words, “- Each claim is issued in a separate credential.” Why does this has to be JSON-LD and not JSON serialized?

References