Browse Source

Incorporate the changes committed in the rel/3.0.5 branch

pull/1277/head
Kévin Chalet 5 years ago
parent
commit
a6dc881642
  1. 2
      src/OpenIddict.Server.Owin/OpenIddictServerOwinHandlers.Session.cs

2
src/OpenIddict.Server.Owin/OpenIddictServerOwinHandlers.Session.cs

@ -45,7 +45,7 @@ namespace OpenIddict.Server.Owin
/*
* Logout request handling:
*/
EnablePassthroughMode<HandleUserinfoRequestContext, RequireLogoutEndpointPassthroughEnabled>.Descriptor,
EnablePassthroughMode<HandleLogoutRequestContext, RequireLogoutEndpointPassthroughEnabled>.Descriptor,
/*
* Logout response processing:

Loading…
Cancel
Save