AzureAD / microsoft-authentication-library-for-js

Microsoft Authentication Library (MSAL) for JS
http://aka.ms/aadv2
MIT License
3.64k stars 2.65k forks source link

Enable custom storage interfaces for MSAL Browser #1588

Open avbdev opened 4 years ago

avbdev commented 4 years ago

Please follow the issue template below. Failure to do so will result in a delay in answering your question.

Library

Description

The authentication using webView in VSCODE is really challenging becuase of it's design which doesn't allow the localStorage and sessionStorage instead it provides it's own custom storage options. It would be great to have this MSAL libraries to support the vscode kind for it's cache location and help developers life easy :-)

jasonnutter commented 4 years ago

@avbhardwaj Thanks, we'll investigate and take this under consideration.

jasonnutter commented 4 years ago

This will be supported via #2060

sameerag commented 2 years ago

@jasonnutter Do we know what the latest on this issue is?

jasonnutter commented 2 years ago

@sameerag This would require custom storage, we have not been able to prioritize.

PetrPospisil commented 2 years ago

Hi, what is the status of this. We want to use it in our angular project. Thx

Alino commented 2 years ago

I created my forked version with similar changes from the master branch. I have tested it manually and it works, but it is still synchronous. I will try to make it work with async.

https://github.com/Alino/microsoft-authentication-library-for-js/tree/customStorage

rendomnet commented 1 year ago

Any news?

vui611 commented 9 months ago

its 2024 now and do we have any update on this issue?