AspNet.Security.OAuth.Providers icon indicating copy to clipboard operation
AspNet.Security.OAuth.Providers copied to clipboard

Determine whether `LineAuthenticationHandler.ExchangeCodeAsync()` is necessary

Open kevinchalet opened this issue 2 years ago • 1 comments

AFAICT, LineAuthenticationHandler.ExchangeCodeAsync() doesn't seem to do anything special so it's probably not necessary.

https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/blob/cbbc7a1cb78ff9898b6110e8c60aae967fd86356/src/AspNet.Security.OAuth.Line/LineAuthenticationHandler.cs#L35-L66

kevinchalet avatar Jun 02 '22 15:06 kevinchalet

Reviewing the code, the only difference appears to be that the OAuthHandler implementation sets HttpRequestMessage.Version.

martincostello avatar Jun 03 '22 08:06 martincostello