This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Auth 2.0 Part II: Revenge of AuthZ #1190
Closed
Description
Sequel to: #1179
Authentication:
Host Wave PRs:
- HttpSys: Prototype Auth 2.0 changes HttpSysServer#325
- IISIntegration: Auth 2.0 + IISListener IISIntegration#338
- AspNetCoreModule: Only register the auth handler based on the environment variable IISIntegration#371
- ServerTests
Cleanup PRs/Issues:
- Options Initializer support: Add Initialize<TOptions> Options#187
- Replace Auth double locking with Initialize for fixup Switch to services.Initialize<TOptions> #1206
- Rationalize AddXyz() behavior: Standardize services.AddXyz() behavior with default config #1191 PR: Add ConfigureAspNetCoreDefaults MetaPackages#118
- Obsolete HttpAbstractions: Obsolete Auth 1.0 HttpAbstractions#806
- Revisit Events/Context Auth 2.0 Cleanup: Revisit cleanup events/context #1181
- Reenable ApiCheck
- Fixup all the samples to use new Identity API again
Issues:
- Need docs/Migration: Write a migration guide for Authentication 1.0 to 2.0 dotnet/AspNetCore.Docs#3054
Authorization: #1193
- 401 vs 403, error/diagonstics: AuthZ 2.0 Improve failure scenarios + [401 vs 403?] #901
- Shared AuthZPolicyEvaluator: Prototype shared AuthorizationPolicyEvaluator #1148
- Add IAuthorizationHandlerProvider: Add IAuthorizationHandlerProvider interface #1176