question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow overriding the discovery endpoint url

See original GitHub issue

Would 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:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

6reactions
brockallencommented, Aug 18, 2018
0reactions
github-actions[bot]commented, Feb 22, 2021

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found