https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet
Secure cross-platform token cache for MSAL public client apps
https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet
Last synced: about 1 year ago
JSON representation
Secure cross-platform token cache for MSAL public client apps
- Host: GitHub
- URL: https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet
- Owner: AzureAD
- License: mit
- Archived: true
- Created: 2019-03-13T18:10:25.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T12:02:18.000Z (over 2 years ago)
- Last Synced: 2025-03-03T05:04:49.753Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 596 KB
- Stars: 84
- Watchers: 41
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
>**Note**
>This package continues to be maintained alongside [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) repository. [Microsoft.Identity.Client.Extensions.Msal](https://www.nuget.org/packages/Microsoft.Identity.Client.Extensions.Msal) will be versioned in sync with [Microsoft.Identity.Client](https://www.nuget.org/packages/Microsoft.Identity.Client). No breaking changes exist between version 2.x and version 4.x.
>
# MSAL token cache extension for public client applications
A cross-platform token cache serialization mechanism - [see details on the Wiki](https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet/wiki/Cross-platform-Token-Cache).
[](https://www.nuget.org/packages/Microsoft.Identity.Client.Extensions.Msal/)
[](https://identitydivision.visualstudio.com/IDDP/_build/latest?definitionId=1071&branchName=master)
> We have renamed the default branch to main. To rename your local repo follow the directions [here](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch#updating-a-local-clone-after-a-branch-name-changes).
## Samples
We aim to have all [MSAL public client samples](https://docs.microsoft.com/en-gb/azure/active-directory/develop/sample-v2-code#desktop-and-mobile-public-client-apps) use the extensions.
# Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.