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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Alternatively, choose below the sample you want to review.
82
82
|||
83
83
|-----------------|---------------|
84
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. |
85
+
| <imgsrc="./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. |
86
86
87
87
### Chapter 6: Develop and provision a multi-tenant SaaS application
0 commit comments