Base solution for your next web application
Open Closed

Identity Server 4.0 and .NET cCore 2.0 #4054


User avatar
0
TomLeonard created

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)
  • User Avatar
    0
    aaron created
    Support Team

    It was released in v4.6.0 yesterday. Related issue: https://github.com/aspnetzero/aspnet-zero-core/issues/504

  • User Avatar
    0
    TomLeonard created

    Thanks very much for the prompt reply. The link you sent gives me a 404 , but no matter. I will check it out.

  • User Avatar
    0
    aaron created
    Support Team

    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>

  • User Avatar
    0
    TomLeonard created

    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)

  • User Avatar
    0
    aaron created
    Support Team

    It was set to true in v4.6.0 (as per my original reply) and in the current v4.6.1.

  • User Avatar
    0
    TomLeonard created

    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?

  • User Avatar
    0
    aaron created
    Support Team

    You are right. Please follow this issue for updates: https://github.com/aspnetzero/aspnet-zero-core/issues/504

  • User Avatar
    0
    aaron created
    Support Team

    Fixed in v5.0.1

  • User Avatar
    0
    TomLeonard created

    Thanks! Great news.

    I see v5.0.0 is avilable. So should I wait for v5.0.1 in this case?

  • User Avatar
    0
    aaron created
    Support Team

    v5.0.1 includes an unrelated fix. But you might want to wait for v5.0.2 anyway.

  • User Avatar
    0
    aaron created
    Support Team

    v5.0.2 is available to download.

  • User Avatar
    0
    TomLeonard created

    ok, v5.0.2 is available so I will check here. Thanks.