Skip to content

Commit a03c656

Browse files
authored
Fix unclosed attribute
1 parent c0bb13c commit a03c656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Like on action, you can also declare these required scopes in the configuration,
191191
using Microsoft.Identity.Web
192192

193193
[Authorize]
194-
[RequiredScope(RequiredScopesConfigurationKey = "AzureAd:Scopes")
194+
[RequiredScope(RequiredScopesConfigurationKey = "AzureAd:Scopes")]
195195
public class TodoListController : Controller
196196
{
197197
// GET: api/values

0 commit comments

Comments
 (0)