Okta Verify Cached User Profile Persists After macOS Uninstall
Last Updated:
Overview
Okta Verify stores a local profile file on macOS that remains after uninstall. Deleting the cached profile file before reinstalling Okta Verify prevents the new client from automatically loading the previous user profile. After uninstalling Okta Verify and installing a newer version, the user profile still loads without a new sign-in prompt.
Applies To
- Okta Identity Engine (OIE)
- Okta Verify
- Multi-Factor Authentication
- macOS
Cause
Okta creates a local file that caches credentials under the following path:
/Users/LOCALUSER/Library/Group Containers/B7F62B65BN.group.okta.macverify.shared/Library/Preferences/B7F62B65BN.group.okta.macverify.shared.plist
NOTE: The Library folder remains hidden by default. To view the folder, open Finder, press the Option (⌥) key, and select Library from the Finder Go menu.
Solution
How is the cached Okta Verify profile removed using Finder?
These steps remove the cached Okta Verify profile file from macOS and prevent Okta Verify from loading the previous profile after reinstallation.
-
Uninstall Okta Verify from the macOS device.
-
Open Finder.
-
Press and hold the Option (⌥) key.
-
Select Go > Library.
-
Navigate to the Group Containers folder.
-
Delete the entire folder named
B7F62B65BN.group.okta.macverify.shared. (Note: Deleting the entire folder ensures macOS clears its background memory cache). -
Reinstall Okta Verify on the macOS device.
How is the cached Okta Verify profile removed using Terminal?
- Uninstall Okta Verify from the macOS device.
- Open Terminal.
- Execute the following command to remove the cached profile directory:
rm -rf "$HOME/Library/Group Containers/B7F62B65BN.group.okta.macverify.shared"
