client behind proxy is failing to access Duende ID server #109
vvsharath123
started this conversation in
General
Replies: 2 comments 1 reply
-
It seems the discovery endpoint (.well-known/openid-configuration) can't be reached. Can you please try to access it directly with a browser and see if that works? |
Beta Was this translation helpful? Give feedback.
1 reply
-
It looks like there is a misconfiguration somewhere. The error message states that the discovery document is expected on https://adminappproxy.com/ but that is the URL of the client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
We are in the process of developing ID server 7 for our website and now stuck in test environment setup. but connectivity
from admin app client to ID server via proxy is failing with below errors
ERR 2025-03-07 12:16:44,553 - [ ] 800028e3-0000-e400-b63f-84710c7967bb :- IDX20803: Unable to obtain configuration from: 'https://Adminappproxy.com:8504/.well-known/openid-configuration'. Will retry at '07/03/2025 12:21:11 +00:00'. Exception: 'System.IO.IOException: IDX20804: Unable to retrieve document from: '[PII of type 'System.String' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'.
---> System.Net.Http.HttpRequestException: No such host is known. (https://DuendeIDserver.com:443)
---> System.Net.Sockets.SocketException (11001): No such host is known.
Actual URL of our id server is https://DuendeIDserver.com
Our Admin app client is sitting behind Apache proxy.
Actual Adminapp URI :https://Adminapp.com
Proxy Adminapp URI :https://Adminappproxy.com
Apache proxy uses ProxyPass
From our application prespective we have followed as suggested in https://docs.duendesoftware.com/identityserver/v7/deployment/proxies/
to configure the headers
Any suggestion will be of great help
Beta Was this translation helpful? Give feedback.
All reactions