Fix required user attributes, webauthn registration + login #1
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/required-user-attrs-webauthn"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Required user attributes
With the Keycloak preview feature
declarative-user-profile
, we can customize which user attributes are required.Steps required to configure this:
--features="declarative-user-profile"
firstName
andlastName
and disable "Required", Click "Save"It might be necessary to change the Realm Settings via
kc.sh
, because pub.solar is now considered an invalid realm name.Via CLI
Webauthn
WebAuthN login and registration works with these changes (tested locally using a YubiKey).
Before
4aa04e2ea4
After
Thanks!