@Validated @ConfigurationProperties(prefix="azure.activedirectory.b2c") public class AADB2CProperties extends Object implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_KEY_PASSWORD_RESET
The default user flow key 'password-reset'.
|
protected static String |
DEFAULT_KEY_SIGN_UP_OR_SIGN_IN
The default user flow key 'sign-up-or-sign-in'.
|
static String |
DEFAULT_LOGOUT_SUCCESS_URL |
static String |
PREFIX |
| Constructor and Description |
|---|
AADB2CProperties() |
public static final String DEFAULT_LOGOUT_SUCCESS_URL
public static final String PREFIX
protected static final String DEFAULT_KEY_SIGN_UP_OR_SIGN_IN
protected static final String DEFAULT_KEY_PASSWORD_RESET
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanprotected String getPasswordReset()
public String getBaseUri()
public void setBaseUri(String baseUri)
public void setTenant(String tenant)
@DeprecatedConfigurationProperty(reason="Configuration updated to baseUri",
replacement="azure.activedirectory.b2c.base-uri")
public String getTenant()
AADB2CConfigurationException - resolve tenant name failedpublic String getLoginFlow()
public void setLoginFlow(String loginFlow)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getLogoutSuccessUrl()
public void setLogoutSuccessUrl(String logoutSuccessUrl)
public void setAuthenticateAdditionalParameters(Map<String,Object> authenticateAdditionalParameters)
@Deprecated @DeprecatedConfigurationProperty(reason="Deprecate the telemetry endpoint and use HTTP header User Agent instead.") public boolean isAllowTelemetry()
public void setAllowTelemetry(boolean allowTelemetry)
public String getUserNameAttributeName()
public void setUserNameAttributeName(String userNameAttributeName)
public String getReplyUrl()
public void setReplyUrl(String replyUrl)
public String getAppIdUri()
public void setAppIdUri(String appIdUri)
public int getJwtConnectTimeout()
public void setJwtConnectTimeout(int jwtConnectTimeout)
public int getJwtReadTimeout()
public void setJwtReadTimeout(int jwtReadTimeout)
public int getJwtSizeLimit()
public void setJwtSizeLimit(int jwtSizeLimit)
public String getTenantId()
public void setTenantId(String tenantId)
public Map<String,AuthorizationClientProperties> getAuthorizationClients()
public void setAuthorizationClients(Map<String,AuthorizationClientProperties> authorizationClients)
Copyright © 2021 Microsoft Corporation. All rights reserved.