You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FIDO Dev (fido-dev)
Hi Group,
Wondering if anyone has an answer for this or if anyone has experimented with this setup.
Setup
1. I have two domainsa.com and b.comand an iOS appApp_C
2.
b.com/.well-known/apple-app-site-association lists App_C soApp_Ccan use passkey fromb.com
3. a.com/.well-known/webauthn listsb.comso user visiting b.comcan use passkeys froma.com
Question
1. CanApp_Cuses passkey froma.comwith the current setup?
2. If the answer is no, then setup a.com/.well-known/apple-app-site-association to include App_Cshould now allow App_Cto to use passkey froma.com, but can App_C uses a.com passkey while visitingb.com(taking advantage of related origins) in embedded browser?
Any clarification on RP ID binding rules between native apps and web origins would be greatly appreciated!
Thanks,
Jack
Tim Cappalli
unread,
Oct 29, 2025, 9:29:11 AM10/29/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jack Chen, FIDO Dev (fido-dev)
Recommend usingpasskeys.dev/discussfor passkey developer related questions but will answer here as well.
App platform-based association methods (digital asset links, app association, etc) are not directly related to the Web Platform's WebAuthn Related Origin Requests and they do not affect each other.
The full answer depends on what the RP ID is for the passkey. What is the RP ID?
App_Crendersb.com in embedded browser for authentication requests, could we usea.compasskey here?
Tim Cappalli
unread,
Nov 2, 2025, 10:52:59 AM11/2/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jack C, FIDO Dev (fido-dev), Jack Chen
Embedded web views run in the hosting app's context, so it would not use WebAuthn Related Origin Requests, it would use the platform association method. You have those defined, so it should work.