From c6c2cb78751a8449236e0c4538b1f74ec71299ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sun, 27 Nov 2022 07:07:25 +0100 Subject: [PATCH] Add refresh_token to the list of grant types supported by LinkedIn --- .../OpenIddictClientWebIntegrationProviders.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml index a68e613d..ab7f6c01 100644 --- a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml +++ b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml @@ -57,7 +57,11 @@ + UserinfoEndpoint="https://api.linkedin.com/v2/me"> + + + +