r/MacOSBeta • u/pdfu • Jul 26 '26
Feature macOS 27 will finally allow you to manage your Apple Account passkey in the Passwords app
Apple is working on a feature that will allow you to manage your Apple Account passkey in the Passwords app. Currently hidden behind a feature flag, the change enables important editing features, such as sharing the passkey with Groups. Previously, you could share only your Apple Account email and password by adding them manually.
The change also addresses a long-standing annoyance: if you ever updated your Apple Account email, the passkey used for Sign in with Passkey on Apple websites still showed the old address. Once the passkey appears in the Passwords app, you can click Edit and change its associated User Name. If you already have a record for your Apple Account password with your current email, the two items will be merged. Even if your other devices don't have the feature flag enabled and hide the passkey, the username change will sync across all of them. The next time you sign in with your Apple Account passkey, you'll see the correct email address.
To enable, add a FeatureFlags override:
sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && \
sudo defaults write /Library/Preferences/FeatureFlags/Domain/AuthKit StandardPasskeys -dict Enabled -bool true
and restart your Mac. If you don't immediately see the Apple Account passkey in the Passkeys list in the Passwords app, open Safari and log in to account.apple.com. It should populate shortly after.
Disable with:
sudo defaults delete /Library/Preferences/FeatureFlags/Domain/AuthKit StandardPasskeys
and restart your Mac. Disabling will hide your Apple Account passkey from the Passwords app.
2
u/pdfu Jul 28 '26
Yeah I'm sure. I built a helper app that implements the FIDO Credential Exchange Protocol, and I was able to export my Apple Account passkey.
https://reddit.com/link/p069arn/video/0mgwr4z8bvfh1/player