Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] ASP.NET MVC users can leverage Microsoft.Identity.Web's Token cache serializers #741

Closed
jmprieur opened this issue Nov 3, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request fixed
Milestone

Comments

@jmprieur
Copy link
Collaborator

jmprieur commented Nov 3, 2020

Is your feature request related to a problem? Please describe.
As developer move from ADAL to MSAL it's important to help them with token caching.
In ASP.NET Core, Microsoft.Identity.Web provides token cache adapters/serializers but ASP.NET MVC developers are on their own.

Describe the solution you'd like

  • P1: Expose the token cache adapters for Memory and IDistributedCache to a new target framework (.NET 4.7.2, at least 4.6.1)
  • P2: Expose other classes that could be interesting, such as the certificate management, the ClaimsPrincipalExtension, and possibly the issuer validation.

Describe alternatives you've considered
Have the token cache in MSAL.NET, but currently the required target framework are not supported

Additional context

  • The classes in red depend on ASP.NET Core and therefore we cannot take them as is in .NET Framework. They are the classes that will require efforts if we wanted to bring them to ASP.NET developers
  • The classes in blue don’t have a (direct) dependency on ASP.NET Core. Unless they depend on a red class (follow the arrows), we can expose them, therefore producing value to customers, in particular:
    o Support for certificates
    o Possibly the issuer validation.

image

@jmprieur jmprieur added the enhancement New feature or request label Nov 3, 2020
@jmprieur jmprieur added this to the 1.2.1 milestone Nov 3, 2020
@jennyf19 jennyf19 added the fixed label Nov 3, 2020
@jennyf19
Copy link
Collaborator

jennyf19 commented Nov 3, 2020

#737

@jennyf19
Copy link
Collaborator

In 1.3.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed
Projects
None yet
Development

No branches or pull requests

2 participants