Skip to content

OAuthWebSample now requires TLS1.2 #97

@deruss

Description

@deruss

Please add the following before using HttpClient to request from https://app.vssps.visualstudio.com/oauth2/*

System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12;

I've placed in Global.asax.cs which worked for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions