Closed j3parker closed 8 years ago
The Principal stuff was changed because we aren't using ThreadContext.Principal. The [ScopeAuthorize(...)] attribute has been replaced by [RequireClaim(...)] (with a slightly different implementation.)
ThreadContext.Principal
[ScopeAuthorize(...)]
[RequireClaim(...)]
The Principal stuff was changed because we aren't using
ThreadContext.Principal
. The[ScopeAuthorize(...)]
attribute has been replaced by[RequireClaim(...)]
(with a slightly different implementation.)