Brightspace / D2L.Security.OAuth2

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

US81987: exposing some AccessTokenExtensions methods for use in platf… #62

Closed astadelbauer closed 7 years ago

astadelbauer commented 7 years ago

…ormTools/impersonation

j3parker commented 7 years ago

I'll bump the version and open a PR to use the new version in the LMS after CI passes & this is merged.

omsmith commented 7 years ago

Would we not just use ID2LPrincipal?

astadelbauer commented 7 years ago

ID2LPrincipal would be great, but we didn't think it would work since we're passing the token in the form post body and not actually doing authentication with it -- @j3parker understands more than I do :)

omsmith commented 7 years ago

Oh yeah, that part.