Uses of Interface
com.azure.resourcemanager.appservice.models.WebAppAuthentication.UpdateDefinitionStages.WithAttach
Packages that use WebAppAuthentication.UpdateDefinitionStages.WithAttach
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of WebAppAuthentication.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.appservice.models
Subinterfaces of WebAppAuthentication.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a web app authentication definition as part of a web app update.Methods in com.azure.resourcemanager.appservice.models that return WebAppAuthentication.UpdateDefinitionStages.WithAttachModifier and TypeMethodDescriptionWebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider.withActiveDirectory(String clientId, String issuerUrl) Specifies the provider to be Active Directory and its client ID and issuer URL.WebAppAuthentication.UpdateDefinitionStages.WithExternalRedirectUrls.withAllowedExternalRedirectUrl(String url) Adds an external redirect URL.WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider.withAnonymousAuthentication()Does not require login by default.WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider.withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider) Specifies the default authentication provider.WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider.withFacebook(String appId, String appSecret) Specifies the provider to be Facebook and its app ID and app secret.WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider.withGoogle(String clientId, String clientSecret) Specifies the provider to be Google and its client ID and client secret.WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider.withMicrosoft(String clientId, String clientSecret) Specifies the provider to be Microsoft and its client ID and client secret.WebAppAuthentication.UpdateDefinitionStages.WithTokenStore.withTokenStore(boolean enabled) Specifies if token store should be enabled.WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider.withTwitter(String apiKey, String apiSecret) Specifies the provider to be Twitter and its API key and API secret.