HttpSettings Class

Definition

The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.

public class HttpSettings
type HttpSettings = class
Public Class HttpSettings
Inheritance
HttpSettings

Constructors

HttpSettings()

Initializes a new instance of HttpSettings.

Properties

ForwardProxy

The configuration settings of a forward proxy used to make the requests.

RequireHttps

<code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>.

RoutesApiPrefix

The prefix that should precede all the authentication/authorization paths.

Applies to