WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> |
WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider.withActiveDirectory(String clientId,
String issuerUrl) |
Specifies the provider to be Active Directory and its client ID and issuer URL.
|
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> |
WebAppAuthentication.UpdateDefinitionStages.WithExternalRedirectUrls.withAllowedExternalRedirectUrl(String url) |
Adds an external redirect URL.
|
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> |
WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider.withAnonymousAuthentication() |
Does not require login by default.
|
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> |
WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider.withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider) |
Specifies the default authentication provider.
|
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> |
WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider.withFacebook(String appId,
String appSecret) |
Specifies the provider to be Facebook and its app ID and app secret.
|
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> |
WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider.withGoogle(String clientId,
String clientSecret) |
Specifies the provider to be Google and its client ID and client secret.
|
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> |
WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider.withMicrosoft(String clientId,
String clientSecret) |
Specifies the provider to be Microsoft and its client ID and client secret.
|
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> |
WebAppAuthentication.UpdateDefinitionStages.WithTokenStore.withTokenStore(boolean enabled) |
Specifies if token store should be enabled.
|
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> |
WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider.withTwitter(String apiKey,
String apiSecret) |
Specifies the provider to be Twitter and its API key and API secret.
|