Skip to content

Commit 945fc9d

Browse files
authored
Update ID0051 description
1 parent ffd10ea commit 945fc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenIddict.Abstractions/OpenIddictResources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ To extract end session requests, create a class implementing 'IOpenIddictServerH
297297
</data>
298298
<data name="ID0051" xml:space="preserve">
299299
<value>The end session request was not handled.
300-
To handle end session requests in a controller, create a custom controller action with the same route as the end session endpoint and enable the pass-through mode in the server ASP.NET Core or OWIN options using 'services.AddOpenIddict().AddServer().UseAspNetCore().EnableLogoutEndpointPassthrough()'.
300+
To handle end session requests in a controller, create a custom controller action with the same route as the end session endpoint and enable the pass-through mode in the server ASP.NET Core or OWIN options using 'services.AddOpenIddict().AddServer().UseAspNetCore().EnableEndSessionEndpointPassthrough()'.
301301
Alternatively, create a class implementing 'IOpenIddictServerHandler&lt;HandleEndSessionRequestContext&gt;' and register it using 'services.AddOpenIddict().AddServer().AddEventHandler()'.</value>
302302
</data>
303303
<data name="ID0052" xml:space="preserve">

0 commit comments

Comments
 (0)