Skip to content
Discussion options

You must be logged in to vote

This was added together with some other changes to the discovery document to add entries for which we added support. However in this case, we seem to have been a bit too eager, although this is relatively harmless.

If you want to remove this entry from your discovery document, you can use the following custom implementation to remove the entry:

using Duende.IdentityModel;
using Duende.IdentityServer.Configuration;
using Duende.IdentityServer.ResponseHandling;
using Duende.IdentityServer.Services;
using Duende.IdentityServer.Stores;
using Duende.IdentityServer.Validation;

namespace YourDuendeIdentityServerProject;

// Register this type using builder.Services.AddTransient<IDiscoveryRespon…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@doeringp
Comment options

Answer selected by doeringp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants