Share via


ContainerAppHttpSettings Class

Definition

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

public class ContainerAppHttpSettings
type ContainerAppHttpSettings = class
Public Class ContainerAppHttpSettings
Inheritance
ContainerAppHttpSettings

Constructors

ContainerAppHttpSettings()

Initializes a new instance of ContainerAppHttpSettings.

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