RestApiAuthMgrWpfAllowIdpBasedSso Property |
Should IDP Based SSO be allowed? This is known to have quite a few JavaScript
errors and is therefore defaulted to off.
Namespace: Rally.RestApi.UiForWpfAssembly: Rally.RestApi.UiForWpf (in Rally.RestApi.UiForWpf.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public static bool AllowIdpBasedSso { get; set; }
Public Shared Property AllowIdpBasedSso As Boolean
Get
Set
public:
static property bool AllowIdpBasedSso {
bool get ();
void set (bool value);
}
static member AllowIdpBasedSso : bool with get, set
Property Value
Type:
BooleanSee Also