-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README with latest links (#3947)
* Update README.md * Update README.md Co-authored-by: Gladwin Johnson <[email protected]> --------- Co-authored-by: Gladwin Johnson <[email protected]> Co-authored-by: Neha Bhargava <[email protected]> Co-authored-by: Peter M <[email protected]>
- Loading branch information
1 parent
c684700
commit e652bad
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,12 +38,12 @@ MSAL.NET became Generally Available with MSAL.NET 3.0.8. Since MSAL.NET moved to | |
## Using MSAL.NET | ||
|
||
- The conceptual documentation is currently available from the [Microsoft identity platform documentation](https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-overview) and our [Wiki pages](https://aka.ms/msal-net) | ||
- The reference documentation is available from the .NET APIs reference in [docs.microsoft.com](https://docs.microsoft.com/dotnet/api/microsoft.identity.client?view=azure-dotnet) | ||
- The conceptual documentation is currently available from the [Microsoft identity platform documentation](https://learn.microsoft.com/azure/active-directory/develop/msal-overview) and our [Wiki pages](https://aka.ms/msal-net) | ||
- The reference documentation is available from the .NET APIs reference on [learn.microsoft.com](https://learn.microsoft.com/dotnet/api/microsoft.identity.client?view=msal-dotnet-latest) | ||
- A number of quickstarts are available for: | ||
- [.NET desktop application](https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-v2-windows-desktop) | ||
- [Universal Windows Platform (UWP)](https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-v2-uwp) | ||
- [.NET Core daemon console](https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-v2-netcore-daemon) | ||
- [.NET desktop application](https://learn.microsoft.com/azure/active-directory/develop/desktop-app-quickstart?pivots=devlang-windows-desktop) | ||
- [Universal Windows Platform (UWP)](https://learn.microsoft.com/azure/active-directory/develop/desktop-app-quickstart?pivots=devlang-uwp) | ||
- [.NET Core daemon console](https://learn.microsoft.com/azure/active-directory/develop/console-app-quickstart?pivots=devlang-dotnet-core) | ||
- Code samples are available from [Samples](https://aka.ms/aaddevsamplesv2) | ||
|
||
## Where do I file issues | ||
|
@@ -90,7 +90,7 @@ This library controls how users sign-in and access services. We recommend you al | |
|
||
## Security Reporting | ||
|
||
If you find a security issue with our libraries or services please report it to [[email protected]](mailto:[email protected]) with as much detail as possible. Your submission may be eligible for a bounty through the [Microsoft Bounty](http://aka.ms/bugbounty) 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](https://technet.microsoft.com/en-us/security/dd252948) and subscribing to Security Advisory Alerts. | ||
If you find a security issue with our libraries or services please report it to [[email protected]](mailto:[email protected]) with as much detail as possible. Your submission may be eligible for a bounty through the [Microsoft Bounty](https://aka.ms/bugbounty) 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 the [Microsoft Technical Security Notifications page](https://www.microsoft.com/msrc/technical-security-notifications?rtc=1) and subscribing to Security Advisory Alerts. | ||
|
||
## Data Collection. | ||
|
||
|