WICG / digital-credentials

Digital Credentials, like driver's licenses
https://wicg.github.io/digital-credentials/
Other
77 stars 9 forks source link

Are iframes supported by the Digital Credential API? #120

Closed ryanhargrove closed 3 months ago

ryanhargrove commented 3 months ago

I was testing out the digital credential API from within an iframe and encountered this exception:

Failed to execute 'get' on 'CredentialsContainer': The digital identity credential can only be requested in a document which is same-origin with all of its ancestors.

Is there a config I need to set? Or is this generally not supported yet?

timcappalli commented 3 months ago

Not currently, no. It is under consideration (#78)

marcoscaceres commented 3 months ago

Closing as duplicate of #78. @ryanhargrove, could you describe your use case there?