-
Trying to aggregate the various issues into one to collect feedback.
I invite everyone to read the [SponsorLink announcement](https://www.cazzulino.com/sponsorlink.html) to understand the intention…
-
### Where is the vc:identity-server-link defined
Where can I change the url for the identityserver in the AdminUI? Currently, is the example url https://localhost:44310/ defined.
I found this in…
-
**Which version of Duende IdentityServer are you using?**
6.1.7
**Which version of .NET are you using?**
.Net 7
**Describe the bug**
when I trying to seed some data into IdentityServer tables…
-
https://tools.ietf.org/html/rfc7591
https://openid.net/specs/openid-connect-registration-1_0.html
-
I want to add custom user defined claim like moviename to be added to access token. I want to have claim addition logic to be present even before token generation logic. I read few articles like clai…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I had this behaviour roughly a year ago. Now, in my new application, I'm facing the sam…
-
**Which version of Duende IdentityServer are you using?**
6.1.7
**Which version of .NET are you using?**
6.0.402
**Describe the bug**
In our logs, we saw the following error but do not know t…
-
I have an external client, that is configured like this:
.AddOpenIdConnect("oidc", "Demo FAS", options =>
{
options.SignInScheme = IdentityServerConstants.ExternalCook…
-
There are many posts on the internet dating back 10+ years discussing that AspNetCoreIdentity can be extended for MultiTenancy, but no one seems to have a working sample of how to implement it. All th…
-
### Which version of Duende IdentityServer are you using?
6.1.0
### Which version of .NET are you using?
.NET 6
### Question
I am following Quickstarts from official docs, I have just finis…