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 (24.3.0.1000)
Syntax public bool AllowMissingTenantClaim { get; }
Public ReadOnly Property AllowMissingTenantClaim As Boolean
Get
public:
property bool AllowMissingTenantClaim {
bool get ();
}
member AllowMissingTenantClaim : bool with get
Property Value
Type:
BooleanSee Also