From c5a6284aa8f8e57d73c349d2a8d22291eeee6a74 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 19 Dec 2018 14:53:12 -0800 Subject: [PATCH] Remove JwtBearer and OIDC authentication from the shared framework These are being pulled out of the shared framework and will ship as NuGet packages. These assemblies have a dependency on the IdentityModel APIs which do no yet fit the guidelines the shared framework. cref aspnet/AspNetCore#3755 --- build/artifacts.props | 6 +++--- src/Framework/Microsoft.AspNetCore.App.props | 8 -------- .../Microsoft.AspNetCore.Authentication.JwtBearer.csproj | 1 + ...crosoft.AspNetCore.Authentication.OpenIdConnect.csproj | 1 + 4 files changed, 5 insertions(+), 11 deletions(-) diff --git a/build/artifacts.props b/build/artifacts.props index 5d623f9ad5..662350e960 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -23,11 +23,12 @@ This can be done once #4246 is complete, and done in conjunction with converting + + - @@ -79,6 +80,7 @@ This can be done once #4246 is complete, and done in conjunction with converting + @@ -108,9 +110,7 @@ This can be done once #4246 is complete, and done in conjunction with converting - - diff --git a/src/Framework/Microsoft.AspNetCore.App.props b/src/Framework/Microsoft.AspNetCore.App.props index cbbded6f00..9b63217a7a 100644 --- a/src/Framework/Microsoft.AspNetCore.App.props +++ b/src/Framework/Microsoft.AspNetCore.App.props @@ -17,9 +17,7 @@ - - @@ -133,15 +131,9 @@ - - - - - - diff --git a/src/Security/Authentication/JwtBearer/src/Microsoft.AspNetCore.Authentication.JwtBearer.csproj b/src/Security/Authentication/JwtBearer/src/Microsoft.AspNetCore.Authentication.JwtBearer.csproj index 5081b23619..031b422413 100644 --- a/src/Security/Authentication/JwtBearer/src/Microsoft.AspNetCore.Authentication.JwtBearer.csproj +++ b/src/Security/Authentication/JwtBearer/src/Microsoft.AspNetCore.Authentication.JwtBearer.csproj @@ -6,6 +6,7 @@ $(NoWarn);CS1591 true aspnetcore;authentication;security + true diff --git a/src/Security/Authentication/OpenIdConnect/src/Microsoft.AspNetCore.Authentication.OpenIdConnect.csproj b/src/Security/Authentication/OpenIdConnect/src/Microsoft.AspNetCore.Authentication.OpenIdConnect.csproj index b8a6f0722c..2ccf7b01d8 100644 --- a/src/Security/Authentication/OpenIdConnect/src/Microsoft.AspNetCore.Authentication.OpenIdConnect.csproj +++ b/src/Security/Authentication/OpenIdConnect/src/Microsoft.AspNetCore.Authentication.OpenIdConnect.csproj @@ -6,6 +6,7 @@ $(NoWarn);CS1591 true aspnetcore;authentication;security + true