@azure/msal-node-extensions doesn't provide a VerifyPersistence() method
See original GitHub issueLibrary
-
@azure/msal-node-extensions@1.0.0-alpha.6
Description
AzureAD/microsoft-authentication-extensions-for-dotnet
provides a cacheHelper.VerifyPersistence
helper on Linux and OSX which allows us to determine whether the Keychain or the KeyRing are available. Without this feature, the best I can do today is to load()
the persistence plugin to verify if it works. An alignment across languages would be very helpful!
Source
- Internal (Microsoft)
- Customer request
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
microsoft-authentication-library-for-js/msal-node-extensions ...
The MSAL Node extensions aim to provide a robust, secure, ... If file or directory has not been created, FilePersistence.create() will create the...
Read more >@azure/msal-node-extensions - npm
Provide a robust, secure and configurable token cache persistence implementation across Windows, Mac and Linux for public client applications (rich clients, CLI ...
Read more >How to migrate a Node.js app from ADAL to MSAL
When working with ADAL Node, you were likely using the Azure AD v1.0 endpoint. Apps migrating from ADAL to MSAL should switch to...
Read more >@azure/identity-cache-persistence - npm package | Snyk
This package provides a plugin to the Azure Identity library for JavaScript ( @azure/identity ) that enables persistent token caching. Token ...
Read more >Microsoft Graph using MSAL with Python and Delegated ...
Specifically, MSAL using certificate-based authentication and the topic for this post MSAL with Python and Delegated Permissions.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@samuelkubai will be working on this
Yes, Closing it.