Class AzureOIDCAuthModuleConf

All Implemented Interfaces:
Serializable, AuthModuleConf, BaseBean

public class AzureOIDCAuthModuleConf extends AbstractOIDCAuthModuleConf implements AuthModuleConf
See Also:
  • Field Details

    • tenant

      protected String tenant
      Azure AD tenant name. After tenant is configured, #getDiscoveryUri() property will be overridden. Azure AD tenant name can take 4 different values: - organizations: Only users with work or school accounts from Azure AD can sign in. - consumers: Only users with a personal Microsoft account can sign in. - Specific tenant domain name or ID: Only user with account under that the specified tenant can login
  • Constructor Details

    • AzureOIDCAuthModuleConf

      public AzureOIDCAuthModuleConf()
  • Method Details