Skip to content

Commit 5af2ec2

Browse files
authored
fix broken link
1 parent 3f93fc2 commit 5af2ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Alternatively, choose below the sample you want to review.
8282
| | |
8383
|-----------------|---------------|
8484
| <img src="./5-AccessControl/1-call-api-roles/ReadmeFiles/topology.png" width="200"> | [**Call a web API using App Roles**](./5-AccessControl/1-call-api-roles/README.md) </br> Define App Roles and use roles claim in an ID Token to implement Role-based Access Control (RBAC) for your protected web API. |
85-
| <img src="./5-AccessControl/2-call-api-groups/ReadmeFiles/topology.png" width="200"> | [**Call a web API using Security Groups**](/5-AccessControl/1-call-api-groups/README.md) </br> Create Security Groups and use groups claim in an ID Token to implement Role-based Access Control (RBAC) for your protected web API. Handle overage scenarios. |
85+
| <img src="./5-AccessControl/2-call-api-groups/ReadmeFiles/topology.png" width="200"> | [**Call a web API using Security Groups**](/5-AccessControl/2-call-api-groups/README.md) </br> Create Security Groups and use groups claim in an ID Token to implement Role-based Access Control (RBAC) for your protected web API. Handle overage scenarios. |
8686

8787
### Chapter 6: Develop and provision a multi-tenant SaaS application
8888

0 commit comments

Comments
 (0)