You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/integrate-with-app-code-samples.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
title: Azure Active Directory B2C integrate with app samples
3
3
description: Code samples for integrating Azure AD B2C to mobile, desktop, web, and single-page applications.
4
4
services: active-directory-b2c
5
-
author: kengaderdus
5
+
author: garrodonnell
6
6
manager: CelesteDG
7
7
8
-
ms.author: kengaderdus
9
-
ms.date: 06/21/2022
8
+
ms.author: godonnell
9
+
ms.date: 02/21/2023
10
10
ms.custom: mvc
11
11
ms.topic: sample
12
12
ms.service: active-directory
@@ -17,17 +17,6 @@ ms.subservice: B2C
17
17
18
18
The following tables provide links to samples for applications including iOS, Android, .NET, and Node.js.
19
19
20
-
## Mobile and desktop apps
21
-
22
-
| Sample | Description |
23
-
|--------| ----------- |
24
-
|[ios-swift-native-msal](https://github.com/Azure-Samples/active-directory-b2c-ios-swift-native-msal)| An iOS sample in Swift that authenticates Azure AD B2C users and calls an API using OAuth 2.0 |
25
-
|[android-native-msal](https://github.com/Azure-Samples/ms-identity-android-java#b2cmodefragment-class)| A simple Android app showcasing how to use MSAL to authenticate users via Azure Active Directory B2C, and access a Web API with the resulting tokens. |
26
-
|[ios-native-appauth](https://github.com/Azure-Samples/active-directory-b2c-ios-native-appauth)| A sample that shows how you can use a third-party library to build an iOS application in Objective-C that authenticates Microsoft identity users to our Azure AD B2C identity service. |
27
-
|[android-native-appauth](https://github.com/Azure-Samples/active-directory-b2c-android-native-appauth)| A sample that shows how you can use a third-party library to build an Android application that authenticates Microsoft identity users to our B2C identity service and calls a web API using OAuth 2.0 access tokens. |
28
-
|[dotnet-desktop](https://github.com/Azure-Samples/active-directory-b2c-dotnet-desktop)| A sample that shows how a Windows Desktop .NET (WPF) application can sign in a user using Azure AD B2C, get an access token using MSAL.NET and call an API. |
29
-
|[xamarin-native](https://github.com/Azure-Samples/active-directory-b2c-xamarin-native)| A simple Xamarin Forms app showcasing how to use MSAL to authenticate users via Azure Active Directory B2C, and access a Web API with the resulting tokens. |
30
-
31
20
## Web apps and APIs
32
21
33
22
| Sample | Description |
@@ -48,6 +37,17 @@ The following tables provide links to samples for applications including iOS, An
48
37
|[ms-identity-b2c-javascript-spa](https://github.com/Azure-Samples/ms-identity-b2c-javascript-spa)| A VanillaJS single page application (SPA) calling a web API. Authentication is done with Azure AD B2C by using MSAL.js. This sample uses the authorization code flow with PKCE. |
49
38
|[javascript-nodejs-management](https://github.com/Azure-Samples/ms-identity-b2c-javascript-nodejs-management/tree/main/Chapter1)| A VanillaJS single page application (SPA) calling Microsoft Graph to manage users in a B2C directory. Authentication is done with Azure AD B2C by using MSAL.js. This sample uses the authorization code flow with PKCE.|
50
39
40
+
## Mobile and desktop apps
41
+
42
+
| Sample | Description |
43
+
|--------| ----------- |
44
+
|[ios-swift-native-msal](https://github.com/Azure-Samples/active-directory-b2c-ios-swift-native-msal)| An iOS sample in Swift that authenticates Azure AD B2C users and calls an API using OAuth 2.0 |
45
+
|[android-native-msal](https://github.com/Azure-Samples/ms-identity-android-java#b2cmodefragment-class)| A simple Android app showcasing how to use MSAL to authenticate users via Azure Active Directory B2C, and access a Web API with the resulting tokens. |
46
+
|[ios-native-appauth](https://github.com/Azure-Samples/active-directory-b2c-ios-native-appauth)| A sample that shows how you can use a third-party library to build an iOS application in Objective-C that authenticates Microsoft identity users to our Azure AD B2C identity service. |
47
+
|[android-native-appauth](https://github.com/Azure-Samples/active-directory-b2c-android-native-appauth)| A sample that shows how you can use a third-party library to build an Android application that authenticates Microsoft identity users to our B2C identity service and calls a web API using OAuth 2.0 access tokens. |
48
+
|[dotnet-desktop](https://github.com/Azure-Samples/active-directory-b2c-dotnet-desktop)| A sample that shows how a Windows Desktop .NET (WPF) application can sign in a user using Azure AD B2C, get an access token using MSAL.NET and call an API. |
49
+
|[xamarin-native](https://github.com/Azure-Samples/active-directory-b2c-xamarin-native)| A simple Xamarin Forms app showcasing how to use MSAL to authenticate users via Azure Active Directory B2C, and access a Web API with the resulting tokens. |
0 commit comments