Browse Source

Fix the invalid pass-through mode handling for the logout endpoint in the OWIN server host

pull/1310/head
Kévin Chalet 5 years ago
parent
commit
5df28e19b5
  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