Azure.Identity and MSAL

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • microsoft-authentication-library-for-dotnet

    Microsoft Authentication Library (MSAL) for .NET

  • Also, Microsoft.Identity.Client does handle caching for the lifetime of ConfidentialClientApplication - I guess docs are not easily discoverable on thst topic. https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/token-cache-serialization. Internally from around 4.31 or 4.32 Microsoft.Identity.Client has also implemented internal token cache serialization, before it was just a very simple cache, but it still was there.

  • microsoft-identity-web

    Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C

  • Also, check out Microsoft.Identity.Web https://github.com/AzureAD/microsoft-identity-web. It’s another wrapper around MSAL. It wraps some common best practices a little better than Azure.Identity does.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Implementing fine-grained access control with ASP.NET Core custom endpoint metadata

    1 project | dev.to | 26 Feb 2024
  • Azure AD - How to have a Distributed Token Cache per tenant?

    2 projects | /r/dotnet | 17 Jun 2023
  • Securing a .NET Azure Function with Azure AD

    2 projects | dev.to | 25 Jan 2022
  • General steps for azure AD authentication single tenant

    2 projects | /r/xamarindevelopers | 29 Jun 2021
  • Modernize your legacy API authentication with Microsoft.Identity.Web and Azure AD

    1 project | dev.to | 9 Feb 2021