Skip to content

Commit d3d4985

Browse files
authored
Minor improvements to Authentication docs (#18477)
1 parent a35bfce commit d3d4985

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

aspnetcore/includes/IdentityServer4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ ASP.NET Core Identity adds user interface (UI) login functionality to ASP.NET Co
44
* [Azure Active Directory B2C](/azure/active-directory-b2c/active-directory-b2c-custom-rest-api-netfw) (Azure AD B2C)
55
* [IdentityServer4](https://identityserver.io)
66

7-
IdentityServer4 is an OpenID Connect and OAuth 2.0 framework for ASP.NET Core 3.0. IdentityServer4 enables the following security features:
7+
IdentityServer4 is an OpenID Connect and OAuth 2.0 framework for ASP.NET Core. IdentityServer4 enables the following security features:
88

99
* Authentication as a Service (AaaS)
1010
* Single sign-on/off (SSO) over multiple application types
1111
* Access control for APIs
1212
* Federation Gateway
1313

14-
For more information, see [Welcome to IdentityServer4](http://docs.identityserver.io/en/latest/index.html).
14+
For more information, see [Welcome to IdentityServer4](https://docs.identityserver.io/en/latest/index.html).

aspnetcore/security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ASP.NET Core enables developers to easily configure and manage security for thei
1414

1515
## ASP.NET Core security features
1616

17-
ASP.NET Core provides many tools and libraries to secure your apps including built-in Identity providers but you can use 3rd party identity services such as Facebook, Twitter, or LinkedIn. With ASP.NET Core, you can easily manage app secrets, which are a way to store and use confidential information without having to expose it in the code.
17+
ASP.NET Core provides many tools and libraries to secure your apps including built-in identity providers, but you can use third-party identity services such as Facebook, Twitter, and LinkedIn. With ASP.NET Core, you can easily manage app secrets, which are a way to store and use confidential information without having to expose it in the code.
1818

1919
## Authentication vs. Authorization
2020

0 commit comments

Comments
 (0)