You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build_encrypted_persistence doesn't provide sufficient control over the key name which leads to confusion. The value 'msal-extensions' is hardcoded in KeychainPersistence:
The text was updated successfully, but these errors were encountered:
The build_encrypted_persistence() was meant to be a cross-platform helper so it contains no platform-specific parameters. Besides, the value "msal-extensions" was just a default value; it is customizable. You could copy build_encrypted_persistence()'s implementation and change the way it initializes KeychainPersistence.
rayluo
changed the title
Explose configurable key in KeychainPersistence on OSX
Shall we expose configurable key in KeychainPersistence on OSX?
Aug 6, 2024
build_encrypted_persistence
doesn't provide sufficient control over the key name which leads to confusion. The value 'msal-extensions' is hardcoded inKeychainPersistence
:The text was updated successfully, but these errors were encountered: