Abhijeet Bajpai
Abhijeet Bajpai

Reputation: 1

What are the ways to implement Biometric (Fingerprint ) Authentication with Azure Ad (B2C) In React Native App (Android And IOS)

I have setup an Azure Ad Account, Having Client Id, Tenant Id , Able to Login With Clint Id For a Added Account (In A Tenant ) From My React Native App. Now I am looking for options to implement Biometric Authentication.

Please Let me know if there is any resource or information is available for the same.

I have just looked for Configure Transmit Security with Azure Active Directory B2C for password less authentication.

Looking for more to understand the flow.

Upvotes: 0

Views: 559

Answers (1)

rbrayb
rbrayb

Reputation: 46700

The samples have examples for FIDO and fingerprint.

You could use verified credentials.

VC now includes a face check.

Or integrate with some third party via API.

Upvotes: 0

Related Questions