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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,8 @@ Alternatively, choose below the sample you want to review.
81
81
82
82
|||
83
83
|-----------------|---------------|
84
-
| <imgsrc="./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
-
| <imgsrc="./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. |
84
+
| <imgsrc="./5-AccessControl/1-call-api-roles/ReadmeFiles/topology.png"width="200"> |[**Use App Roles in a Web Api**](./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
+
| <imgsrc="./5-AccessControl/2-call-api-groups/ReadmeFiles/topology.png"width="200"> |[**Use Security Groups in a Web Api**](/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. |
86
86
87
87
### Chapter 6: Develop and provision a multi-tenant SaaS application
0 commit comments