Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Ayudaaaaaaa #44

Open
luiscarlosfertl opened this issue Oct 22, 2019 · 0 comments
Open

Ayudaaaaaaa #44

luiscarlosfertl opened this issue Oct 22, 2019 · 0 comments

Comments

@luiscarlosfertl
Copy link

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant