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

IdentityModel extensions for .Net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Azure Active Directory IdentityModel Extensions for .Net

IdentityModel Extensions for .Net provide assemblies that are interesting for web developers that wish to use federated identity providers for establishing the callers identity.

Versions

Current version - 5.1.4 Minimum recommended version - 4.0.3

You can find the changes for each version in the change log.

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.

Usage

IdentityModel Extensions for .NET 5 has now been released. If you are using IdentityModel Extensions with ASP.NET, the following combinations are supported:

  • IdentityModel Extensions for .NET 4.x and ASP.NET 4
  • IdentityModel Extensions for .NET 5.x and ASP.NET Core 1.x

All other combinations aren't supported.

Samples and Documentation

We provide a full suite of sample applications and documentation on GitHub to help you get started with learning the Azure Identity system. This includes tutorials for native clients such as Windows, Windows Phone, iOS, OSX, Android, and Linux. We also provide full walkthroughs for authentication flows such as OAuth2, OpenID Connect, Graph API, and other awesome features.

Community Help and Support

We leverage Stack Overflow to work with the community on supporting Azure Active Directory 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 "adal" tag so we can see it! Here is the latest Q&A on Stack Overflow for ADAL: http://stackoverflow.com/questions/tagged/adal

Security Reporting

If you find a security issue with our libraries or services please report it to secure@microsoft.com with as much detail as possible. Your submission may be eligible for a bounty through the Microsoft Bounty program. Please do not post security issues to GitHub Issues or any other public site. We will contact you shortly upon receiving the information. We encourage you to get notifications of when security incidents occur by visiting this page and subscribing to Security Advisory Alerts.

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.

Assemblies in this repo


3.x

System.IdentityModel.Tokens.Jwt (version 3.x)

  • Support for creating, serializing, and validating Json Web Tokens.
  • Provides model for config free validation using TokenValidationParameters.

Microsoft.IdentityModel.Protocol.Extensions (version 1.x)

  • Support for creating and consuming OpenId and WsFederation messages.
  • Support for validating Saml and Saml2 tokens using TokenValidationParameters.
  • Support for dynamic metatdata retreival.

4.x

System.IdentityModel.Tokens.Jwt (version 4.x)

Microsoft.IdentityModel.Protocol.Extensions (version 2.x)

5.x

Microsoft.IdentityModel.Tokens (version 5.x)

  • Includes types that provide support for cryptographic operations.

System.IdentityModel.Tokens.Jwt (version 5.x)

System.IdentityModel.Tokens.Saml (version 5.x, currently in beta)

  • Includes types that provide support for Saml tokens.

Microsoft.IdentityModel.Protocols (version 2.x)

  • Provides types that are common across OpenIdConnect and WsFed protocols.

Microsoft.IdentityModel.Protocols.OpenIdConnect (version 2.x)

  • Includes types that provide support for OpenIdConnect protocol.

Microsoft.IdentityModel.Protocols.WsFederation (version 2.x, currently in beta)

  • Includes types that provide support for WsFederation protocol.

Microsoft.IdentityModel.Logging (version 1.x)

  • Includes Event Source based logging support.

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.

About

IdentityModel extensions for .Net

License:Other


Languages

Language:C# 99.3%Language:PowerShell 0.4%Language:Batchfile 0.2%Language:Shell 0.1%