Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

UAF V1.1 Conformance Tool x-callback-url problems

123 views
Skip to first unread message

A Lloyd

unread,
Mar 20, 2025, 8:16:48 PMMar 20
to FIDO Dev (fido-dev)
Hello,

I am seeking recertification for our UAF V1.1 iOS Authenticator, but have been unable to receive any requests from the conformance app. 

I have written a scratch app to send a request with the FidoUAFClient1 scheme, and my app is able to receive these i.e. 

    func triggerFidoRequest() {

        if let url = URL(string: "FidoUAFClient1://") {

            if UIApplication.shared.canOpenURL(url) {

                UIApplication.shared.open(url, options: [:]) { success in

                    print("Opened: \(success)")

                }

            } else {

                print("Cannot open URL - target app not installed or scheme not registered")

            }

        }

    } 

Looking at the info.plist of the conformance app, I do not see the 'Queried URL Schemes' entry, which is required to be able to send these requests. 

Has anyone else been having these problems? My implementation does not seem to have changed since using a previous version of the conformance app. 

Thanks,


Adric


Paul Heim

unread,
Mar 21, 2025, 6:41:19 PMMar 21
to A Lloyd, [Certification] Conformance Tools ISSUES Group

Dear Adric,

 

Please contact to...@fidoalliance.org in copy for support. FIDO Certification Staff can support you with your request.

 

Moving FIDO-Dev to BCC.

 

Thank you,

Paul

 

Paul Heim | Certification Director | FIDO Alliance

T: +1 623-200-3994

pa...@fidoalliance.org | www.fidoalliance.org

--
You received this message because you are subscribed to the Google Groups "FIDO Dev (fido-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fido-dev+u...@fidoalliance.org.
To view this discussion visit https://groups.google.com/a/fidoalliance.org/d/msgid/fido-dev/f5ef91c9-3514-4692-a738-fd383193c3ben%40fidoalliance.org.

Reply all
Reply to author
Forward
0 new messages