File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ page_type : sample
3
+ languages :
4
+ - nodejs
5
+ products :
6
+ - azure
7
+ - azure-active-directory
8
+ description : " This sample demonstrates how to set up OpenId Connect authentication in a web application built using Node.js with Express."
9
+ ---
10
+
1
11
# Azure Active Directory OIDC Node.js Web Sample
2
12
3
13
| [ Library] ( https://github.com/AzureAD/passport-azure-ad ) | [ Docs] ( https://aka.ms/aadv2 ) | [ Support] ( README.md#community-help-and-support ) | [ Protocol] ( https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols-oidc )
@@ -21,7 +31,7 @@ To run this sample you will need the following:
21
31
- Select your profile from the menu on the top right corner of the page, and then ** Switch directory** .
22
32
- Change your session to the Azure AD tenant where you want to create your application.
23
33
24
- 1 . Navigate to [ Azure Active Directory > App registrations (Preview) ] ( https://go.microsoft.com/fwlink/?linkid=2083908 ) to register your app.
34
+ 1 . Navigate to [ Azure Active Directory > App registrations] ( https://go.microsoft.com/fwlink/?linkid=2083908 ) to register your app.
25
35
26
36
1 . Select ** New registration.**
27
37
You can’t perform that action at this time.
0 commit comments