keywind icon indicating copy to clipboard operation
keywind copied to clipboard

Fix WebAuthN Issue

Open scheibling opened this issue 4 months ago • 3 comments

Fixes bug with WebAuthN registration that occured around v21, resolves #57, #76 . Backwards-compatible with earlier versions

Suggestion by @paulwer https://github.com/lukin/keywind/issues/57#issuecomment-1751943584

I've tested it with pre-21 and post-21 versions, seems to work well up to the newest version.

scheibling avatar Mar 02 '24 11:03 scheibling

Uncaught Reference Error: registerSecurityKey is not defined

youss6f avatar Mar 27 '24 17:03 youss6f

Uncaught Reference Error: registerSecurityKey is not defined

@youss6f That doesn't really look like something this PR would cause, are there any other error messages before that one that would indicate otherwise? Under which circumstances/with which versions are you getting this error?

scheibling avatar Mar 27 '24 17:03 scheibling

I had the same problem on Keycloak version 23.0.6

But I forgot to copy the " at the end of the line. After applying the whole change the registration worked as expected.

@youss6f Did you make the same misstake?

cJlD2ENp4PoPQ avatar Mar 30 '24 10:03 cJlD2ENp4PoPQ