From fd6d074f6e0e22e716e80a9123af0512083fe7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Tue, 21 Feb 2023 15:54:29 +0100 Subject: [PATCH] Fix RestoreTokenResponseFromMarshalledAuthentication to be correctly registered --- .../OpenIddictClientSystemIntegrationHandlers.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationHandlers.cs b/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationHandlers.cs index 56d0d0bd..102f7588 100644 --- a/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationHandlers.cs +++ b/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationHandlers.cs @@ -53,6 +53,7 @@ public static partial class OpenIddictClientSystemIntegrationHandlers RestoreFrontchannelIdentityTokenPrincipalFromMarshalledAuthentication.Descriptor, RestoreFrontchannelAccessTokenPrincipalFromMarshalledAuthentication.Descriptor, RestoreAuthorizationCodePrincipalFromMarshalledAuthentication.Descriptor, + RestoreTokenResponseFromMarshalledAuthentication.Descriptor, RestoreBackchannelTokensFromMarshalledAuthentication.Descriptor, RestoreBackchannelIdentityTokenPrincipalFromMarshalledAuthentication.Descriptor, RestoreBackchannelAccessTokenPrincipalFromMarshalledAuthentication.Descriptor,