Class SelfServiceProfileSsoTicketIdpInitiatedOptions
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Allows IdP-initiated login
[Serializable]
public record SelfServiceProfileSsoTicketIdpInitiatedOptions : IJsonOnDeserialized, IEquatable<SelfServiceProfileSsoTicketIdpInitiatedOptions>
- Inheritance
-
SelfServiceProfileSsoTicketIdpInitiatedOptions
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ClientAuthorizequery
[JsonPropertyName("client_authorizequery")]
public string? ClientAuthorizequery { get; set; }
Property Value
ClientId
Default application client_id user is redirected to after validated SAML response
[JsonPropertyName("client_id")]
public string? ClientId { get; set; }
Property Value
ClientProtocol
[JsonPropertyName("client_protocol")]
public SelfServiceProfileSsoTicketIdpInitiatedClientProtocolEnum? ClientProtocol { get; set; }
Property Value
Enabled
Enables IdP-initiated login for this connection
[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.