nemiro.oauth
nemiro.oauth copied to clipboard
Nemiro.OAuth is a class library for authorization via OAuth protocol in .NET Framework
I am trying to add the package and I got this error. Failed to add reference. The package 'Nemiro.OAuth' tried to add a framework reference to 'System' which was not...
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&...
Hi, In ExecuteRequest nemiro.oauth is forcing the use of TLS 1.0 as security protocol. This make impossible to connect to web servers that only support TLS 1.1/1.2 failing with "An...
Hi, I'm using the Google client but the only informations I retrieve after authentication are Email and Userpic, all the other properties of UserInfo are null.
Cunado quiero conectar a Provider: LinkedIn, me da el sigueinte error Anulada la solicitud: No se puede crear un canal seguro SSL/TLS. If OAuthManager.IsRegisteredClient("LinkedIn") = False Then OAuthManager.RegisterClient("LinkedIn", "xxxx", "xxxx")...
Are there any plans to supporting .NET Standard 2.0?
Hi, what is the correct way to create a raw body data parameter? This does not send the parameter correctly: ``` Dim json As String = Me.TextBox1.Text Dim result =...
Хорошо бы добавить название соцсети к реквесту, что бы понять откуда пришёл реквест.
Hi, after register a nemiro.oAuth API in my project, when a try to signing user with FaceBook or Twitter i get the followin mesagges: api.twitter.com/oauth/authorize?oauth_token=DdapZwAAAAAA4_VyAAABY19RKB0:1 Failed to load resource: the...
I was wondering if it would be possible to use this in a windows Universal App?