creativetimofficial / vue-argon-dashboard

Vue Argon Dashboard
https://demos.creative-tim.com/vue-argon-dashboard
MIT License
379 stars 724 forks source link

[Feature Request] Run IdentityServer - Vue Argon Dashboard Asp.net #69

Closed josivanl closed 2 years ago

josivanl commented 2 years ago

What is your enhancement?

I'm trying to get the Vue Argon Dashboard Asp.net to run, the front-end project ran normal and went up in Docker, the IdentityServer project I added in Docker, go up the project without errors, but it opens a Chrome screen without running anything with the URL: https://localhost:0/ If I switch to https://localhost:5000/ it doesn't work either.

The same happens if when running the project I select instead of Docker, SelfHost

I'm using Visual Studio 2019.

Log using Docker:

[13:15:58 Information] Starting host...

[13:15:58 Warning] Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed.

[13:15:58 Warning] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager No XML encryptor configured. Key {be009c0e-e67f-4667-ac0e-3f1b58545b27} may be persisted to storage in unencrypted form.

[13:15:58 Information] IdentityServer4.Startup Starting IdentityServer4 version 4.1.2+997a6cdd643e46cd5762b710c4ddc43574cbec2e

[13:15:58 Information] IdentityServer4.Startup You are using the in-memory version of the persisted grant store. This will store consent decisions, authorization codes, refresh and reference tokens in memory only. If you are using any of those features in production, you want to switch to a different store implementation.

[13:15:58 Debug] IdentityServer4.Startup Custom IssuerUri set to http://localhost:5000

[13:15:58 Information] IdentityServer4.Startup Using the default authentication scheme Identity.Application for IdentityServer

[13:15:58 Debug] IdentityServer4.Startup Using Identity.Application as default ASP.NET Core scheme for authentication

[13:15:58 Debug] IdentityServer4.Startup

Using Identity.External as default ASP.NET Core scheme for sign-in

[13:15:58 Debug] IdentityServer4.Startup Using Identity.External as default ASP.NET Core scheme for sign-out

[13:15:58 Debug] IdentityServer4.Startup Using Identity.Application as default ASP.NET Core scheme for challenge

[13:15:58 Debug] IdentityServer4.Startup Using Identity.Application as default ASP.NET Core scheme for forbid

[13:15:58 Warning] Microsoft.AspNetCore.Server.Kestrel Overriding address(es) 'https://+:443, http://+:80'. Binding to endpoints defined in UseKestrel() instead.

[13:15:58 Information] Microsoft.Hosting.Lifetime Now listening on: http://0.0.0.0:5000

[13:15:58 Information] Microsoft.Hosting.Lifetime Application started. Press Ctrl+C to shut down.

[13:15:58 Information] Microsoft.Hosting.Lifetime Hosting environment: Development

[13:15:58 Information] Microsoft.Hosting.Lifetime Content root path: /app

Log using SelfHost:

[10:14:20 Information] Starting host...

[10:14:20 Information] IdentityServer4.Startup Starting IdentityServer4 version 4.1.2+997a6cdd643e46cd5762b710c4ddc43574cbec2e

[10:14:20 Information] IdentityServer4.Startup You are using the in-memory version of the persisted grant store. This will store consent decisions, authorization codes, refresh and reference tokens in memory only. If you are using any of those features in production, you want to switch to a different store implementation.

[10:14:20 Debug] IdentityServer4.Startup Custom IssuerUri set to http://localhost:5000

[10:14:20 Information] IdentityServer4.Startup Using the default authentication scheme Identity.Application for IdentityServer

[10:14:20 Debug] IdentityServer4.Startup Using Identity.Application as default ASP.NET Core scheme for authentication

[10:14:20 Debug] IdentityServer4.Startup Using Identity.External as default ASP.NET Core scheme for sign-in

[10:14:20 Debug] IdentityServer4.Startup Using Identity.External as default ASP.NET Core scheme for sign-out

[10:14:20 Debug] IdentityServer4.Startup Using Identity.Application as default ASP.NET Core scheme for challenge

[10:14:20 Debug] IdentityServer4.Startup Using Identity.Application as default ASP.NET Core scheme for forbid

[10:14:20 Warning] Microsoft.AspNetCore.Server.Kestrel Overriding address(es) 'http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead.

[10:14:21 Information] Microsoft.Hosting.Lifetime Now listening on: http://0.0.0.0:5000

[10:14:21 Information] Microsoft.Hosting.Lifetime Application started. Press Ctrl+C to shut down.

[10:14:21 Information] Microsoft.Hosting.Lifetime Hosting environment: Development

[10:14:21 Information] Microsoft.Hosting.Lifetime Content root path: E:\vue-argon-dashboard-asp-net-master\vue-argon-dashboard-asp-net-master\IdentityServer

I would like to know if there are any steps I'm not doing so that the project can run successfully