Steve P
Steve P
- [x] I read and understood how to enable [logging](https://identityserver.github.io/Documentation/docsv2/configuration/logging.html) ### Question / Issue Very minor issue: If I'm reading this correctly, [layout.html](https://github.com/IdentityServer/IdentityServer3/blob/master/source/Core/Services/DefaultViewService/PageAssets/layout.html) does not reference the [default favicon in...
Looks like a regression of #18. The 5.x version of JwtSecurityTokenHandler has only a `CanReadToken( string token )` and thus rejects things like `
I see that several plug-ins have added a force option, for example: https://github.com/gruntjs/grunt-contrib-jshint#force https://github.com/gruntjs/grunt-contrib-clean#force But it would be useful to have a general-purpose way of doing this at the grunt...
The rest of the page talks about `Log.Logger`-related things so it's not clear where `LoggingOptions` goes unless you search the source code.
Adding issue here to help others who may be googling this... If you attempt to use this package with the WsFederation Middleware in OWIN/Katana 4.0 (which uses Microsoft.IdentityModel 5.x) you...
`Microsoft.Owin.CookieOptions` lacks the `Partitioned` flag needed to support CHIPS: https://developers.google.com/privacy-sandbox/blog/cookie-countdown-2023oct
### Expected behavior The setup instructions said to run `npm run build` on the extracted release files ### Actual behavior ``` npm ERR! enoent ENOENT: no such file or directory,...
# Summary Add CareEvolution/MyDataHelps # Quality Assurance Checklist | Review Items | Y/N | |-----------------------------------------|-----| | Site has a publicly known bug bounty or vulnerability disclosure program | Y |...
So far this PR is only the unit tests that illustrate what (I think) is a problem, and I am interested in feedback before I attempt the fix. My expectation...