Javier Calvarro Nelson
4b49f2b482
Revert "Revert Move identity into an Area in a library (using Razor Pages) ( #1537 )"
...
This reverts commit d612d20344 .
2017-12-21 18:17:29 -08:00
Pavel Krymets
d612d20344
Revert Move identity into an Area in a library (using Razor Pages) ( #1537 )
2017-12-21 16:58:59 -08:00
Javier Calvarro Nelson
2964515d85
Adds support for a default UI for identity.
...
* The default UI uses its own Area (Identity).
* The default UI requires MVC and StaticFiles to be present on the
request processing pipeline.
* The default UI requires the user to provide a '_LoginPartial ' partial
view in their application in a location that the view engine will find
it. This location is tipically /Pages/Shared or /Views/Shared
* Current limitations:
* The UI is self-contained and non-customizable (outside of things possible with Razor pages).
* Customizing the User, role, etc. is not supported at this time.
2017-12-21 14:20:42 -08:00
ASP.NET CI
f05baec284
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-18 17:07:51 -08:00
ASP.NET CI
6204b822e5
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-13 20:53:18 +00:00
ASP.NET CI
d79018aca6
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-10 12:52:24 -08:00
Pranav K
1e53a61983
Specify runtime versions to install
2017-11-29 14:09:27 -08:00
Pranav K
c352a9b8dc
Replace aspnetcore-ci-dev feed with aspnetcore-dev
2017-11-21 15:48:00 -08:00
Nate McMaster
145f645bcf
Use MSBuild to set NuGet feeds instead of NuGet.config ( #1506 )
2017-11-20 15:22:19 -08:00
Pranav K
66aa93540f
Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1
2017-11-17 13:00:25 -08:00
Pranav K
e93d29522e
Update package versions to resolve compiler error
2017-11-15 11:27:25 -08:00
Nate McMaster
52dfb02175
Pin tool and package versions to make builds more repeatable
2017-10-31 14:43:19 -07:00
Nate McMaster
6ec67d9521
Remove Identity.Samples.sln and add the WPF sample to Identity.sln ( #1407 )
2017-08-31 17:05:41 -07:00
Nate McMaster
1734c7ff3d
Use PackageLineup to manage PackageReference versions
2017-08-29 14:55:50 -07:00
Nate McMaster
55a5001c03
Use Directory.Build.props/targets
2017-08-29 14:13:32 -07:00
Nate McMaster
0f5bc9dac8
Upgrade to xunit 2.3.0-beta4 ( #1393 )
2017-08-23 14:51:39 -07:00
Javier Calvarro Nelson
7216144fb8
Remove WPF application from build
2017-08-22 12:55:54 -07:00
Nate McMaster
23a3c98e2e
Update bootstrappers to use the compiled version of KoreBuild
...
[ci skip]
2017-07-25 16:32:36 -07:00
Pranav K
edb58f1626
Updating to InternalAspNetCoreSdkVersion 2.1.1-*
2017-07-25 15:13:31 -07:00
Ryan Brandenburg
e9841001cb
Set AspNetCoreVersion
2017-07-24 17:56:33 -07:00
Pranav K
185e9e055f
Change xunit version in specs to 2.2.0
2017-07-24 10:39:21 -07:00
Mike Harder
43e5c8699c
Rename Owin version property for consistency ( #1317 )
2017-07-14 18:27:23 -07:00
Mike Harder
25308845b8
Update IdentityModel to latest ( #1314 )
2017-07-12 11:50:18 -07:00
Pavel Krymets
8f5117b278
Update AzureKeyVaultVersion to 2.3.2 ( #1313 )
2017-07-11 14:34:35 -07:00
Ryan Brandenburg
4cb7f030ba
Set "TreatWarningsAsErrors" before NuGet restore
...
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:41:46 -07:00
Nate McMaster
a72acc93dc
React to aspnet/BuildTools#293
...
[ci skip]
2017-07-06 10:37:49 -07:00
John Luo
255d244241
Update Microsoft.Azure.KeyVault version
2017-07-05 12:33:37 -07:00
Ryan Brandenburg
609cac9c75
Remove NETStandard.Library.NETFramework and update Moq
2017-06-29 10:53:55 -07:00
Pranav K
15edb0bfe2
Update dependencies.props
...
* Update Moq to 4.7.49.
* Add NETStandardImplicitPackageVersion
2017-06-29 08:11:49 -07:00
Pavel Krymets
4f8e062cb5
Update IdentityModelActiveDirectoryVersion ( #1292 )
2017-06-28 14:41:39 -07:00
Hao Kung
f555a26b4a
Make roles optional in Extensions.Identity
2017-06-20 13:32:42 -07:00
Nate McMaster
f413be3183
Update CoreFxVersion to 4.4.0-*
2017-06-13 11:39:29 -07:00
John Luo
8baaf1f0c1
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-09 16:02:54 -07:00
John Luo
2354d87497
Update Microsoft.IdentityModel.Clients.ActiveDirectory version to 3.13.9
2017-06-09 15:41:06 -07:00
Pranav K
d5f6ca0e67
Branching for rel/2.0.0-preview2
2017-05-31 19:36:43 -07:00
Kiran Challa
3e7ac46d70
Updated to use the latest shared runtime
2017-05-29 04:40:35 -07:00
Javier Calvarro Nelson
f0a6eee30e
Add support for keyvault
2017-05-26 13:16:29 -07:00
Hao Kung
45f9780d32
Switch back to netstandard2.0
2017-05-26 12:45:28 -07:00
Pranav K
a5ddfc1f21
Fix build break (part 2)
2017-05-25 09:15:59 -07:00
Nate McMaster
cc4183c7ed
Upgrade test framework versions and fix test issues
2017-05-15 12:19:17 -07:00
Javier Calvarro Nelson
c7567f9f74
Add support for exposing identity as a service
2017-05-11 15:52:29 -07:00
Pavel Krymets
ba64cd0fb0
Remove unnecessary package references ( #1190 )
2017-05-10 11:31:51 -07:00
Andrew Stanton-Nurse
1909240393
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-04 15:50:44 -07:00
Andrew Stanton-Nurse
d19f44124b
netcoreapp2.0 ( #1183 )
2017-05-04 15:49:48 -07:00
Pranav K
ef3e6100e1
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-05-01 22:02:07 -07:00
Pranav K
18ff4c3a63
Use the bundled NETStandard.Library package in netstandard targeting libraries
2017-05-01 12:39:33 -07:00
Pranav K
948e465e93
Branching for 2.0.0-preview1
2017-04-25 22:02:58 -07:00
Pranav K
7721f32a39
Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one
2017-04-25 11:04:08 -07:00
Kiran Challa
7e051d92cb
Converted samples and test projects to run on netcoreapp2.0
2017-04-05 12:10:45 -07:00
Pranav K
4db377dfb0
Updating versions to 2.0.0-preview1
2017-04-03 21:41:10 -07:00