10 | Swapping to Development environment will display more detailed information about the error that occurred. 11 |
12 |13 | Development environment should not be enabled in deployed applications, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the ASPNETCORE_ENVIRONMENT environment variable to Development, and restarting the application. 14 |
15 | -------------------------------------------------------------------------------- /src/MvcClient/Views/Shared/Json.cshtml: -------------------------------------------------------------------------------- 1 | @ViewBag.Json-------------------------------------------------------------------------------- /src/MvcClient/Views/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
Would you like to logout of IdentityServer?
11 | 19 |15 | IdentityServer publishes a 16 | discovery document 17 | where you can find metadata and links to all the endpoints, key material, etc. 18 |
19 |22 | Click here to manage your stored grants. 23 |
24 |29 | Here are links to the 30 | source code repository, 31 | and ready to use samples. 32 |
33 |