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.
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
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.
Thaks a lot man! This is great demo.
Glad you found it helpful!
If i do localhost, it,s not working😢
Could you provide further details regarding what isn't working?
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.
Thank you for the additional information, are you able to link to a repository that reproduces the issue that you're experiencing?
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
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.