From d74e392a0bd5763c74918f6a0bf88aab57953167 Mon Sep 17 00:00:00 2001 From: OpenIddict Bot <32257313+openiddict-bot@users.noreply.github.com> Date: Mon, 8 Feb 2021 11:02:41 +0000 Subject: [PATCH] Update the documentation pages --- configuration/claim-destinations.html | 3 ++- manifest.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configuration/claim-destinations.html b/configuration/claim-destinations.html index d29096a..5fd49e9 100644 --- a/configuration/claim-destinations.html +++ b/configuration/claim-destinations.html @@ -92,7 +92,8 @@ In the typical case, granted scopes can be used to determine what claims are all // but you may want to allow the user to uncheck specific scopes. // For that, simply restrict the list of scopes before calling SetScopes(). principal.SetScopes(request.GetScopes()); -principal.SetResources(await _scopeManager.ListResourcesAsync(principal.GetScopes()).ToListAsync()); +principal.SetResources( + await _scopeManager.ListResourcesAsync(principal.GetScopes()).ToListAsync()); foreach (var claim in principal.Claims) { diff --git a/manifest.json b/manifest.json index 5de419d..71aaead 100644 --- a/manifest.json +++ b/manifest.json @@ -9873,7 +9873,7 @@ "output": { ".html": { "relative_path": "configuration/claim-destinations.html", - "hash": "4xErel33Ient0HRgIObAew==" + "hash": "+kZddjMzG7VE3TUwSsEjJg==" } }, "is_incremental": false,