From 8dda9c106c6f31ea34f905c78a507971764cf654 Mon Sep 17 00:00:00 2001 From: damienbod Date: Sat, 5 Sep 2020 08:39:17 +0200 Subject: [PATCH] fixing small typos --- .../2-2-TokenCache/README-incremental-instructions.md | 2 +- 2-WebApp-graph-user/2-2-TokenCache/README.md | 2 +- 2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2-WebApp-graph-user/2-2-TokenCache/README-incremental-instructions.md b/2-WebApp-graph-user/2-2-TokenCache/README-incremental-instructions.md index 79957f1d..67cb10f4 100644 --- a/2-WebApp-graph-user/2-2-TokenCache/README-incremental-instructions.md +++ b/2-WebApp-graph-user/2-2-TokenCache/README-incremental-instructions.md @@ -127,5 +127,5 @@ services.AddDataProtection() ## Learn more -- Learn how [Microsoft.Identity.Web](../../Microsoft.Identity.Web) works, in particular hooks-up to the ASP.NET Core ODIC events +- Learn how [Microsoft.Identity.Web](../../Microsoft.Identity.Web) works, in particular hooks-up to the ASP.NET Core OIDC events - [Use HttpClientFactory to implement resilient HTTP requests](https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests) used by the Graph custom service diff --git a/2-WebApp-graph-user/2-2-TokenCache/README.md b/2-WebApp-graph-user/2-2-TokenCache/README.md index 413c1cc9..127afb6d 100644 --- a/2-WebApp-graph-user/2-2-TokenCache/README.md +++ b/2-WebApp-graph-user/2-2-TokenCache/README.md @@ -215,7 +215,7 @@ The files `MSALAppSqlTokenCacheProvider.cs` and `MSALPerUserSqlTokenCacheProvide ## Learn more -- Learn how [Microsoft.Identity.Web](../../Microsoft.Identity.Web) works, in particular hooks-up to the ASP.NET Core ODIC events +- Learn how [Microsoft.Identity.Web](../../Microsoft.Identity.Web) works, in particular hooks-up to the ASP.NET Core OIDC events - [Use HttpClientFactory to implement resilient HTTP requests](https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests) used by the Graph custom service diff --git a/2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/README.md b/2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/README.md index 3701ba42..de4f7ac6 100644 --- a/2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/README.md +++ b/2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/README.md @@ -220,5 +220,5 @@ HTML table displaying the properties of the *me* object as returned by Microsoft ## Learn more -- Learn how [Microsoft.Identity.Web](../../Microsoft.Identity.Web) works, in particular hooks-up to the ASP.NET Core ODIC events +- Learn how [Microsoft.Identity.Web](../../Microsoft.Identity.Web) works, in particular hooks-up to the ASP.NET Core OIDC events - [Use HttpClientFactory to implement resilient HTTP requests](https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests) used by the Graph custom service -->