Skip to content

Commit eb6e1bd

Browse files
Update aspnetcore/security/authorization/roles.md
Co-authored-by: Luke Latham <[email protected]>
1 parent e9c6f39 commit eb6e1bd

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/security/authorization

1 file changed

+1
-1
lines changed

aspnetcore/security/authorization/roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When an identity is created it may belong to one or more roles. For example, Tra
1717

1818
While roles are claims, not all claims are roles. Depending on the identity issuer a role may be a collection of users that may apply claims for group members, as well as an actual claim on an identity. However, claims are meant to be information about an individual user. Using roles to add claims to a user can confuse the boundary between the user and their individual claims. This confusion is why the SPA templates are not designed around roles. In addition, for organizations migrating from an on-premises legacy system the proliferation of roles over the years can mean a role claim may be too large to be contained within a token usable by SPAs. To secure SPAs, see <xref:security/authentication/identity/spa>.
1919

20-
This article outlines role-based tuthorization for ASP.NET Core MVC app and Razor apps. For Blazor apps, see <xref:blazor/security/index> and <xref:blazor/security/webassembly/meid-groups-roles>.
20+
This article outlines role-based authorization for ASP.NET Core MVC and Razor apps. For Blazor apps, see <xref:blazor/security/index> and <xref:blazor/security/webassembly/meid-groups-roles>.
2121

2222
## Add Role services to Identity
2323

0 commit comments

Comments
 (0)