Skip to content

Commit ec25b0a

Browse files
committed
Learn Editor: Update scenario-protected-web-api-verification-scope-app-roles.md
1 parent 10045e2 commit ec25b0a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

articles/active-directory/develop/scenario-protected-web-api-verification-scope-app-roles.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -276,16 +276,6 @@ public class TodoListController : ApiController
276276
}
277277
```
278278

279-
280-
281-
282-
283-
284-
285-
286-
287-
288-
289279
Instead, you can use the [Authorize(Roles = "access_as_application")] attributes on the controller or an action (or a razor page).
290280

291281
```CSharp

0 commit comments

Comments
 (0)