Skip to content

AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a7f85cf · Jan 7, 2025
Jan 5, 2025
Oct 15, 2024
Jan 6, 2025
Jan 7, 2025
Jun 11, 2018
Jan 7, 2025
Jan 7, 2025
Oct 7, 2024
Nov 20, 2014
Sep 14, 2023
Aug 17, 2024
Dec 4, 2024
Apr 15, 2024
May 23, 2024
Nov 21, 2023
Aug 2, 2017
Dec 1, 2018
Apr 6, 2020
Sep 22, 2024
Aug 28, 2017
Dec 19, 2024
Feb 23, 2024
Nov 21, 2023
Aug 5, 2018
Jul 17, 2020
Jan 10, 2017
Aug 16, 2017
May 16, 2019
Aug 16, 2017
Dec 3, 2024
Oct 24, 2024
Aug 8, 2017
Aug 30, 2024
Sep 19, 2024
Oct 24, 2024
Jun 18, 2024
Jun 17, 2024
Jun 17, 2024
Jul 22, 2024
Sep 19, 2018
Nov 21, 2023
Aug 30, 2024
Jun 29, 2020
Sep 19, 2018
Dec 10, 2018
Dec 10, 2018

Repository files navigation

IdentityModel Extensions for .NET

Nuget

IdentityModel Extensions for .NET provide assemblies that are interesting for web developers that wish to use federated identity providers for establishing the caller's identity.

Versions

You can find the release notes for each version here. Older versions can be found here.

IdentityModel 7x

We are excited to announce the release of IdentityModel 7x, a major update to our popular .NET auth validation library. This new version introduces several improvements related to serialization and consistency in the API, which will provide a better user experience for developers, as well as full AOT compatibility on .NET, and huge perf improvements compared to 6x.

Note about 6.x

We bumped the release from 6.x to 7.x. We are maintaining two releases from two different branches. dev - 7.x dev6x - 6.x

dev6x will be maintained until March 2024, at which point, you will need to move to 7x to continue to get the latest and greatest improvements and security updates.

Samples and Documentation

The scenarios supported by IdentityModel extensions for .NET are described in Scenarios. The libraries are in particular used part of ASP.NET security to validate tokens in ASP.NET Web Apps and Web APIs. To learn more about token validation, and find samples, see:

Community Help and Support

We leverage Stack Overflow to work with the community on supporting Microsoft Entra and its SDKs, including this one! We highly recommend you ask your questions on Stack Overflow (we're all on there!) Also browse existing issues to see if someone has had your question before.

We recommend you use the "identityModel" tag so we can see it! Here is the latest Q&A on Stack Overflow for IdentityModel: https://stackoverflow.com/questions/tagged/identityModel

Have a design proposal? Please submit a design proposal before starting work on a PR to ensure it means the goals/objectives of this library and it's priorities.

Security Reporting

See SECURITY.md

Security Vulnerability in Microsoft.IdentityModel.Tokens 5.1.0

IdentityModel Extensions library Microsoft.IdentityModel.Tokens has a known security vulnerability affecting version 5.1.0. Please update to >= 5.1.1 immediately. An updated package is available on NuGet. For more details, see the security notice.

Contributing

All code is licensed under the MIT license and we triage actively on GitHub. We enthusiastically welcome contributions and feedback. See Contributing.md for guidelines, branch information, build instructions, and legalese.

License

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License (the "License");

We Value and Adhere to the Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.