ArmAppContainersModelFactory.ContainerAppOpenIdConnectLogin 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 login flow of the custom Open ID Connect provider.
public static Azure.ResourceManager.AppContainers.Models.ContainerAppOpenIdConnectLogin ContainerAppOpenIdConnectLogin(string nameClaimType = default, System.Collections.Generic.IEnumerable<string> scopes = default);
static member ContainerAppOpenIdConnectLogin : string * seq<string> -> Azure.ResourceManager.AppContainers.Models.ContainerAppOpenIdConnectLogin
Public Shared Function ContainerAppOpenIdConnectLogin (Optional nameClaimType As String = Nothing, Optional scopes As IEnumerable(Of String) = Nothing) As ContainerAppOpenIdConnectLogin
Parameters
- nameClaimType
- String
The name of the claim that contains the users name.
- scopes
- IEnumerable<String>
A list of the scopes that should be requested while authenticating.
Returns
A new ContainerAppOpenIdConnectLogin instance for mocking.