RolandGuijt

Results 11 issues of RolandGuijt

The CMF only seems to return a negative number or NaN.

Right now when the cancel button is pressed on the login page an exception occurs. Reason is that by default the access.denied response from IdentityServer is not handled by the...

`AuthorizeRequestValidator` in the `ValidateCoreParameters` method only applies the received response_mode (e.g. "fragment") to the redirect url after checking for grant type and PKCE errors. When such errors occurs it returns...

In v7 the login page is displayed over and over again when the max_age parameter in an authorization endpoint request is set to 0. It is cause by the fact...

Right now PersistedGrantFilter will throw if certain conditions are met. Part of these conditions is a check that the ClientIds and Types collections are not null. In addition there should...

enhancement

With the DeleteRetiredKeys option enabled keys from any configured store are now not deleted if they can't be unprotected. Please see the way the keys collection is built before [this](https://github.com/DuendeSoftware/IdentityServer/blob/e9860c6488f90e8fbc11a4452b9dd111dbfae933/src/IdentityServer/Services/Default/KeyManagement/KeyManager.cs#L463)...

Configuration, diagnostics, DPOP, MTLS, PAT, ScopesAndResources, SessionManagement, TokenManagement

Current example uses preview packages

Yarp has evolved to a point where there are now features that can be used in favor of some custom code implemented earlier. One of these features is forwarding requests...

Move all configuration code to program.cs conforming to .NET 6+ standard