Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Announcement]: Removed deprecated Authentication property from HttpContext (including all of 1.x auth stack) #6533

Closed
davidfowl opened this issue Jan 9, 2019 · 3 comments
Labels
breaking-change This issue / pr will introduce a breaking change, when resolved / merged.
Milestone

Comments

@davidfowl
Copy link
Member

davidfowl commented Jan 9, 2019

This is the discussion item for aspnet/Announcements#337

As part of #6504 we've removed the deprecated Authentication property. The Authentication property has been deprecated since 2.0 and a migration guide was published to migrate code using this deprecated property to the new replacement APIs.

@davidfowl davidfowl added the breaking-change This issue / pr will introduce a breaking change, when resolved / merged. label Jan 9, 2019
@davidfowl davidfowl added this to the Discussions milestone Jan 9, 2019
@HaoK HaoK changed the title [Announcement]: HttpContext.Authentication removed [Announcement]: HttpContext.Authentication and Microsoft.AspNetCore.Http.Authentication removed Jan 10, 2019
@HaoK
Copy link
Member

HaoK commented Jan 10, 2019

We have also removed all of the old 1.x authentication classes and namespaces as well:

Microsoft.AspNetCore.Http.Authentication and most of Microsoft.AspNetCore.Http.Features.Authentication

@davidfowl davidfowl changed the title [Announcement]: HttpContext.Authentication and Microsoft.AspNetCore.Http.Authentication removed [Announcement]: Removed deprecated Authentication property from HttpContext (including all of 1.x auth stack) Jan 10, 2019
@HaoK
Copy link
Member

HaoK commented Jan 29, 2019

The UseIdentity/UseGoogle/UseFacebook/UseTwitter/etc obsolete 1.x methods have all been removed as well in #6965

@aspnet-hello
Copy link

We periodically close 'discussion' issues that have not been updated in a long period of time.

We apologize if this causes any inconvenience. We ask that if you are still encountering an issue, please log a new issue with updated information and we will investigate.

@dotnet dotnet locked and limited conversation to collaborators Apr 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking-change This issue / pr will introduce a breaking change, when resolved / merged.
Projects
None yet
Development

No branches or pull requests

4 participants