We are using Angular and .NET Core version and would like to integrate Identity Server 4.0. We see in the code ; /* We can not use app.UseIdentityServerAuthentication because IdentityServer4.AccessTokenValidation * is not ported to asp.net core 2.0 yet. See issue: <a class="postlink" href="https://github.com/IdentityServer/IdentityServer4/issues/1055">https://github.com/IdentityServer/Ident ... ssues/1055</a> * Once it's ported, add IdentityServer4.AccessTokenValidation to Web.Core project and enable following lines: */
ID 4 seems to be ported to Core 2.0 . Any timeline or estimate on release for APSNETZero CORE/Angular version to support this ? Thanks in advanced.
12 Answer(s)
-
0
It was released in v4.6.0 yesterday. Related issue: https://github.com/aspnetzero/aspnet-zero-core/issues/504
-
0
Thanks very much for the prompt reply. The link you sent gives me a 404 , but no matter. I will check it out.
-
0
You need to login with your GitHub account to access the private repo. You can invite yourself here: <a class="postlink" href="https://aspnetzero.com/LicenseManagement">https://aspnetzero.com/LicenseManagement</a>
-
0
Thanks! Could you also specify when or in what version Identity Server IsEnabled will be set to TRUE again? It looks like Identity Server api has changed now and requires additional integration efforts. (I would like to use your implementation in order to minimize the merging in the future)
-
0
It was set to true in v4.6.0 (as per my original reply) and in the current v4.6.1.
-
0
I have downloaded 4.6.1 Core + Angular a couple of minutes ago. Looks like Web.Host has "IdentityServer": { "IsEnabled": "false",
also app.UseIdentityServerAuthentication is commented.
could you check?
-
0
You are right. Please follow this issue for updates: https://github.com/aspnetzero/aspnet-zero-core/issues/504
-
0
Fixed in v5.0.1
-
0
Thanks! Great news.
I see v5.0.0 is avilable. So should I wait for v5.0.1 in this case?
-
0
v5.0.1 includes an unrelated fix. But you might want to wait for v5.0.2 anyway.
-
0
v5.0.2 is available to download.
-
0
ok, v5.0.2 is available so I will check here. Thanks.