ArmAppContainersModelFactory.ContainerAppAzureActiveDirectoryLoginConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of the Azure Active Directory login flow.
public static Azure.ResourceManager.AppContainers.Models.ContainerAppAzureActiveDirectoryLoginConfiguration ContainerAppAzureActiveDirectoryLoginConfiguration(System.Collections.Generic.IEnumerable<string> loginParameters = default, bool? isWwwAuthenticationDisabled = default);
static member ContainerAppAzureActiveDirectoryLoginConfiguration : seq<string> * Nullable<bool> -> Azure.ResourceManager.AppContainers.Models.ContainerAppAzureActiveDirectoryLoginConfiguration
Public Shared Function ContainerAppAzureActiveDirectoryLoginConfiguration (Optional loginParameters As IEnumerable(Of String) = Nothing, Optional isWwwAuthenticationDisabled As Nullable(Of Boolean) = Nothing) As ContainerAppAzureActiveDirectoryLoginConfiguration
Parameters
- loginParameters
- IEnumerable<String>
Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".
<code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>.
Returns
A new ContainerAppAzureActiveDirectoryLoginConfiguration instance for mocking.