Skip to content

Commit d3fc916

Browse files
author
Kalyan Krishna
committed
2 more
1 parent f843a09 commit d3fc916

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@
6161
/5-WebApp-AuthZ/Roles/obj
6262
/5-WebApp-AuthZ/Groups/AppCreationScripts/Steps.md
6363
/5-WebApp-AuthZ/Groups/AppCreationScripts/createdApps.html
64+
/5-WebApp-AuthZ/5-1-Roles/.vs
65+
/5-WebApp-AuthZ/5-1-Roles/bin/Debug/netcoreapp2.2
66+
/5-WebApp-AuthZ/5-1-Roles/obj
67+
/5-WebApp-AuthZ/5-2-Groups/.vs
68+
/5-WebApp-AuthZ/5-2-Groups/bin/Debug/netcoreapp2.2
69+
/5-WebApp-AuthZ/5-2-Groups/obj

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
5757

5858
5. [Planned] [**coming soon**] Once you know how to sign-in users and call Web APIs from your Web App, you might want to restrict part of the application depending on the user having a role in the application or belonging to a group. So far you've learnt how to add and process authentication. Now learn how to [add authorization to your Web application](/5-WebApp-Auth):
5959

60-
1. [with application roles](./5-WebApp-AuthZ\Roles)
61-
2. [with Azure AD groups](./5-WebApp-AuthZ\Groups)
60+
1. [with application roles](./5-WebApp-AuthZ/5-1-Roles)
61+
2. [with Azure AD groups](./5-WebApp-AuthZ/5-2-Groups)
6262

6363
6. [Planned][**coming soon**] Chances are that you want to [deploy your complete app to Azure](./6-Deploy-to-Azure). Learn how to do that, applying best practices:
6464

0 commit comments

Comments
 (0)