❔ ASP.NET Core authorization server in Kubernetes environment
I have an authorization server created on OpenIddict library.
After removing
I've started getting errors. For example, when I want to check "https://auth.domain.com/.well-known/openid-configuration" I'm getting this:
Just for context: I have such services as Traefik and Linkerd, so they also can be involved in causing this problem.
I know it is almost impossible to say what I did wrong based on the provided description, but I would be glad for any tips on how I can debug it and find out the reason of this problem.
After removing
I've started getting errors. For example, when I want to check "https://auth.domain.com/.well-known/openid-configuration" I'm getting this:
Just for context: I have such services as Traefik and Linkerd, so they also can be involved in causing this problem.
I know it is almost impossible to say what I did wrong based on the provided description, but I would be glad for any tips on how I can debug it and find out the reason of this problem.