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

public bool AllowInsecureHttp { get; set; }
public:
property bool AllowInsecureHttp {
    bool get();
    void set(bool value);
}
member AllowInsecureHttp : bool with get, set
Public Property AllowInsecureHttp As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

OAuthAuthorizationServerOptions Class
Microsoft.Owin.Security.OAuth Namespace

Return to top