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
Pranav K
935780644a
Update samples and tests to target netcoreapp2.1
2017-11-14 10:40:53 -08:00
Nate McMaster
52dfb02175
Pin tool and package versions to make builds more repeatable
2017-10-31 14:43:19 -07:00
Hao Kung
f147951d92
Revert "use WebHost.CreateDefaultBuilder in IdentitySample.Mvc"
...
This reverts commit 20ec50d5d2 .
2017-10-24 14:54:41 -07:00
Hao Kung
c69b0423a4
Revert "add Microsoft.AspNetCore dependency"
...
This reverts commit 9842863695 .
2017-10-24 14:54:39 -07:00
Tugberk Ugurlu
9842863695
add Microsoft.AspNetCore dependency
2017-10-24 14:40:24 -07:00
Tugberk Ugurlu
20ec50d5d2
use WebHost.CreateDefaultBuilder in IdentitySample.Mvc
...
so that it picks up the logging config from the `appsettings.json`
2017-10-24 14:40:24 -07:00
Javier Calvarro Nelson
f11d692976
Rename the area IdentityService to Identity
2017-09-01 14:05:00 -07:00
Javier Calvarro Nelson
0fbef1ec0b
Fix issue with the Msal filter
2017-09-01 11:24:44 -07:00
Javier Calvarro Nelson
22509c0872
Modified Msal filter on the sample to be more permisive
2017-09-01 10:49:12 -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
c8cf56520a
Remove DotNetCliToolReference to workaround NuGet/Home#5716
2017-08-29 15:43:06 -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
Javier Calvarro Nelson
a7804c30cc
Workaround for MSAL.js sending the logout request with the wrong casing
2017-08-28 18:59:34 -07:00
Javier Calvarro Nelson
971baec111
Workaround for Visual Studio complaining about inexisting project.json file
2017-08-28 18:58:52 -07:00
Javier Calvarro Nelson
8112557164
Update migration to enable all scenarios out of the box
2017-08-25 13:50:39 -07:00
Javier Calvarro Nelson
293976688a
Added basic MSAL UI to the sample, added SPA sample
2017-08-22 11:08:13 -07:00
Javier Calvarro Nelson
3828f2d7c4
Add native WPF sample for identity and OIDC
2017-08-16 15:57:23 -07:00
Javier Calvarro Nelson
b3c8ff4ae5
Add a website for functional E2E tests and make an OIDC id_token flow succeed
...
Add a couple of functional tests for doing an id_token flow and an authorization_code flow
2017-08-15 18:04:39 -07:00
Ryan Brandenburg
3333161313
Remove TargetFallback
2017-07-05 12:15:17 -07:00
Hao Kung
ef411276d6
Switch to new Auth API ( #1296 )
2017-07-03 11:54:01 -07:00
Javier Calvarro Nelson
f91e3ff342
Fix versions on OIDC sample
2017-06-19 15:34:20 -07:00
Kiran Challa
2ac96dc904
Changed all references of PackageTargetFallback to AssetTargetFallback
2017-06-14 14:25:25 -07:00
Pavel Krymets
f65a544662
React to logging changes
2017-06-07 14:28:07 -07:00
Pavel Krymets
66d69f7ae5
React to logging in DI change
2017-06-02 10:47:35 -07:00
Javier Calvarro Nelson
e38759b8a2
Make OIDC sample netcoreapp2.0 only
2017-05-30 11:50:19 -07:00
Javier Calvarro Nelson
48f9d47e90
Add a sample using OIDC and integrated client
2017-05-30 11:03:22 -07:00
Hao Kung
45f9780d32
Switch back to netstandard2.0
2017-05-26 12:45:28 -07:00
Hao Kung
e6f3ebf581
Refactor Identity into Core + Stores
2017-05-23 11:21:39 -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
Nate McMaster
ca192308c8
Revert "Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved"
...
This reverts commit dff2a3a559 .
2017-04-28 11:50:16 -07:00
Brice Lambson
dff2a3a559
Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved
2017-04-25 15:05:16 -07:00
Hao Kung
bc757faeba
Add GetExternalAuthenticationSchemes back
2017-04-20 15:46:20 -07:00
Hao Kung
c142085695
UseIdentity => UseAuthentication
2017-04-20 12:34:07 -07:00
Hao Kung
4aafafe6f9
Update sample
2017-04-19 17:59:14 -07:00
Hao Kung
14b4bea964
Identity => Auth 2.0
2017-04-19 13:02:19 -07:00
John Luo
b1d1d85aee
Remove cyclic dependency
2017-04-05 18:16:43 -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
b2b32d691b
Revert "Adding System.Security.Claims to samples and tests"
...
This reverts commit 36184161fb .
Fixes #1141
2017-04-03 11:24:23 -07:00
Pranav K
36184161fb
Adding System.Security.Claims to samples and tests
...
This should go away after we migrate everything, but for now this
is required to get the build going.
2017-03-21 16:49:32 -07:00
Pranav K
234b882758
Remove net451 as a compilation target
2017-03-21 16:49:04 -07:00
Pranav K
4f3584f129
Remove unused sample
2017-03-21 16:45:53 -07:00
Nate McMaster
8d8faf9adc
Unify dependency versions to one file and remove workarounds
...
Upgrade to stable version of Moq
Simplify sample dependencies by using metapackage
2017-03-15 14:47:08 -07:00
John Luo
a5ca720ff1
Upgrading to VS 2017
2017-02-02 17:16:39 -08:00
Jonathan Underwood
9e59e79a94
Sample: use FindByEmailAsync in ResetPassword flow
2016-12-29 15:42:11 -08:00
Hao Kung
5aed9742a4
Add authenticator support
2016-12-27 12:59:44 -08:00
Pranav K
20a55b8d1f
Updating to 4.4 CoreFx packages
2016-12-21 16:46:46 -08:00
Tugberk Ugurlu
4af4a434c5
remove About and Contact links from the sample
...
Their corresponding views are missing and when clicked, it gives 404. Not sure if removing is OK (seems so).
2016-11-28 15:50:05 -08:00