Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How does Duende IdentityServer well known end point works #1514

Open
Rahul21199 opened this issue Dec 11, 2024 · 1 comment
Open
Assignees

Comments

@Rahul21199
Copy link

Which version of Duende IdentityServer are you using?
7.0.6

Which version of .NET are you using?
8

Describe the bug
Not a bug, request for info

How does Duende generate the well-known endpoint, and how is the configuration set up for the endpoints included within the well-known endpoint? Can available endpoints within configuration can be customized?

@RolandGuijt
Copy link

The discovery endpoint can be configured using IdentityServer's options object:

Image

The CustomEntries Dictionary can be used to add additional items you want in the discovery document and there are boolean properties to toggle existing categories of items.
The availability of endpoints can be toggled using the Endpoints property also available on the options object.

@RolandGuijt RolandGuijt self-assigned this Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants