Open Olek-HZQ opened 2 years ago
You host that on Docker right? You should ensure the domain name can be correctly resolved within the Docker container.
Yes, I think so. i will test it in the future. I deployed on my own rented server and there was no problem. This demo is used to expose testing to people who need it: Server: https://auth.poetrysharing.com Management side: https://admin.poetrysharing.com Administrator login account password: Account: admin Password: Qianxun123456%%
I downloaded the project and deployed Skoruba.IdentityServer4.Admin and Skoruba.IdentityServer4.STS.Identity in Linux (CentOS 7) system(virtual machine), Skoruba.IdentityServer4.STS.Identity(local domain: authdemo.local-ids4.com) is ok,
admin docker image tags(public): registry.cn-shenzhen.aliyuncs.com/olek/skoruba_identity_server4_admin:dev sts docker image tags(public): registry.cn-shenzhen.aliyuncs.com/olek/skoruba_ientity_server4_sts_identity:dev
docker run command :
docker run -d --name auth-ids4 --network ids4test -p 7002:80 registry.cn-shenzhen.aliyuncs.com/olek/skoruba_ientity_server4_sts_identity:dev
docker run -d --name admin-ids4 --network ids4test -p 7003:80 registry.cn-shenzhen.aliyuncs.com/olek/skoruba_identity_server4_admin:dev
nginx config: admin: sts:
But Skoruba.IdentityServer4.Admin(local domain: admin.ids4.com) has a problem, and here's the error message:
the document url can open ok on my local: http://authdemo.local-ids4.com/.well-known/openid-configuration
By the way, both deployments on IIS are no problem. I look forward to your answers, thank you.