Skip to content

Commit

Permalink
Update _source/_posts/2020-04-20-android-authentication.adoc
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt Raible <matt.raible@okta.com>
  • Loading branch information
bdemers and Matt Raible committed Apr 20, 2020
1 parent 24381a1 commit 9313fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _source/_posts/2020-04-20-android-authentication.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ The `BiometricPrompt` recently published by the Android team makes it a very fea

NOTE: `BiometricPrompt` uses the available resources in each device to offer whichever options are possible. Those include Iris authentication, fingerprint authentication, PIN authentication, Pattern authentication, etc...

In essence, there are two components to be taken into account:
In essence, there are two components to be taken into account:

1. `BiometricPrompt` can be used to only allow biometrically authenticated users into your app, or into specific sections of your app
2. You can (and should) instruct Okta OIDC SDK to store all data in a biometrically protected encryption system
Expand Down

0 comments on commit 9313fe3

Please sign in to comment.