Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

RazorPage.User should be ClaimsPrincipal #2167

Closed
HaoK opened this issue Mar 13, 2015 · 2 comments
Closed

RazorPage.User should be ClaimsPrincipal #2167

HaoK opened this issue Mar 13, 2015 · 2 comments

Comments

@HaoK
Copy link
Member

HaoK commented Mar 13, 2015

HttpContext.User is now ClaimsPrincipal, Identity wants to be able to move its extensions onto ClaimsPrincipal instead of IPrincipal, but we can't until Razor also moves onto ClaimsPrincipal

https://github.com/aspnet/Mvc/blob/dev/src/Microsoft.AspNet.Mvc.Razor/RazorPage.cs#L91

@davidfowl
Copy link
Member

Yes

@ianhong
Copy link
Contributor

ianhong commented Mar 17, 2015

ee49ab7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants