Sorry, there's nothing at this address.
9 |9 | Swapping to Development environment will display more detailed information about the error that occurred. 10 |
11 |12 | The Development environment shouldn't be enabled for deployed applications. 13 | It can result in displaying sensitive information from exceptions to end users. 14 | For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development 15 | and restarting the app. 16 |
-------------------------------------------------------------------------------- /BlazorServer/BlazorServer/Pages/Index.razor: -------------------------------------------------------------------------------- 1 | @page "/" 2 | 3 |Learn about securing Web apps with IdentityServer.
8 |Learn about securing Web apps with IdentityServer.
8 |@ViewBag.Json-------------------------------------------------------------------------------- /OidcTokensApis/src/MvcClient/Views/Home/Index.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewData["Title"] = "Home Page"; 3 | } 4 | 5 |
Learn about building Web apps with ASP.NET Core.
8 |Learn about securing Web apps with IdentityServer.
8 |