User.IsFederated Property

Definition

Indicates whether the user authenticates using local credentials (email/password) rather than an external SSO provider (SAML, OpenID Connect)

[System.Text.Json.Serialization.JsonPropertyName("is_federated")]
public bool? IsFederated { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("is_federated")>]
member this.IsFederated : Nullable<bool> with get, set
Public Property IsFederated As Nullable(Of Boolean)

Property Value

Attributes

Applies to