Difference between revisions of "Consent Receipt"
From MgmtWiki
(Created page with "==Full Title or Meme== Consent Receipt generated by an IDESG compliant Identifier Provider ==Context== ===Current draft of the Spec=== [https://kantarainitiative.org/conflue...") |
(→Context) |
||
Line 6: | Line 6: | ||
===Current draft of the Spec=== | ===Current draft of the Spec=== | ||
[https://kantarainitiative.org/confluence/display/infosharing/Consent+Receipt+Specification?preview=/76447870/101810304/Consent%20Receipt%20Specification%201_1_0%20DRAFT%208.docx Current draft of spec ] | [https://kantarainitiative.org/confluence/display/infosharing/Consent+Receipt+Specification?preview=/76447870/101810304/Consent%20Receipt%20Specification%201_1_0%20DRAFT%208.docx Current draft of spec ] | ||
+ | |||
+ | ==Implementation on Microsoft ASP.NET Core 2 Web Site== | ||
+ | |||
+ | ===Json output=== | ||
+ | |||
+ | { | ||
+ | "version": "KI-CR-v1.1.0", | ||
+ | "jurisdiction": "WA", | ||
+ | "consentTimestamp": "", | ||
+ | "collectionMethod": "user input", | ||
+ | "consentReceiptID": "f4de5671-bd2c-4e54-b855-76f84f5b407e", | ||
+ | "publicKey": null, | ||
+ | "language": "en", | ||
+ | "piiPrincipalId": null, | ||
+ | "piiControllers": "IDESGidp", | ||
+ | "policyUrl": "http://tomjones.us/CRpolicy", | ||
+ | "services": null, | ||
+ | "sensitive": "false", | ||
+ | "spiCat": null | ||
+ | } |
Revision as of 09:14, 2 June 2018
Contents
Full Title or Meme
Consent Receipt generated by an IDESG compliant Identifier Provider
Context
Current draft of the Spec
Implementation on Microsoft ASP.NET Core 2 Web Site
Json output
{ "version": "KI-CR-v1.1.0", "jurisdiction": "WA", "consentTimestamp": "", "collectionMethod": "user input", "consentReceiptID": "f4de5671-bd2c-4e54-b855-76f84f5b407e", "publicKey": null, "language": "en", "piiPrincipalId": null, "piiControllers": "IDESGidp", "policyUrl": "http://tomjones.us/CRpolicy", "services": null, "sensitive": "false", "spiCat": null }