Skip to content

Commit

Permalink
Merge pull request #180 from Seburan/fix-attestation-v2
Browse files Browse the repository at this point in the history
Update enrollment attestation to v2 format for dsp service
  • Loading branch information
siddharth-sahoo authored Oct 26, 2023
2 parents bceef3a + 6d290c9 commit c4cb206
Showing 1 changed file with 40 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,48 @@
{
"privacy_sandbox_api_attestations": [
{
"attestation_parser_version": "2",
"attestation_version": "2",
"privacy_policy": [
"https://policies.google.com/privacy"
],
"ownership_token": "SGYvJieJb5EaxhMAJUh9qmrfZNSQewLYbHWx6NpeRzDLZSF0DwfVfchu5sHCxaFv",
"issued_seconds_since_epoch": 1697505143,
"enrollment_id": "UNRJE",
"enrollment_site": "https://privacy-sandbox-demos-dsp.dev",
"platform_attestations": [
{
"platform": "chrome",
"attestations": {
"attribution_reporting_api": {
"ServiceNotUsedForIdentifyingUserAcrossSites": true
},
"shared_storage_api": {
"ServiceNotUsedForIdentifyingUserAcrossSites": true
},
"private_aggregation_api": {
"ServiceNotUsedForIdentifyingUserAcrossSites": true
},
"topics_api": {
"ServiceNotUsedForIdentifyingUserAcrossSites": true
},
"protected_audience_api": {
"ServiceNotUsedForIdentifyingUserAcrossSites": true
}
}
},
{
"platform": "android",
"attestations": {}
}
]
},
{
"attestation_parser_version": "1",
"attestation_version": "1",
"privacy_policy": ["https://policies.google.com/privacy"],
"privacy_policy": [
"https://policies.google.com/privacy"
],
"ownership_token": "yE67UyEyxUmBsz0y0hyeiU44CnbliMjMS93fnBgeb8Jlst1YbwYXAE5ucVige0eX",
"issued_seconds_since_epoch": 1691175921,
"expiry_seconds_since_epoch": 1706731521,
Expand Down

0 comments on commit c4cb206

Please sign in to comment.