Interface AuthConfig.DefinitionStages.WithIdentityProviders

All Known Subinterfaces:
AuthConfig.Definition, AuthConfig.DefinitionStages.WithCreate
Enclosing interface:
AuthConfig.DefinitionStages

public static interface AuthConfig.DefinitionStages.WithIdentityProviders
The stage of the AuthConfig definition allowing to specify identityProviders.
  • Method Details

    • withIdentityProviders

      AuthConfig.DefinitionStages.WithCreate withIdentityProviders(IdentityProviders identityProviders)
      Specifies the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization..
      Parameters:
      identityProviders - The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.
      Returns:
      the next definition stage.