IdentityServer3 icon indicating copy to clipboard operation
IdentityServer3 copied to clipboard

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana

Results 91 IdentityServer3 issues
Sort by recently updated
recently updated
newest added

Make collections readonly https://github.com/IdentityServer/IdentityServer3/issues/2089#issuecomment-223214171

enhancement
breaking change

using the client credentials flow to issue access tokens, the expiration of these tokens is defined by the AccessTokenLifetime property of the client is it currently possible to have different...

feature idea - discuss!

Hello, I have implemented the check session iframe on each client that use IdentityServer. It works well excepts on Internet Explorer because it has a restriction about third party persistant...

enhancement

- [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...

enhancement

This API sounds like it's the all-in-one to get the origin, but it's only meant to be used in the owin pipeline prior to IdSvr to match the SetIdentityServerOrigin API....

breaking change

Consider adding support for localization of HTML templates. Currently, strings like "Username", "Password", "Local Login", etc are hard coded inside of HTML templates. Only way to add translations ``` Username...

enhancement
0 - Backlog

I need to be able to change the RememberMeDuration per authenticating user. I see the value gets set inside SessionCookie. What I don't see is anyway to get my own...

0 - Backlog
new feature

Code should have lots of "todo: remove in 3.0" to flag it. The issue the overloaded fixed: https://github.com/IdentityServer/IdentityServer3/issues/1619 This will[ be a breaking change, so making it for 3.0.

breaking change