Re: [webauthn] Cross-origin credential creation in iframes (#1656)

is this implemented and supported now? 

if so, how do i use it? 
like...
```html
<iframe src="..." allow="publickey-credentials-create *" />
```
or 
```html
<iframe src="..." allow="publickey-credentials-create" />
```

--- 

and if i'd like to enable multiple allows on the iframe, is it this?:
```html
<iframe src="..." allow="publickey-credentials-create *; publickey-credentials-get *; clipboard-write" />
```

---

gave the above a go in chrome 112 and i'm getting this error:
`
200/signup/start:1 Uncaught (in promise) DOMException: The following credential operations can only occur in a document which is same-origin with all of its ancestors: storage/retrieval of 'PasswordCredential' and 'FederatedCredential', storage of 'PublicKeyCredential'.
`

-- 
GitHub Notification of comment by spencercap
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1656#issuecomment-1526818105 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 28 April 2023 00:37:22 UTC