[OpenID-Specs-eKYC-IDA] Issue #1192: Suggested changes to request following TISA analysis (openid/ekyc-ida)

mhainework issues-reply at bitbucket.org
Tue Apr 14 13:46:36 UTC 2020


New issue 1192: Suggested changes to request following TISA analysis
https://bitbucket.org/openid/ekyc-ida/issues/1192/suggested-changes-to-request-following

Mark Haine:

As part of analysis by Nick Mothershaw of the TISA project in the UK looking at AML and KYC there are a number of suggestions to modify or extend the request…

1. "verification\_result":null,   // return the verification result from the IdP //
2. “name” claim structure

    * 
    
        ```
        ...
          "name"{ 
                       "title":null,
                       "given_name":{"essential": true},
                       [ middle_name: null ],
                       "family_name":{"essential": true}
                       }
        ...
        ```
    
3. Addition of NINO claim \(National Insurance in the case of UK - but this could be pehaps genericised\)
4. Addition of “previous\_address” claim as an array
5. Addition of "evidenced\_by"

    *  // for each claim element returned show and arrany of which evidences the claim has come from. This could be requested at an individual claim element level, but that would be messy //
    

‌

Responsible: Mark Haine


More information about the Openid-specs-ekyc-ida mailing list