11 references to AddIdentities
ClaimsTransformation (1)
ClaimsTransformer.cs (1)
18transformed.AddIdentities(principal.Identities);
Microsoft.AspNetCore.Authentication (2)
src\Shared\SecurityHelper\SecurityHelper.cs (2)
36newPrincipal.AddIdentities(additionalPrincipal.Identities); 42newPrincipal.AddIdentities(existingPrincipal.Identities.Where(i => i.IsAuthenticated || i.Claims.Any()));
Microsoft.AspNetCore.Authorization.Policy (2)
src\Shared\SecurityHelper\SecurityHelper.cs (2)
36newPrincipal.AddIdentities(additionalPrincipal.Identities); 42newPrincipal.AddIdentities(existingPrincipal.Identities.Where(i => i.IsAuthenticated || i.Claims.Any()));
Microsoft.AspNetCore.Http.Connections (2)
src\Shared\SecurityHelper\SecurityHelper.cs (2)
36newPrincipal.AddIdentities(additionalPrincipal.Identities); 42newPrincipal.AddIdentities(existingPrincipal.Identities.Where(i => i.IsAuthenticated || i.Claims.Any()));
Microsoft.AspNetCore.Mvc.Core (2)
src\Shared\SecurityHelper\SecurityHelper.cs (2)
36newPrincipal.AddIdentities(additionalPrincipal.Identities); 42newPrincipal.AddIdentities(existingPrincipal.Identities.Where(i => i.IsAuthenticated || i.Claims.Any()));
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\SecurityHelper\SecurityHelper.cs (2)
36newPrincipal.AddIdentities(additionalPrincipal.Identities); 42newPrincipal.AddIdentities(existingPrincipal.Identities.Where(i => i.IsAuthenticated || i.Claims.Any()));