You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forthishostingscenario, do**not**usethesamecertificatefor [IdentityServer's token signing key](https://docs.duendesoftware.com/identityserver/v5/fundamentals/keys/) and the site'sHTTPSsecurecommunicationwithbrowsers:
614
+
Forthishostingscenario, do**not**usethesamecertificatefor [DuendeIdentityServer's](https://docs.duendesoftware.com) token signing key and the site'sHTTPSsecurecommunicationwithbrowsers:
*[Azure Active Directory B2C](/azure/active-directory-b2c/active-directory-b2c-custom-rest-api-netfw) (Azure AD B2C)
5
-
*[Duende IdentityServer](https://docs.duendesoftware.com/identityserver/v6/overview/). Duende IdentityServer is 3rd party product.
5
+
*[Duende IdentityServer](https://docs.duendesoftware.com). Duende IdentityServer is 3rd party product.
6
6
7
7
Duende IdentityServer is an OpenID Connect and OAuth 2.0 framework for ASP.NET Core. Duende IdentityServer enables the following security features:
8
8
@@ -11,6 +11,6 @@ Duende IdentityServer is an OpenID Connect and OAuth 2.0 framework for ASP.NET C
11
11
* Access control for APIs
12
12
* Federation Gateway
13
13
14
-
For more information, see [Overview of Duende IdentityServer](https://docs.duendesoftware.com/identityserver/v6/overview/).
14
+
For more information, see [Overview of Duende IdentityServer](https://docs.duendesoftware.com).
15
15
16
16
For more information on other authentication providers, see [Community OSS authentication options for ASP.NET Core](xref:security/authentication/community)
Copy file name to clipboardExpand all lines: aspnetcore/migration/50-to-60.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -310,7 +310,7 @@ For more information, see [Razor compiler no longer produces a Views assembly](h
310
310
311
311
## Project templates use Duende Identity Server
312
312
313
-
Project templates now use [Duende Identity Server](https://docs.duendesoftware.com). For migration guidance, see [IdentityServer4 v4.1 to Duende IdentityServer v5](https://docs.duendesoftware.com/identityserver/v5/upgrades/is4_v4_to_dis_v5/).
313
+
Project templates now use [Duende Identity Server](https://docs.duendesoftware.com).
314
314
315
315
> [!IMPORTANT]
316
316
> Duende Identity Server is an open source product with a reciprocal license agreement. If you plan to use Duende Identity Server in production, you might be required to obtain a commercial licence from [Duende Software](https://duendesoftware.com/) and pay a license fee. For more information, see [Duende Software: Licenses](https://aka.ms/identityserverlicense).
Copy file name to clipboardExpand all lines: aspnetcore/release-notes/aspnetcore-6.0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -387,9 +387,9 @@ See [Template generated ports for Kestrel](#tgp) in this document for more infor
387
387
388
388
### Authentication servers
389
389
390
-
.NET 3 to .NET 5 used [IdentityServer4](https://identityserver4.readthedocs.io) as part of our template to support the issuing of JWT tokens for SPA and Blazor applications. The templates now use the [Duende Identity Server](https://docs.duendesoftware.com/identityserver/v5).
390
+
.NET 3 to .NET 5 used [IdentityServer4](https://identityserver4.readthedocs.io) as part of our template to support the issuing of JWT tokens for SPA and Blazor applications. The templates now use the [Duende Identity Server](https://docs.duendesoftware.com).
391
391
392
-
If you are extending the identity models and are updating existing projects you need to update the namespaces in your code from `IdentityServer4.IdentityServer` to `Duende.IdentityServer` and follow their [migration instructions](https://docs.duendesoftware.com/identityserver/v5/upgrades/).
392
+
If you are extending the identity models and are updating existing projects, update the namespaces in your code from `IdentityServer4.IdentityServer` to `Duende.IdentityServer` and follow their migration instructions.
393
393
394
394
The license model for Duende Identity Server has changed to a reciprocal license, which may require license fees when it's used commercially in production. See the [Duende license page](https://duendesoftware.com/products/identityserver#pricing) for more details.
Copy file name to clipboardExpand all lines: aspnetcore/security/identity-management-solutions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Many of the commercial licenses provide "community" or free options that may be
23
23
|---------|-----|--------|---------|---------|
24
24
|**ASP.NET Core Identity**| Self host |[OSS (MIT)](https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt)|[https://dotnet.microsoft.com/](https://dotnet.microsoft.com/apps/aspnet)|[Secure a web app with ASP.NET Core Identity](/training/modules/secure-aspnet-core-identity/)|
|**Okta**|Managed|[Commercial](https://www.okta.com/pricing/)|[https://www.okta.com/](https://www.okta.com/)|[Okta for ASP.NET Core](https://developer.okta.com/code/dotnet/aspnetcore/)|
@@ -34,7 +34,7 @@ Many of the commercial licenses provide "community" or free options that may be
34
34
|---------|-----|--------|---------|
35
35
|[ASP.NET Core Identity](https://dotnet.microsoft.com/apps/aspnet)| Self host |[OSS (MIT)](https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt)|[Secure a web app with ASP.NET Core Identity](/training/modules/secure-aspnet-core-identity/)|
|[Okta](https://www.okta.com)|Managed|[Commercial](https://www.okta.com/pricing/)|[Okta for ASP.NET Core](https://developer.okta.com/code/dotnet/aspnetcore/)|
0 commit comments