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

This is the diff for the SameSite update. Use at your own risk.

Hi, I've problems with single sign out for Identity Server 3. I don't understand what i'm doing wrong. With the current configuration the 'IFrameUrls' collection on the loggedOut page is...

I have a need to be able to propagate the prompt parameter from a client to an upstream IDP. This wasn't possible as it wasn't included in the sign in...

Adds feature requested for IdentityServer4 in IdentityServer/IdentityServer4#810 but this time for IdentityServer3 > It would be nice if there was a supported way to define cache headers for the discovery...

This change extends TokenRevokedDetails with claim property. ## Using new property ``` public class EventHandlerService : IEventService { public Task RaiseAsync(Event @event) { if (@event.Details is TokenRevokedDetails) { var eventDetails...

This pull request was created base on https://github.com/IdentityServer/IdentityServer3/pull/3139. The new repository and branch was created, to have more transparent structure of forked repository.

Solution for the: https://github.com/IdentityServer/IdentityServer3/issues/3153