Hao Kung
ba1eb281d1
Stop logging username/token
...
Fixes https://github.com/aspnet/Security/issues/1259
2018-01-16 11:40:05 -08:00
Nate McMaster
bd8ecd0268
Pin tool and package versions to make builds more repeatable
...
Part of aspnet/Universe#575
2017-11-01 16:37:42 -07:00
Javier Calvarro Nelson
5abcfe7e3d
Update API check baselines to 2.0
2017-09-22 17:24:10 -07:00
Hao Kung
863846bb2a
Cleanup resx ( #1424 )
2017-09-14 10:59:59 -07:00
Nate McMaster
a53bf093a7
Use PackageLineup to manage PackageReference versions
2017-08-29 15:26:04 -07:00
Nate McMaster
724be48ee9
Use Directory.Build.props/targets
2017-08-29 15:24:01 -07:00
Brian Chavez
414d596639
Spelling and grammar cleanup ( #1391 )
2017-08-27 21:03:29 -07:00
Hao Kung
80383606d3
AuthZ: Eliminate extra ToArray()
2017-06-27 10:31:42 -07:00
Pranav K
4a258b4565
Remove usage of TaskCache
2017-06-08 09:01:00 -07:00
Hao Kung
0b41dd1289
Disable api check to unblock build
2017-05-25 20:25:04 -07:00
Hao Kung
e940cdb36b
AuthZ 2.0 changes + react to Http
2017-05-25 18:29:19 -07:00
Chris R
30392a1811
Retarget to netstandard2.0 and net461
2017-05-24 19:04:48 -07:00
Pavel Krymets
36605636df
Remove unnecessary package references ( #1210 )
2017-05-10 11:47:56 -07:00
Chris R
d84abf1fe6
Migrate to netcoreapp2.0 ( #1202 )
...
* Migrate to netcoreapp2.0, remove Microsoft.Owin.Security.Interop & tests.
* Remove net45 baselines
2017-05-04 19:26:44 -07:00
Pranav K
ffa45dbd01
Change compilation targets.
...
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 06:04:21 -07:00
Nate McMaster
10ef26d63c
Consolidate dependency versions into one file and remove workarounds
2017-03-15 18:12:53 -07:00
Nate McMaster
9847f40654
Downgrade to stable packages
2017-02-14 16:15:42 -08:00
Nate McMaster
7634c5420a
Upgrade to RC.3
...
Removes __TemporarySources__ to use contentFiles packages
Remove default globs
Update test platform
2017-01-19 22:31:43 -08:00
Nate McMaster
861026cd76
Remove redundant references
2017-01-05 18:16:07 -08:00
Nate McMaster
ba8f85d972
Upgrade to VS 2017
2017-01-05 13:53:05 -08:00
Pranav K
7ab28ecdc6
Updating to 4.4 CoreFx packages
2016-12-14 14:47:31 -08:00
Pranav K
46df38de68
Updating versions to 1.2.0-*
2016-11-09 14:19:34 -08:00
jacalvar
82c231efca
Created public API baselines
2016-11-08 11:38:53 -08:00
Pranav K
f64c864911
Updating partner package versions
2016-10-03 14:28:05 -07:00
Hao Kung
e8f55bdb13
Add Fail fast option for AuthZ
2016-09-15 16:12:54 -07:00
Pavel Krymets
ce0ed3d237
Use TaskCache class from Microsoft.Extensions.TaskCache.Sources ( #968 )
...
Instead of Task.FromResult(0)
2016-09-08 10:01:53 -07:00
Hao Kung
d291bb7c24
Add AuthZHandlerContextFactory
2016-08-19 17:04:09 -07:00
Hao Kung
6f15d616a8
Add IAuthorizationEvaluator
2016-08-19 17:04:09 -07:00
Ryan Brandenburg
c16fc06cb9
Modify warning about policy behavior ( #924 )
2016-07-28 16:55:08 -07:00
Ryan Brandenburg
651815c282
Remove OfType allocations ( #906 )
2016-07-25 16:31:27 -07:00
Doug Bunting
792b316950
One build to rule them all
...
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 12:40:05 -07:00
Pranav K
d8d408638e
Updating to dev versions
...
# Conflicts:
# src/Microsoft.AspNetCore.Authentication.OAuth/project.json
# src/Microsoft.AspNetCore.Authentication.Twitter/project.json
2016-06-16 11:31:40 -07:00
Hao Kung
666ad0fc3b
Doc comment update
2016-06-13 14:10:43 -07:00
Hao Kung
34ee0212d0
Fix misc feedback
2016-06-10 15:37:08 -07:00
Barry Dorrans
38e89d498d
Doc Comments
2016-06-09 16:15:09 -07:00
Hao Kung
35d0592701
Make AuthorizationHandler<TReq> async only
2016-06-03 13:26:16 -07:00
Hao Kung
c257c9528f
AuthZ: Combine needs to use policy provider
...
Fixes https://github.com/aspnet/Security/issues/841
2016-05-31 13:45:48 -07:00
BrennanConroy
1a99fad0c6
Rename AuthorizationContext
2016-05-16 09:30:33 -07:00
Pranav K
f6cdb9faf9
Fix build warnings
2016-05-02 11:27:26 -07:00
Pranav K
a41c578d88
Removing imports from src projects
2016-04-08 06:49:18 -07:00
Hao Kung
4d6ad51f8a
Add fallback logging for username in AuthZ
2016-03-31 13:09:32 -07:00
jacalvar
4086d70628
Add comments to AddAuthentication extension methods
2016-03-28 15:44:15 -07:00
Kiran Challa
6d4a80e747
[ Fixes #532 ] Replace hard-coded logging event ids with a class of consts
2016-03-24 07:11:53 -07:00
Eilon Lipton
4bfeba2a3c
Update project.json
...
@tratcher said :shipit:
2016-03-10 15:16:54 -08:00
Eilon Lipton
d78f7edfc7
Fix package metadata
...
And also a few other Core-related renames.
2016-03-09 23:14:51 -08:00
Ajay Bhargav Baaskaran
9dfe4d9699
Enabled xml doc generation
2016-03-04 15:49:20 -08:00
Ajay Bhargav Baaskaran
94e0088eea
Added Company, Copyright and Product attributes to AssemblyInfo
2016-03-03 17:33:22 -08:00
Pranav K
cedef4dcba
Fix build break
2016-03-03 06:39:15 -08:00
Doug Bunting
fbb628298c
Remove project name from output path
...
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 21:20:11 -08:00
Hao Kung
b5300ad0e4
Update doc comments
2016-03-02 13:46:47 -08:00