From 16ebb1ca0083d58e70df69e74b79890b653461db Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 3 Jun 2022 13:23:02 -1000 Subject: [PATCH] Update claims.md (#26047) --- aspnetcore/security/authentication/claims.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/claims.md b/aspnetcore/security/authentication/claims.md index b93905aad9..3a47af5540 100644 --- a/aspnetcore/security/authentication/claims.md +++ b/aspnetcore/security/authentication/claims.md @@ -60,11 +60,13 @@ The interface a builder.Services.AddTransient(); ``` + ## Map claims from external identity providers @@ -218,4 +220,4 @@ Refer to the following document: [Persist additional claims and tokens from external providers in ASP.NET Core](xref:security/authentication/social/additional-claims) -:::moniker-end \ No newline at end of file +:::moniker-end