When login in with OKTA to mobile application in Android how do you disable the save password feature on the OKTA Login Page?
There are different ways to disable the save password feature on the OKTA Login Page in Android, depending on your needs. Here are some possible options:
-
You can use the Okta Browser Plugin to prevent your browser from prompting to save passwords for Okta as well as for third-party apps accessed through the Okta End-User Dashboard. To do this, you need to install the plugin, open the menu, select the gear icon, and enable the Disable browser password prompts option
-
You can disable Okta FastPass, which is a feature that allows users to sign in to their Okta account without entering their password on a trusted device. To do this, you need to go to the Admin Console, select Security > Authenticators, edit the Okta Verify authenticator, and clear the Okta FastPass (all platforms) checkbox
-
You can set up a passwordless sign-in experience, which is a feature that allows users to remove their password as a security method and use other factors, such as email, phone, or biometrics, to authenticate. To do this, you need to configure the authenticator enrollment policy and the app sign-on policy to allow passwordless authentication. Users can then go to the Okta End-User Dashboard > Settings and select Password > Remove
-
You can use the Okta Identity Engine SDK to implement user password recovery, which is a feature that allows users to reset their password if they forget it or if it expires. To do this, you need to integrate the SDK with your Android app, configure the password authenticator and policy, and handle the password recovery scenarios
I hope this helps