You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
@vimalgovind143 could you do me a favor and elaborate on this fix? I have a very old legacy project that I inherited that is running into this issue. I don't see OauthUtility? Do I have to fork and modify the source code or something?
@jpgilchrist hello, yes i have an updated source will fork this repository to my account and will update latest source .i will let u know once it is completed.
Google authentication(may be other provider as well) is not working on the strict tls 1.2 above servers.
at System.Net.SSPIWrapper.AcquireCredentialsHandle(SSPIInterface SecModule, String package, CredentialUse intent, SecureCredential scc)
at System.Net.Security.SecureChannel.AcquireCredentialsHandle(CredentialUse credUsage, SecureCredential& secureCredential)
at System.Net.Security.SecureChannel.AcquireClientCredentials(Byte[]& thumbPrint)
at System.Net.Security.SecureChannel.GenerateToken(Byte[] input, Int32 offset, Int32 count, Byte[]& output)
at System.Net.Security.SecureChannel.NextMessage(Byte[] incoming, Int32 offset, Int32 count)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
at System.Net.TlsStream.CallProcessAuthentication(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.ConnectStream.WriteHeaders(Boolean async)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at Nemiro.OAuth.OAuthUtility.ExecuteRequest(String method, String endpoint, HttpParameterCollection parameters, HttpAuthorization authorization, NameValueCollection headers, String contentType, AccessToken accessToken, Boolean allowWriteStreamBuffering, Boolean allowSendChunked, Int64 contentLength, HttpWriteRequestStream streamWriteCallback, Int32 writeBufferSize, Int32 readBufferSize, Boolean donotEncodeKeys)
--- End of inner exception stack trace ---
at Nemiro.OAuth.OAuthUtility.ExecuteRequest(String method, String endpoint, HttpParameterCollection parameters, HttpAuthorization authorization, NameValueCollection headers, String contentType, AccessToken accessToken, Boolean allowWriteStreamBuffering, Boolean allowSendChunked, Int64 contentLength, HttpWriteRequestStream streamWriteCallback, Int32 writeBufferSize, Int32 readBufferSize, Boolean donotEncodeKeys)
at Nemiro.OAuth.OAuthUtility.Post(String endpoint, HttpParameterCollection parameters, HttpAuthorization authorization, NameValueCollection headers, String contentType, AccessToken accessToken, Boolean allowWriteStreamBuffering, Boolean allowSendChunked, Int64 contentLength, HttpWriteRequestStream streamWriteCallback, Int32 writeBufferSize, Int32 readBufferSize, Boolean donotEncodeKeys)
at Nemiro.OAuth.OAuth2Client.GetAccessToken()
at Nemiro.OAuth.OAuthBase.get_AccessToken()
at Nemiro.OAuth.OAuthWeb.VerifyAuthorization(String requestId, String code)
The text was updated successfully, but these errors were encountered: