diff --git a/Directory.Packages.props b/Directory.Packages.props index 82f18f839..d6092a400 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,7 +7,7 @@ 9.4.0 9.4.0-preview.1.25378.8 2.71.0 - 7.1.1 + 7.3.0 8.1.0 diff --git a/src/Identity.API/Configuration/Config.cs b/src/Identity.API/Configuration/Config.cs index f1d41a67a..f78c5d97c 100644 --- a/src/Identity.API/Configuration/Config.cs +++ b/src/Identity.API/Configuration/Config.cs @@ -14,7 +14,7 @@ public static IEnumerable GetApis() } // ApiScope is used to protect the API - //The effect is the same as that of API resources in IdentityServer 3.x + // The effect is the same as that of API resources in IdentityServer 3.x public static IEnumerable GetApiScopes() { return new List @@ -26,7 +26,7 @@ public static IEnumerable GetApiScopes() } // Identity resources are data like user ID, name, or email address of a user - // see: http://docs.identityserver.io/en/release/configuration/resources.html + // see: https://docs.duendesoftware.com/identityserver/fundamentals/resources/identity/ public static IEnumerable GetResources() { return new List diff --git a/src/Identity.API/Views/Account/Logout.cshtml b/src/Identity.API/Views/Account/Logout.cshtml index e74bde6c0..e709dd3e4 100644 --- a/src/Identity.API/Views/Account/Logout.cshtml +++ b/src/Identity.API/Views/Account/Logout.cshtml @@ -3,7 +3,7 @@

Logout

-

Would you like to logut of IdentityServer?

+

Would you like to logout of IdentityServer?

diff --git a/src/Identity.API/Views/Home/Index.cshtml b/src/Identity.API/Views/Home/Index.cshtml index 9d26e7380..e88704d3c 100644 --- a/src/Identity.API/Views/Home/Index.cshtml +++ b/src/Identity.API/Views/Home/Index.cshtml @@ -7,7 +7,7 @@

- Welcome to IdentityServer4 + Welcome to Duende IdentityServer (version @version)

@@ -25,8 +25,9 @@
  • Here are links to the - source code repository, - and ready to use samples. + source code repository, + ready to use samples, + and documentation.