Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

AzureAD/microsoft-identity-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Microsoft Identity Web is a library which contains a set of reusable classes used in conjunction with ASP.NET Core for integrating with theMicrosoft identity platform (formerlyAzure AD v2.0 endpoint) andAAD B2C.

This library is for specific usage with:

Quick links:

Conceptual documentationGetting StartedReference documentationSample Code Web AppSample Code Web APISupport

Nuget package

NuGet

Version Lifecycle and Support Matrix

SeeLong Term Support policy for details.

The following table lists IdentityWeb versions currently supported and receiving security fixes.

Major VersionLast ReleasePatch release dateSupport phaseEnd of support
3.xNuGetMonthlyActiveNot planned.
✅Supported versions: from 3.0.0 toNuGet
⚠️Unsupported versions< 3.0.0.

Build Status

Build Status

Release notes, roadmap and SLA

Release notes and roadmap

The Microsoft Identity Web roadmap is available fromRoadmap in theWiki pages, along with release notes.

Support SLA

  • Major versions are supported for twelve months after the release of the next major version.
  • Minor versions older than N-1 are not supported.

    Minor versions are bugfixes or features with non-breaking (additive) API changes. It is expected apps can upgrade. Therefore, we will not patch old minor versions of the library. You should also confirm, in issue repros, that you are using the latest minor version before the Microsoft Identity Web team spends time investigating an issue.

Using Microsoft Identity Web

Where do I file issues

This is the correct repo to fileissues.

Community Help and Support

If you find a bug or have a feature or documentation request, please raise the issue onGitHub Issues.

We useStack Overflow with the community to provide support, using the tagsweb-app,web-api,asp.net-core,microsoft-identity-web. We highly recommend you ask your questions on Stack Overflow first and browse existing issues to see if someone has asked your question before.

To provide a recommendation, visit ourUser Voice page.

Contribute

We enthusiastically welcome contributions and feedback. You can clone the repo and start contributing now. Read ourContribution Guide for more information.

This project has adopted theMicrosoft Open Source Code of Conduct. For more information see theCode of Conduct FAQ or contactopencode@microsoft.com with any additional questions or comments.

Security Library

This library controls how users sign-in and access services. We recommend you always take the latest version of our library in your app when possible. We usesemantic versioning so you can control the risk associated with updating your app. As an example, always downloading the latest minor version number (e.g. x.y.x) ensures you get the latest security and feature enhancements, but our API surface remains the same. You can always see the latest version and release notes under the Releases tab of GitHub.

Security Reporting

If you find a security issue with our libraries or services, please report it tosecure@microsoft.com with as much detail as possible. Your submission may be eligible for a bounty through theMicrosoft 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 visitingthis page and subscribing to Security Advisory Alerts.

Building with .NET Preview Versions

Microsoft Identity Web supports building and testing with .NET preview versions using theTargetNetNext conditional compilation flag. This enables early testing and compatibility validation with the latest .NET preview releases.

Prerequisites

Building with .NET 10 Preview

To build the solution with .NET 10 preview support:

# Build with .NET 10 preview targets includeddotnet build Microsoft.Identity.Web.sln -p:TargetNetNext=True# Or using MSBuildmsbuild Microsoft.Identity.Web.sln -p:TargetNetNext=True

You can also set the TargetNetNext environment variable on your machine with the valueTrue.

Testing with .NET 10 Preview

To run tests targeting .NET 10 preview:

# Run tests with .NET 10 preview (conditional)dotnettest Microsoft.Identity.Web.sln -f net10.0 -p:TargetNetNext=True

Note: .NET 10 preview support is conditional and requires settingTargetNetNext=True during build/test operations. This ensures compatibility with the latest preview versions while maintaining stability for production builds.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must followMicrosoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

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

About

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

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors91


[8]ページ先頭

©2009-2025 Movatter.jp