2021-02-16 06:06:48 +08:00
|
|
|
---
|
2021-05-02 07:03:18 +08:00
|
|
|
no-loc: [Kestrel, appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
|
2021-02-16 06:06:48 +08:00
|
|
|
---
|
2019-11-01 11:04:29 +08:00
|
|
|
ASP.NET Core Identity adds user interface (UI) login functionality to ASP.NET Core web apps. To secure web APIs and SPAs, use one of the following:
|
|
|
|
|
|
|
|
* [Azure Active Directory](/azure/api-management/api-management-howto-protect-backend-with-aad)
|
2020-05-11 01:28:06 +08:00
|
|
|
* [Azure Active Directory B2C](/azure/active-directory-b2c/active-directory-b2c-custom-rest-api-netfw) (Azure AD B2C)
|
2019-11-01 11:04:29 +08:00
|
|
|
* [IdentityServer4](https://identityserver.io)
|
|
|
|
|
2020-05-26 08:54:17 +08:00
|
|
|
IdentityServer4 is an OpenID Connect and OAuth 2.0 framework for ASP.NET Core. IdentityServer4 enables the following security features:
|
2019-10-15 11:32:57 +08:00
|
|
|
|
|
|
|
* Authentication as a Service (AaaS)
|
|
|
|
* Single sign-on/off (SSO) over multiple application types
|
|
|
|
* Access control for APIs
|
|
|
|
* Federation Gateway
|
|
|
|
|
2020-05-26 08:54:17 +08:00
|
|
|
For more information, see [Welcome to IdentityServer4](https://docs.identityserver.io/en/latest/index.html).
|