Skip to content

Commit 290d2c2

Browse files
Update identity-api-authorization.md (#20111)
1 parent 65bb4b3 commit 290d2c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/security/authentication/identity-api-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ uid: security/authentication/identity/spa
1111
---
1212
# Authentication and authorization for SPAs
1313

14-
ASP.NET Core 3.0 or later offers authentication in Single Page Apps (SPAs) using the support for API authorization. ASP.NET Core Identity for authenticating and storing users is combined with [IdentityServer](https://identityserver.io/) for implementing OpenID Connect.
14+
The ASP.NET Core 3.1 and later templates offer authentication in Single Page Apps (SPAs) using the support for API authorization. ASP.NET Core Identity for authenticating and storing users is combined with [IdentityServer](https://identityserver.io/) for implementing OpenID Connect.
1515

1616
An authentication parameter was added to the **Angular** and **React** project templates that is similar to the authentication parameter in the **Web Application (Model-View-Controller)** (MVC) and **Web Application** (Razor Pages) project templates. The allowed parameter values are **None** and **Individual**. The **React.js and Redux** project template doesn't support the authentication parameter at this time.
1717

0 commit comments

Comments
 (0)