https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39601 --- Comment #25 from David Nind <david@davidnind.com> --- I attempted to test, but couldn't get things to work. Main issues: 1. Clicking on "Passkey" on the log in page: "Passkeys are not supported by this browser." 2. Can only see More > Register passkey for the koha patron - get this message when clicking on "Register passkey": "Registration error: Passkeys are not supported by this browser." May be something to do with staffClientBaseURL. I also think that the test plan needs updating to reflect all the comments, and to make sure things work as expected. Testing notes (using standard KTD (not proxied), Ubuntu 22.04 desktop, various browsers[1]): 1. I did this: - Applied patches - Installed required CPAN module: sudo apt-get install libauthen-webauthn-perl - Updated the database: updatedatabase - Rebuilt everything (not sure if this is required): yarn build - DBIC - not sure if it is needed, but ran dbic anyway: dbic - Restart everything: restart_all 2. Clicking on "Passkey" on the log in page: "Passkeys are not supported by this browser." 3. Can only see More > Register passkey for the koha patron - get this message when clicking on "Register passkey": "Registration error: Passkeys are not supported by this browser." [1] Browsers I attempted to test on =================================== 1. Firefox 152.04 2. LibreWolf (based on Firefox) 3. Google Chrome (150.0.7871.46) 4. Chromium (149.0.7827.196) KTD setup for domain name/URL ============================= 1. staffClientBaseURL: http://kohadev-intra.koha-testing:8081 2. KTD .env set up: KOHA_DOMAIN=.koha-testing KOHA_INSTANCE=kohadev KOHA_INTRANET_PORT=8081 KOHA_INTRANET_PREFIX= KOHA_INTRANET_SUFFIX=-intra 3. Local hosts file - /etc/hosts ... 127.0.0.1 koha-testing 127.0.0.1 kohadev-intra.koha-testing -- You are receiving this mail because: You are watching all bug changes.