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.
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")
End If
Try
Dim provider As String = "LinkedIn"
Dim returnUrl As String = New Uri(Request.Url, "login_social.aspx").AbsoluteUri
OAuthWeb.RedirectToAuthorization(provider, returnUrl)
Catch ex As Exception
LiteralError.Text = "<strong>Existen los Siguientes Errores en el Formulario</strong><br>" & ex.Message
ScriptManager.RegisterStartupScript(Me, Me.GetType(), "msjError", "msjError();", True)
End Try
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Cunado quiero conectar a Provider: LinkedIn, me da el sigueinte error
Anulada la solicitud: No se puede crear un canal seguro SSL/TLS.
The text was updated successfully, but these errors were encountered: