Allow overriding the discovery endpoint url
See original GitHub issueWould it be possible to change this line https://github.com/IdentityModel/IdentityModel2/blob/dev/src/IdentityModel/Client/Old/DiscoveryClient.cs#L85 to provide a getter and setter?
I have hit the issue a couple of times where a test environment provides a discovery url that is non-standard. It would be nice to have a way of overriding the Url.
An example is Intuit who use the following:
Sandbox: https://developer.api.intuit.com/.well-known/openid_sandbox_configuration
Prod: https://developer.api.intuit.com/.well-known/openid_configuration
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Change default endpoint in IdentityServer 4
IdentityServer4 provides a service called IEndpointRouter this service if was overridden with your custom logic will allow you to map the path ...
Read more >Override the endpoint URL
Overriding the endpoint URL allows an administrator to specify an endpoint URL at deployment time instead of changing the endpoint URL in an...
Read more >OPC UA Client Connection Settings
Select OPC UA Connection from the list and click Next. The Endpoint Discovery page appears. Enter an OPC UA endpoint URL for the...
Read more >OpenID Connect (OIDC) configuration properties
OIDC discovery endpoint will be called by default by appending a '.well-known/openid-configuration' path to this URL. Note if you work with Keycloak OIDC...
Read more >12. OAuth2
oauth2.client.provider.okta ) allows for custom configuration of protocol endpoint locations. 12.1.5 Overriding Spring ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For what it’s worth: https://github.com/intuit/QuickBooks-V3-DotNET-SDK/issues/43
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.