Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passkey enrollment UI button does nothing #2704

Open
bjenkinsgit opened this issue Apr 14, 2024 · 3 comments
Open

Passkey enrollment UI button does nothing #2704

bjenkinsgit opened this issue Apr 14, 2024 · 3 comments

Comments

@bjenkinsgit
Copy link

I did this

Followed the guide to get the KANIDM server up and running in docker
Followed the guide to add a user via the cli to the Kanidm environment (verified by going to https://localhost/ui/admin/accounts
From the cli, issued a "kanidm person credential create-reset-token bwj --name idm_admin"
Went to the URL provided by the instructions that showed up in the CLI that were in the form of: https://localhost/ui/reset?token=
When presented with the UI to add a passkey, I selected that
When presented with the popup UI to add the passkey, clicking on the bootstrap UI button does nothing.

I expected the following

I expected that clicking on the "add passkey" button would start the passkey enrollment flow

Kanidm version details

  • Output of kanidm(d) version: kanidm 1.1.0-rc.16
  • Are you running it in a container? If so, which image/tag?: kanidm/server:latest
  • If not a container, how'd you install it:
  • Operating System / Version (On Unix please post the output of uname -a):
    Darwin MacBook-Air.local 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:19:22 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T8112 arm64

Any other comments

I wen't looking for a log file that might tell me what error is happening but I could not find one inside the running docker container.

@yaleman
Copy link
Member

yaleman commented Apr 14, 2024

The logs are more likely to be in the browser console at that point, since it's a client-side interaction to start with... did you check there?

@Firstyear
Copy link
Member

And which browser did you use. And what version of macos?

@yaleman
Copy link
Member

yaleman commented May 16, 2024

@bjenkinsgit how'd you go with troubleshooting this further?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🐛 Bugs
Development

No branches or pull requests

3 participants