IdentityServer / IdentityServer3.AspNetIdentity

ASP.NET Identity support for Thinktecture IdentityServer3
Apache License 2.0
64 stars 51 forks source link

authorization in custom controller #64

Closed sadeghhp closed 8 years ago

sadeghhp commented 8 years ago

i have added a custom controller in project. but i can not use authorize attribute to route user to login page and after login i can not detect user in asp.net context as a user.

brockallen commented 8 years ago

Only suggestion is to look at our samples.