Containerising an IdentityServer 5 Project with API Resources and Clients

Поделиться
HTML-код
  • Опубликовано: 16 янв 2025

Комментарии • 15

  • @Дмитрий-р3г6к
    @Дмитрий-р3г6к 11 месяцев назад

    Thaks a lot man! This is great demo.

    • @tnc1997
      @tnc1997  11 месяцев назад

      Glad you found it helpful!

    • @Дмитрий-р3г6к
      @Дмитрий-р3г6к 11 месяцев назад

      If i do localhost, it,s not working😢

    • @tnc1997
      @tnc1997  11 месяцев назад

      Could you provide further details regarding what isn't working?

    • @Дмитрий-р3г6к
      @Дмитрий-р3г6к 11 месяцев назад

      I'm working with a vps server with a dedicated IP address. The front application runs on the blazor server, and the authentication server runs on the duende identity server, this is concatenated in docker. I tried to configure the certificate on the server according to your guide. When accessing an application client 5004 or an authorization server 5001, an unsecured connection is displayed. A little later I’ll post the details with screenshots.

    • @tnc1997
      @tnc1997  11 месяцев назад

      Thank you for the additional information, are you able to link to a repository that reproduces the issue that you're experiencing?

  • @dhsoundzone
    @dhsoundzone Год назад

    Hey Thomas,
    You have no idea how long I've been looking for a detailed demo like this. Thank you so much. I had practically given up on the idea of getting IdSrv to work in a container. For me, the main pieces that I was missing were the entrypoint override and the subjectAltNames in the certificate.
    Brilliant job mate.
    BTW, do you have a repo for this?
    Thanks again

    • @tnc1997
      @tnc1997  Год назад

      Glad that I could help! Containerising an IdentityServer application is certainly not straightforward. A sample for IdentityServer 6 can be found here: github.com/tnc1997/samples/tree/main/creating-an-identityserver-6-solution.