Skip to content

Commit 75a052d

Browse files
authored
Fix Azure AD B2C markdown link (#18232)
1 parent 6124e6c commit 75a052d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
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:
22

33
* [Azure Active Directory](/azure/api-management/api-management-howto-protect-backend-with-aad)
4-
* [Azure Active Directory B2C](/azure/active-directory-b2c/active-directory-b2c-custom-rest-api-netfw) (Azure AD B2C)]
4+
* [Azure Active Directory B2C](/azure/active-directory-b2c/active-directory-b2c-custom-rest-api-netfw) (Azure AD B2C)
55
* [IdentityServer4](https://identityserver.io)
66

77
IdentityServer4 is an OpenID Connect and OAuth 2.0 framework for ASP.NET Core 3.0. IdentityServer4 enables the following security features:
@@ -11,4 +11,4 @@ IdentityServer4 is an OpenID Connect and OAuth 2.0 framework for ASP.NET Core 3.
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](http://docs.identityserver.io/en/latest/index.html).

0 commit comments

Comments
 (0)