From 18d58f90f647436a5e5ab3edffd3e8dd6d063016 Mon Sep 17 00:00:00 2001 From: Bit Date: Thu, 4 Feb 2021 19:59:36 -0800 Subject: [PATCH 01/38] Added Web Trends --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bea1774..c6e62f6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Welcome back to Partly Cloudy! The show where you learn how to build a cloud-con In this episode we add something that every app needs - but it's sometimes tricky to do ... add authentication!! -[Check out the show](https://channel9.msdn.com/Shows/Partly-Cloudy/Who-Are-You-App-Center-Auth?WT.mc_id=partlycloudy-github-masoucou) - then come on back to get a recap on what happened and some extra pointers on some stuff I had to gloss over. (Or if you need to catch up - [all the episodes are here](https://channel9.msdn.com/Shows/Partly-Cloudy?WT.mc_id=partlycloudy-github-masoucou)!) +[Check out the show](https://channel9.msdn.com/Shows/Partly-Cloudy/Who-Are-You-App-Center-Auth?WT.mc_id=mobile-0000-masoucou) - then come on back to get a recap on what happened and some extra pointers on some stuff I had to gloss over. (Or if you need to catch up - [all the episodes are here](https://channel9.msdn.com/Shows/Partly-Cloudy?WT.mc_id=mobile-0000-masoucou)!) ## Authentication @@ -14,13 +14,13 @@ So how do we do this? ### App Center -That's right, we use [App Center](https://docs.microsoft.com/appcenter/auth/?WT.mc_id=partlycloudy-github-masoucou) to allow users to create accounts and sign-in to the application! Actually, App Center provides a nice wrapper around [Azure AD B2C](https://docs.microsoft.com/azure/active-directory-b2c/?WT.mc_id=partlycloudy-github-masoucou) and [MSAL](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki). It's B2C that holds the user store and all that goodness. And MSAL is the SDK that interacts with B2C and handles all lowdown OAuth stuff. +That's right, we use [App Center](https://docs.microsoft.com/appcenter/auth/?WT.mc_id=mobile-0000-masoucou) to allow users to create accounts and sign-in to the application! Actually, App Center provides a nice wrapper around [Azure AD B2C](https://docs.microsoft.com/azure/active-directory-b2c/?WT.mc_id=mobile-0000-masoucou) and [MSAL](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki). It's B2C that holds the user store and all that goodness. And MSAL is the SDK that interacts with B2C and handles all lowdown OAuth stuff. But App Center wraps them in a super duper easy to use SDK. ### Authenticating Users -I won't reiterate how to set everything up - rather I'll point you to the [documentation](https://docs.microsoft.com/appcenter/sdk/auth/xamarin?WT.mc_id=partlycloudy-github-masoucou). It's thorough. It's correct. It's kept up to date. +I won't reiterate how to set everything up - rather I'll point you to the [documentation](https://docs.microsoft.com/appcenter/sdk/auth/xamarin?WT.mc_id=mobile-0000-masoucou). It's thorough. It's correct. It's kept up to date. Once you have everything setup for Azure AD B2C, connected it to App Center, [added the NuGet](https://www.nuget.org/packages/Microsoft.AppCenter.Auth/), and then initialized in your `info.plist` and `AndroidManifest.xml` you're ready to do some coding. From 887d086da107d3b473664a668ea42d5f5185aa9d Mon Sep 17 00:00:00 2001 From: Bit Date: Thu, 4 Feb 2021 19:59:40 -0800 Subject: [PATCH 02/38] Added Web Trends From c805ca9452e81844414ddf5542e7da9fde026bb1 Mon Sep 17 00:00:00 2001 From: Bit Date: Thu, 4 Feb 2021 19:59:42 -0800 Subject: [PATCH 03/38] Added Web Trends From dc6d4d03f5c1885cf505e923cf932ab7dba3e6e6 Mon Sep 17 00:00:00 2001 From: Bit Date: Thu, 4 Feb 2021 19:59:45 -0800 Subject: [PATCH 04/38] Added Web Trends From 53c4d686ee7df305b3ac717ab7352d70e9381322 Mon Sep 17 00:00:00 2001 From: Bit Date: Thu, 4 Feb 2021 19:59:47 -0800 Subject: [PATCH 05/38] Added Web Trends From 124e9273f55f4d077a99a31b0828d2d546c73ff0 Mon Sep 17 00:00:00 2001 From: Bit Date: Fri, 5 Feb 2021 11:59:23 -0800 Subject: [PATCH 06/38] Added Web Trends From 6bf92c74d296569fd99a60f1ac6d50ddf56978fb Mon Sep 17 00:00:00 2001 From: Bit Date: Fri, 5 Feb 2021 14:01:21 -0800 Subject: [PATCH 07/38] Added Web Trends From 5c8fa2e1b3462f2d662e8305f0d24a268992e8cc Mon Sep 17 00:00:00 2001 From: Bit Date: Fri, 5 Feb 2021 14:04:33 -0800 Subject: [PATCH 08/38] Added Web Trends From fe51d6e65028403742bc29cd7e5f857c7c7f0110 Mon Sep 17 00:00:00 2001 From: Bit Date: Fri, 5 Feb 2021 15:00:58 -0800 Subject: [PATCH 09/38] Added Web Trends From d5a0f8bc5e6975ff7ea72f7a70967227d4d550e3 Mon Sep 17 00:00:00 2001 From: Bit Date: Fri, 5 Feb 2021 15:05:06 -0800 Subject: [PATCH 10/38] Added Web Trends From e19196da7d1af5c7384f10d7d6ccc9d05495a616 Mon Sep 17 00:00:00 2001 From: Bit Date: Fri, 5 Feb 2021 17:00:10 -0800 Subject: [PATCH 11/38] Added Web Trends From fbdb816c28727c552aef2380d9cd59c101a843b0 Mon Sep 17 00:00:00 2001 From: Bit Date: Fri, 5 Feb 2021 17:59:53 -0800 Subject: [PATCH 12/38] Added Web Trends From 6110e79574fbf54354adb33b17f7aba27f4dfb3c Mon Sep 17 00:00:00 2001 From: Bit Date: Fri, 5 Feb 2021 19:59:55 -0800 Subject: [PATCH 13/38] Added Web Trends From 034c2c3a2e19dbd10c25a4cd810d096139f8b256 Mon Sep 17 00:00:00 2001 From: Bit Date: Fri, 5 Feb 2021 21:01:54 -0800 Subject: [PATCH 14/38] Added Web Trends From 80df523fbaa6a9d8c8df527713d06a9ebffaa70f Mon Sep 17 00:00:00 2001 From: Bit Date: Sat, 6 Feb 2021 01:00:52 -0800 Subject: [PATCH 15/38] Added Web Trends From b66e75fed21b4fb07e58d992fda2f31e65b4bf88 Mon Sep 17 00:00:00 2001 From: Bit Date: Sat, 6 Feb 2021 04:59:18 -0800 Subject: [PATCH 16/38] Added Web Trends From e34fc36d707196dd92213522bc957d2addbfee41 Mon Sep 17 00:00:00 2001 From: Bit Date: Sat, 6 Feb 2021 07:59:28 -0800 Subject: [PATCH 17/38] Added Web Trends From e99f5bfb416f39b24e12fef352c25e6ba8712009 Mon Sep 17 00:00:00 2001 From: Bit Date: Sat, 6 Feb 2021 10:00:52 -0800 Subject: [PATCH 18/38] Added Web Trends From 8a3a0a6a7d4cecdac48383726af288b2255aeea6 Mon Sep 17 00:00:00 2001 From: Bit Date: Sat, 6 Feb 2021 11:58:55 -0800 Subject: [PATCH 19/38] Added Web Trends From 0df3eb2323feca0f4e97fa44f598c59348aa310b Mon Sep 17 00:00:00 2001 From: Bit Date: Sat, 6 Feb 2021 15:59:05 -0800 Subject: [PATCH 20/38] Added Web Trends From cc53635101a73c3529c9dd84b6e253e53ca2079e Mon Sep 17 00:00:00 2001 From: Bit Date: Sat, 6 Feb 2021 18:59:07 -0800 Subject: [PATCH 21/38] Added Web Trends From 306dcba16b1f2e91665be2c7ccd8b455d361c805 Mon Sep 17 00:00:00 2001 From: Bit Date: Sat, 6 Feb 2021 20:58:55 -0800 Subject: [PATCH 22/38] Added Web Trends From d51463c1ef547dfe0ca8ece4292dc5f3958a9d22 Mon Sep 17 00:00:00 2001 From: Bit Date: Sat, 6 Feb 2021 23:59:05 -0800 Subject: [PATCH 23/38] Added Web Trends From 27ef413afa49c3bb5cdbe64a8021fd1f22f5c42b Mon Sep 17 00:00:00 2001 From: Bit Date: Sun, 7 Feb 2021 01:22:27 -0800 Subject: [PATCH 24/38] Added Web Trends From fc17e5c7c409e44b77048a8c4052f483f3411c81 Mon Sep 17 00:00:00 2001 From: Bit Date: Sun, 7 Feb 2021 04:03:02 -0800 Subject: [PATCH 25/38] Added Web Trends From 61d850e49c43f6be6825508f4338e3ffaa4cba79 Mon Sep 17 00:00:00 2001 From: Bit Date: Sun, 7 Feb 2021 06:58:58 -0800 Subject: [PATCH 26/38] Added Web Trends From e1a8aff6521e7e3f7b2171edee4044e20163b6de Mon Sep 17 00:00:00 2001 From: Bit Date: Tue, 9 Feb 2021 16:59:39 -0800 Subject: [PATCH 27/38] Added Web Trends From 6840033155686f1db5a9b6d9806118f46d4de65c Mon Sep 17 00:00:00 2001 From: Bit Date: Tue, 9 Feb 2021 16:59:42 -0800 Subject: [PATCH 28/38] Added Web Trends From eb202b05e2677d028e7feeb1bef088c97e858225 Mon Sep 17 00:00:00 2001 From: Bit Date: Tue, 9 Feb 2021 17:01:35 -0800 Subject: [PATCH 29/38] Added Web Trends From 1f0e5d8b1c2303097ac46d742da2c3e728a34ee9 Mon Sep 17 00:00:00 2001 From: Bit Date: Tue, 9 Feb 2021 18:00:10 -0800 Subject: [PATCH 30/38] Added Web Trends From 6a003256e0852d76de08880d60c20c0b285dea60 Mon Sep 17 00:00:00 2001 From: Bit Date: Tue, 9 Feb 2021 18:59:16 -0800 Subject: [PATCH 31/38] Added Web Trends From 26fa82d01b683fb8ec864b23eed7ebb32d285d59 Mon Sep 17 00:00:00 2001 From: Bit Date: Tue, 9 Feb 2021 19:00:17 -0800 Subject: [PATCH 32/38] Added Web Trends From 0ec51a43f48cb499bf26ea46009843ef182cb2b5 Mon Sep 17 00:00:00 2001 From: Bit Date: Tue, 9 Feb 2021 20:00:08 -0800 Subject: [PATCH 33/38] Added Web Trends From 9c260f3cdab330babd5ab1de59a4f8d33afdde92 Mon Sep 17 00:00:00 2001 From: Bit Date: Tue, 9 Feb 2021 20:59:22 -0800 Subject: [PATCH 34/38] Added Web Trends From 10474cec3735a2833e8cb828c9a10d1c0893685f Mon Sep 17 00:00:00 2001 From: Bit Date: Tue, 9 Feb 2021 21:59:02 -0800 Subject: [PATCH 35/38] Added Web Trends From 52ae85329ee99c70461e2cd3492e1db721706c8a Mon Sep 17 00:00:00 2001 From: Bit Date: Wed, 10 Feb 2021 03:01:00 -0800 Subject: [PATCH 36/38] Added Web Trends From d79230b4d661ec7d2f78e84d988e2fce6cbb2311 Mon Sep 17 00:00:00 2001 From: Bit Date: Wed, 10 Feb 2021 19:00:36 -0800 Subject: [PATCH 37/38] Added Web Trends From d584bd310452d395324c9be4c32748c2c135d65b Mon Sep 17 00:00:00 2001 From: Bit Date: Thu, 11 Feb 2021 22:58:57 -0800 Subject: [PATCH 38/38] Added Web Trends