Brightspace / D2L.Security.OAuth2

Brightspace OAuth 2.0 for C#
Apache License 2.0
7 stars 16 forks source link

Remove deprecated WebAPI functionality #30

Closed j3parker closed 8 years ago

j3parker commented 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.)