OAuthAuthorizationServerOptions.AllowInsecureHttp Property

True to allow authorize and token requests to arrive on http URI addresses, and to allow incoming redirect_uri authorize request parameter to have http URI addresses.

Namespace:  Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

'Declaration
Public Property AllowInsecureHttp As Boolean 
    Get 
    Set
'Usage
Dim instance As OAuthAuthorizationServerOptions 
Dim value As Boolean 

value = instance.AllowInsecureHttp

instance.AllowInsecureHttp = value
public bool AllowInsecureHttp { get; set; }
public:
property bool AllowInsecureHttp {
    bool get ();
    void set (bool value);
}
member AllowInsecureHttp : bool with get, set
function get AllowInsecureHttp () : boolean 
function set AllowInsecureHttp (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

OAuthAuthorizationServerOptions Class

Microsoft.Owin.Security.OAuth Namespace