Hi all,
is cross-origin credential creation in iframes feature supported in major browser?
mozilla doc say it is supported in chrome. But on chrome, getting following error -
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'.
Please find sample code i used
<iframe src="..." allow="publickey-credentials-create 'src'; publickey-credentials-get 'src'" />
Thanks