Brightspace / D2L.Security.OAuth2

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

Better way to do auth checks that don't rely on attribute order #52

Open omsmith opened 8 years ago

omsmith commented 8 years ago

Currently the order to authorization attributes matters and may change the response body or code.

51 provides one method of "solving" this, but probably not done particularly well.

We should do it better than that.