What’s the Least Painful Way to Set Up Passkeys on iPhones?

0
0
Asked By MellowQuartz42 On

Microsoft is making passkeys the default authentication experience, and I'm trying to find a smooth setup process for iPhone users. On Windows, Windows Hello for Business is fairly automatic, but iPhone enrollment is more awkward.

Everyone in our organization already uses push notifications through Microsoft Authenticator, so ideally I'd like to use Authenticator for passkeys as well. When users are prompted to create a passkey, iOS tends to offer iCloud Keychain, which fails in our setup. The alternative is creating the passkey in Microsoft Authenticator, but that requires enabling Authenticator as an autofill provider. That can be frustrating because users then have to choose a password manager every time they autofill credentials elsewhere.

Is there a cleaner enrollment method or configuration I'm overlooking?

5 Answers

Answered By CedarMoon7 On

The passkey provider is partly selected by the operating system, so there may not be a perfect way to force Authenticator without changing the iPhone’s settings. Your main options appear to be allowing synced passkeys, which would let iCloud Keychain handle them, or having users create the passkey through Microsoft Authenticator, typically by opening the app and scanning the displayed QR code. Disabling an attestation requirement may be necessary if synced iCloud passkeys are acceptable for your security model.

Answered By QuietHarbor63 On

Be careful with Conditional Access policies that block the ‘register security information’ action on unmanaged devices. That can also prevent users from registering passkeys or passwordless authentication on personal iPhones, which creates a problem if not everyone has a corporate phone. You may need to separate passkey enrollment rules from broader security-information registration.

Answered By PixelBadger51 On

There’s also a usability tradeoff here: making Authenticator an autofill provider can interfere with the normal password-filling experience, while allowing iCloud Keychain is much easier for users but may not meet your organization’s requirements. Some organizations avoid this friction by using another authenticator with a more seamless iOS enrollment flow, though licensing and pricing should be considered.

Answered By RiverCactus86 On

Passkeys aren’t completely offline in the same way that a previously generated one-time code might be. Depending on the flow, the phone and the other device may need internet access, and an off-device passkey flow can also require Bluetooth proximity. That dependency is worth documenting before rolling this out.

Answered By OrbitLynx28 On

For Microsoft Authenticator, users generally need to start the passkey setup from inside the Authenticator app rather than relying entirely on the browser prompt. The QR-code flow is the commonly supported approach, although it’s not especially friendly for a large deployment.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.