From 5a568d6f046b0416b081de2073599f2c606e3c5e Mon Sep 17 00:00:00 2001 From: Tiago Brenck Date: Thu, 10 Sep 2020 13:22:53 -0700 Subject: [PATCH] Fix for #406. Moved link to M.I.W wiki --- 1-WebApp-OIDC/1-1-MyOrg/README.md | 2 +- 1-WebApp-OIDC/1-2-AnyOrg/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1-WebApp-OIDC/1-1-MyOrg/README.md b/1-WebApp-OIDC/1-1-MyOrg/README.md index f23b346b..5292a6e3 100644 --- a/1-WebApp-OIDC/1-1-MyOrg/README.md +++ b/1-WebApp-OIDC/1-1-MyOrg/README.md @@ -221,7 +221,7 @@ You can trigger the middleware to send an OpenID Connect sign-in request by deco The middleware in this project is created as a part of the open-source [ASP.NET Core Security](https://github.com/aspnet/aspnetcore) project. -These steps are encapsulated in the [Microsoft.Identity.Web](..\..\Microsoft.Identity.Web) project, and in particular in the [StartupHelper.cs](..\..\Microsoft.Identity.Web\StartupHelper.cs) file +These steps are encapsulated in the [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web/wiki) library. ## Next steps Learn how to: diff --git a/1-WebApp-OIDC/1-2-AnyOrg/README.md b/1-WebApp-OIDC/1-2-AnyOrg/README.md index 826184f8..5855df8b 100644 --- a/1-WebApp-OIDC/1-2-AnyOrg/README.md +++ b/1-WebApp-OIDC/1-2-AnyOrg/README.md @@ -215,7 +215,7 @@ You can trigger the middleware to send an OpenID Connect sign-in request by deco The middleware in this project is created as a part of the open-source [ASP.NET Core Security](https://github.com/aspnet/aspnetcore) project. -These steps are encapsulated in the [Microsoft.Identity.Web](..\..\Microsoft.Identity.Web) project, and in particular in the [StartupHelper.cs](..\..\Microsoft.Identity.Web\StartupHelper.cs) file +These steps are encapsulated in the [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web/wiki) library. ## How to restrict users from specific organizations from signing-in your web app