From 84e13ca9de08b7c6418bf39d1310f30669c4c300 Mon Sep 17 00:00:00 2001 From: OpenIddict Bot <32257313+openiddict-bot@users.noreply.github.com> Date: Mon, 8 Feb 2021 11:03:13 +0000 Subject: [PATCH] Update the documentation pages --- configuration/claim-destinations.html | 2 -- manifest.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configuration/claim-destinations.html b/configuration/claim-destinations.html index 5fd49e9..03a4241 100644 --- a/configuration/claim-destinations.html +++ b/configuration/claim-destinations.html @@ -118,8 +118,6 @@ foreach (var claim in principal.Claims) OpenIddictConstants.Destinations.AccessToken } }); - - claim.SetDestinations(GetDestinations(claim, principal)); } return SignIn(principal, OpenIddictServerAspNetCoreDefaults.AuthenticationScheme); diff --git a/manifest.json b/manifest.json index 71aaead..1be2167 100644 --- a/manifest.json +++ b/manifest.json @@ -9873,7 +9873,7 @@ "output": { ".html": { "relative_path": "configuration/claim-destinations.html", - "hash": "+kZddjMzG7VE3TUwSsEjJg==" + "hash": "b6W6+6atKh+bmNfvHfij4A==" } }, "is_incremental": false,