FederatedAuthenticationProviderAllowMissingTenantClaim Property  | 
 
            Gets a value indicating whether the application will allow authentication when there is a tenant name or ID mapping, but no
            corresponding claim was returned with that information.
            
 
    Namespace: 
   Dundas.BI.AccountServices.Extensibility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool AllowMissingTenantClaim { get; }Public ReadOnly Property AllowMissingTenantClaim As Boolean
	Get
public:
property bool AllowMissingTenantClaim {
	bool get ();
}member AllowMissingTenantClaim : bool with get
Property Value
Type: 
Boolean
See Also