Skip to content

Commit bc40147

Browse files
Merge pull request #120 from emakuba/elly/external-id-recommendation
Adding Entra External ID Recommendation
2 parents 15ca3b4 + 582162c commit bc40147

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

1-Authentication/1-sign-in-react/SPA/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1-Authentication/1-sign-in-react/package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
// See http://go.microsoft.com/fwlink/?LinkId=827846
3-
// for the documentation about the extensions.json format
4-
"recommendations": ["ms-azuretools.ms-entra"]
5-
}
6-
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846
3+
// for the documentation about the extensions.json format
4+
"recommendations": ["ms-azuretools.ms-entra"]
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846
3+
// for the documentation about the extensions.json format
4+
"recommendations": ["ms-azuretools.ms-entra"]
5+
}

1-Authentication/5-sign-in-express/.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// for the documentation about the extensions.json format
44
"recommendations": ["ms-azuretools.ms-entra"]
55
}
6-
6+

1-Authentication/6-sign-in-node-cli-app/.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// for the documentation about the extensions.json format
44
"recommendations": ["ms-azuretools.ms-entra"]
55
}
6-
6+

0 commit comments

Comments
 (0)