Class ConnectionOptionsIdpinitiatedSaml
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configuration for IdP-Initiated SAML Single Sign-On. When enabled, allows users to initiate login directly from their SAML identity provider without first visiting Auth0. The IdP must include the connection parameter in the post-back URL (Assertion Consumer Service URL).
[Serializable]
public record ConnectionOptionsIdpinitiatedSaml : IJsonOnDeserialized, IEquatable<ConnectionOptionsIdpinitiatedSaml>
- Inheritance
-
ConnectionOptionsIdpinitiatedSaml
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ClientAuthorizequery
The query string sent to the default application
[JsonPropertyName("client_authorizequery")]
public string? ClientAuthorizequery { get; set; }
Property Value
ClientId
The client ID to use for IdP-initiated login requests.
[JsonPropertyName("client_id")]
public string? ClientId { get; set; }
Property Value
ClientProtocol
[JsonPropertyName("client_protocol")]
public ConnectionOptionsIdpInitiatedClientProtocolEnumSaml? ClientProtocol { get; set; }
Property Value
Enabled
When true, enables IdP-initiated login support for this SAML connection. Allows users to log in directly from the identity provider without first visiting Auth0.
[JsonPropertyName("enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.