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

WebAuthn/Passkey Integration with Keycloak Not Workin #25

Open
aliirz opened this issue Dec 10, 2024 · 0 comments
Open

WebAuthn/Passkey Integration with Keycloak Not Workin #25

aliirz opened this issue Dec 10, 2024 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@aliirz
Copy link
Contributor

aliirz commented Dec 10, 2024

Implementation Details

  • Successfully registering passkeys (credentials appear in Keycloak user account)
  • Using Keycloak's WebAuthn endpoints for registration and authentication
  • Using @simplewebauthn/browser for client-side WebAuthn operations

Issues

  1. Passkey Registration:

    • Registration appears successful
    • Credentials visible in Keycloak user account
    • Using admin API to store credentials
  2. Passkey Authentication:

    • Authentication flow fails
    • Tried multiple endpoints:
      • /protocol/openid-connect/webauthn/authenticate/finish
      • /webauthn/authenticate
      • /auth with acr_values: 'webauthn'
    • Getting 404/405 errors or invalid grant error
@aliirz aliirz self-assigned this Dec 10, 2024
@aliirz aliirz added the help wanted Extra attention is needed label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant