Assistance with iOS DCAppAttestService.SharedService.GenerateAssertionAsync
#31169
Unanswered
Mike-E-angelo
asked this question in
General
Replies: 1 comment 8 replies
-
Could it be that token is not the parameter type CmsSignedData expects? CoPilot AI pointed me to this direction. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am implementing iOS Attestation + Assertion functionality in our Maui application. I got attestations working, but parsing the result returned from
DCAppAttestService.SharedService.GenerateAssertionAsync
seem to not work as expected. There are very few examples of this in the wild, and zero that I have found for .NET. As reference, I have been using Grok, which has been surprisingly helpful, but the parsing of the payload fails when I load it into aOrg.BouncyCastle.Cms.CmsSignedData
.So basically:
I am hoping someone here can perhaps point me to a good resource to get this working and/or can tell me what I am doing wrong with the above. I'm mostly following Grok's lead so if something is terribly out of place we can blame it. 😁
Thank you for any assistance.
Beta Was this translation helpful? Give feedback.
All reactions