· 6 years ago · Oct 29, 2019, 11:48 AM
1info: IdentityServer4.Startup[0]
2 Starting IdentityServer4 version 3.0.0.0
3info: Microsoft.Extensions.DependencyInjection.ConfigureApiResources[0]
4 Configuring local API resource 'odpAPI'.
5info: Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ConfigureClients[0]
6 Configuring client 'odp'.
7info: Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ConfigureSigningCredentials[0]
8 Loading development key at 'S:\00_GWS\d-s-lab.localhost\csharp\odp1-aspnetcore3.1-ng8\odp\odp\obj/tempkey.json'.
9info: Microsoft.AspNetCore.ApiAuthorization.IdentityServer.Configuration.ConfigureClientScopes[0]
10 Resource 'odpAPI' allows all applications.
11info: Microsoft.AspNetCore.ApiAuthorization.IdentityServer.Configuration.ConfigureClientScopes[0]
12 Identity resource 'openid' allows all applications.
13info: Microsoft.AspNetCore.ApiAuthorization.IdentityServer.Configuration.ConfigureClientScopes[0]
14 Identity resource 'profile' allows all applications.
15info: IdentityServer4.Startup[0]
16 Using explicitly configured authentication scheme Identity.Application for IdentityServer
17dbug: IdentityServer4.Startup[0]
18 Using IdentityServerJwt as default ASP.NET Core scheme for authentication
19dbug: IdentityServer4.Startup[0]
20 Using Identity.External as default ASP.NET Core scheme for sign-in
21dbug: IdentityServer4.Startup[0]
22 Using Identity.External as default ASP.NET Core scheme for sign-out
23dbug: IdentityServer4.Startup[0]
24 Using IdentityServerJwt as default ASP.NET Core scheme for challenge
25dbug: IdentityServer4.Startup[0]
26 Using IdentityServerJwt as default ASP.NET Core scheme for forbid
27info: Microsoft.AspNetCore.SpaServices[0]
28 Starting @angular/cli on port 57333...
29info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
30 User profile is available. Using 'C:\Users\Deschamps Sébastien\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
31info: Microsoft.EntityFrameworkCore.Infrastructure[10403]
32 Entity Framework Core 3.1.0-preview1.19506.2 initialized 'ApplicationDbContext' using provider 'Npgsql.EntityFrameworkCore.PostgreSQL' with options: None
33info: Microsoft.EntityFrameworkCore.Database.Command[20100]
34 Executing DbCommand [Parameters=[@__normalizedName_0='?'], CommandType='Text', CommandTimeout='30']
35 SELECT a."Id", a."ConcurrencyStamp", a."Name", a."NormalizedName"
36 FROM "AspNetRoles" AS a
37 WHERE ((a."NormalizedName" = @__normalizedName_0) AND ((a."NormalizedName" IS NOT NULL) AND (@__normalizedName_0 IS NOT NULL))) OR ((a."NormalizedName" IS NULL) AND (@__normalizedName_0 IS NULL))
38 LIMIT 1
39info: Microsoft.EntityFrameworkCore.Database.Command[20100]
40 Executing DbCommand [Parameters=[@__normalizedName_0='?'], CommandType='Text', CommandTimeout='30']
41 SELECT a."Id", a."ConcurrencyStamp", a."Name", a."NormalizedName"
42 FROM "AspNetRoles" AS a
43 WHERE ((a."NormalizedName" = @__normalizedName_0) AND ((a."NormalizedName" IS NOT NULL) AND (@__normalizedName_0 IS NOT NULL))) OR ((a."NormalizedName" IS NULL) AND (@__normalizedName_0 IS NULL))
44 LIMIT 1
45info: Microsoft.EntityFrameworkCore.Database.Command[20100]
46 Executing DbCommand [Parameters=[@__normalizedName_0='?'], CommandType='Text', CommandTimeout='30']
47 SELECT a."Id", a."ConcurrencyStamp", a."Name", a."NormalizedName"
48 FROM "AspNetRoles" AS a
49 WHERE ((a."NormalizedName" = @__normalizedName_0) AND ((a."NormalizedName" IS NOT NULL) AND (@__normalizedName_0 IS NOT NULL))) OR ((a."NormalizedName" IS NULL) AND (@__normalizedName_0 IS NULL))
50 LIMIT 1
51info: Microsoft.EntityFrameworkCore.Database.Command[20100]
52 Executing DbCommand [Parameters=[@__normalizedName_0='?'], CommandType='Text', CommandTimeout='30']
53 SELECT a."Id", a."ConcurrencyStamp", a."Name", a."NormalizedName"
54 FROM "AspNetRoles" AS a
55 WHERE ((a."NormalizedName" = @__normalizedName_0) AND ((a."NormalizedName" IS NOT NULL) AND (@__normalizedName_0 IS NOT NULL))) OR ((a."NormalizedName" IS NULL) AND (@__normalizedName_0 IS NULL))
56 LIMIT 1
57Hosting environment: Development
58Content root path: S:\00_GWS\d-s-lab.localhost\csharp\odp1-aspnetcore3.1-ng8\odp\odp
59Now listening on: https://localhost:5001
60Now listening on: http://localhost:5000
61Application started. Press Ctrl+C to shut down.
62info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
63 Request starting HTTP/2 GET https://localhost:5001/
64dbug: IdentityServer4.Startup[0]
65 Login Url: /Identity/Account/Login
66dbug: IdentityServer4.Startup[0]
67 Login Return Url Parameter: ReturnUrl
68dbug: IdentityServer4.Startup[0]
69 Logout Url: /Identity/Account/Logout
70dbug: IdentityServer4.Startup[0]
71 ConsentUrl Url: /consent
72dbug: IdentityServer4.Startup[0]
73 Consent Return Url Parameter: returnUrl
74dbug: IdentityServer4.Startup[0]
75 Error Url: /home/error
76dbug: IdentityServer4.Startup[0]
77 Error Id Parameter: errorId
78Browserslist: caniuse-lite is outdated. Please run next command `npm update`fail: Microsoft.AspNetCore.SpaServices[0]
79 Browserslist: caniuse-lite is outdated. Please run next command `npm update`
80
81info: Microsoft.AspNetCore.SpaServices[0]
82 > odp@0.0.0 start S:\00_GWS\d-s-lab.localhost\csharp\odp1-aspnetcore3.1-ng8\odp\odp\ClientApp
83> ng serve "--port" "57333"
84
85
86
87info: Microsoft.AspNetCore.SpaServices[0]
88 Date: 2019-10-29T11:39:44.642Z
89Hash: 652ec09615fc0376c734
90Time: 25115ms
91chunk {main} main.js, main.js.map (main) 677 kB [initial] [rendered]
92chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 274 kB [initial] [rendered]
93chunk {runtime} runtime.js, runtime.js.map (runtime) 6.08 kB [entry] [rendered]
94chunk {scripts} scripts.js, scripts.js.map (scripts) 143 kB [entry] [rendered]
95chunk {styles} styles.css, styles.css.map (styles) 211 kB [initial] [rendered]
96chunk {vendor} vendor.js, vendor.js.map (vendor) 5.32 MB [initial] [rendered]
97
98info: Microsoft.AspNetCore.SpaServices[0]
99 ** Angular Live Development Server is listening on localhost:57333, open your browser on http://localhost:57333/ **
100i ´¢ówdm´¢ú: Compiled successfully.
101
102info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
103 Request finished in 34154.3097ms 304
104info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
105 Request starting HTTP/2 GET https://localhost:5001/polyfills.js
106info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
107 Request starting HTTP/2 GET https://localhost:5001/runtime.js
108info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
109 Request starting HTTP/2 GET https://localhost:5001/styles.css
110info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
111 Request starting HTTP/2 GET https://localhost:5001/scripts.js
112info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
113 Request starting HTTP/2 GET https://localhost:5001/vendor.js
114info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
115 Request starting HTTP/2 GET https://localhost:5001/main.js
116info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
117 Request finished in 78.4391ms 304
118info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
119 Request finished in 47.4603ms 304
120info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
121 Request finished in 120.5269ms 304
122info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
123 Request finished in 139.6662ms 304
124info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
125 Request starting HTTP/2 GET https://localhost:5001/bg-blend.webp
126info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
127 Request finished in 17.5401ms 304
128info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
129 Request finished in 1153.0674ms 304
130info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
131 Request finished in 1158.4421ms 304
132info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
133 Request starting HTTP/2 GET https://localhost:5001/filterHaloA50-hover.png
134info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
135 Request starting HTTP/2 GET https://localhost:5001/backgroud-black-alpha-50.png
136info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
137 Request starting HTTP/2 GET https://localhost:5001/navbar-thumb.png
138info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
139 Request finished in 13.6692ms 304
140info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
141 Request finished in 18.4971ms 304
142info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
143 Request finished in 29.6698ms 304
144info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
145 Request starting HTTP/2 GET https://localhost:5001/_configuration/odp
146info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
147 Executing endpoint 'odp.Controllers.OidcConfigurationController.GetClientRequestParameters (odp)'
148info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
149 Request starting HTTP/2 GET https://localhost:5001/assets/images/ds-loading.apng.png
150info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
151 Request starting HTTP/2 GET https://localhost:5001/assets/images/navbar-192x192.png
152info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
153 Request starting HTTP/2 GET https://localhost:5001/assets/images/©-sebastien-deschamps-win-icon-300x300.png
154info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]
155 Route matched with {action = "GetClientRequestParameters", controller = "OidcConfiguration", page = "", area = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetClientRequestParameters(System.String) on controller odp.Controllers.OidcConfigurationController (odp).
156info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
157 Request finished in 40.5203ms 304
158info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
159 Request finished in 44.2794ms 304
160info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
161 Request finished in 68.2302ms 304
162info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
163 Request starting HTTP/2 GET https://localhost:5001/sockjs-node/info?t=1572349191091
164info: Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor[1]
165 Executing ObjectResult, writing value of type 'System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
166info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
167 Request finished in 66.3783ms 200 application/json; charset=UTF-8
168info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
169 Request starting HTTP/1.1 GET https://localhost:5001/sockjs-node/173/olskyaz1/websocket
170info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]
171 Executed action odp.Controllers.OidcConfigurationController.GetClientRequestParameters (odp) in 211.5247ms
172info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
173 Request starting HTTP/2 GET https://localhost:5001/_configuration/odp
174info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
175 Executing endpoint 'odp.Controllers.OidcConfigurationController.GetClientRequestParameters (odp)'
176info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
177 Executed endpoint 'odp.Controllers.OidcConfigurationController.GetClientRequestParameters (odp)'
178info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]
179 Route matched with {action = "GetClientRequestParameters", controller = "OidcConfiguration", page = "", area = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetClientRequestParameters(System.String) on controller odp.Controllers.OidcConfigurationController (odp).
180info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
181 Request finished in 405.9185ms 200 application/json; charset=utf-8
182info: Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor[1]
183 Executing ObjectResult, writing value of type 'System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
184info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]
185 Executed action odp.Controllers.OidcConfigurationController.GetClientRequestParameters (odp) in 12.6132ms
186info: Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware[10]
187 No CORS policy found for the specified request.
188info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
189 Executed endpoint 'odp.Controllers.OidcConfigurationController.GetClientRequestParameters (odp)'
190info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
191 Request finished in 132.2205ms 200 application/json; charset=utf-8
192info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
193 Request finished in 992.8449ms 0
194info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
195 Request starting HTTP/2 POST https://localhost:5001/sockjs-node/173/vpnpxzc3/xhr_streaming?t=1572349192241 0
196info: Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware[10]
197 No CORS policy found for the specified request.