SimpleIdServer
SimpleIdServer
Hello @gabrielemilan ! In your Program.cs file, can you add the following instruction and try again? `MessageDataDefaults.AlwaysWriteToRepository = true;` According to the documentation, when this property is set to true,...
The missing NuGet package has been published. :)
Hello, Unfortunately, the documentation is not up to date, and the specified URLs are incorrect. When the Identity Server is created using the .NET template project, the realm is enabled...
When the IsRealmEnabled property is set to true, the root page is disabled and can only be accessed via the following URL: https://localhost:5001/. I have created ticket #796 to add...
We haven't abandoned PKCE. Since version 5.0.3, we removed PKCE from the client authentication methods because, according to the RFC: "**PKCE is not a form of client authentication¨**, and PKCE...
I’ve accepted your merge request 😊 I removed the **IgnoreEmptyOthInJwksEndpoint** setting from the configuration because, according to [RFC 7517](https://datatracker.ietf.org/doc/html/rfc7517), the oth parameter must not be returned by the JWKS endpoint.
Hello @gabrielemilan , It is possible to return a list of PATCH operations in an external event. Each PATCH operation represents an action executed on a property of the representation....
The nuget package version 5.0.1 is published :)
Hello, **First question**: Even if you are not using the Back-Channel Authentication method, the Hangfire library is still utilized by the UserSessionJob class to revoke user sessions across different clients...
Hello, The version 5.0.3 will be published by the end of the month! 🙂 Next month, we’ll release version 6.0.0, which introduces a new feature: a form builder. This feature...